IBMa / equal-access

IBM Equal Access Accessibility Checker contains tools to automate accessibility checking from a browser or in a continuous development/build environment
https://www.ibm.com/able/toolkit/tools#develop
Apache License 2.0
631 stars 83 forks source link

Improve testcase for landmarks and other structural elements #594

Open philljenkins opened 2 years ago

philljenkins commented 2 years ago

use/copy a test case from Steve Faulkner's original test case for HTML 5 Structural Elements:

see SteveF's test page: https://rawgit.com/stevefaulkner/HTML5accessibility/master/tests/structural-elements.html

Summary

Enhance the Checker testcases by including all the HTML 5 structural elements

SME and/or Dev work only, no design.

Justification

Adding this test case will, as so does many other test cases, trigger other rules, but the intent is to only "check automatically" in the landmark test results in the automated builds of the Checker

Screen shot of test case: image

tombrunet commented 2 years ago

@philljenkins Is this a valid testcase? What should / shouldn't trigger?