Skip to content

Commit

Permalink
4.1.1 description
Browse files Browse the repository at this point in the history
Added description for when 4.1.1 is listed in Rule Sets
  • Loading branch information
philljenkins authored Oct 23, 2023
1 parent 5cd8708 commit 397a5bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accessibility-checker-engine/src/v4/rulesets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const summaries = {
"3.3.2": "Labels or instructions are provided when content requires user input.",
"3.3.3": "If an input error is automatically detected and suggestions for correction are known, then the suggestions are provided to the user, unless it would jeopardize the security or purpose of the content.",
"3.3.4": "For content that cause legal commitments or financial transactions for the user to occur, that modify or delete user-controllable data in data storage systems, or that submit user test responses, the user can reverse, correct, or confirm the action.",
"4.1.1": "(Obsolete and removed) This requirement was originally adopted to address problems that assistive technology (AT) had directly parsing HTML. AT no longer has any need to directly parse HTML. Consequently, these problems either no longer exist or are addressed by other requirements.",
"4.1.2": "For all user interface components (including, but not limited to: form elements, links and components generated by scripts), the name and role can be programmatically determined; states, properties, and values that can be set by the user can be programmatically set; and notification of changes to these items is available to user agents, including assistive technologies.",
"4.1.3": "In content implemented using markup languages, status messages can be programmatically determined through role or properties such that they can be presented to the user by assistive technologies without receiving focus.",
"HTML": "The HTML specification issues that cause accessibility issues may be covered by other rules and will be reported under those accessibility requirements. However, some non-conforming HTML specification issues are still reported.",
Expand Down

0 comments on commit 397a5bf

Please sign in to comment.