Skip to content

Commit

Permalink
Removing line 73 fro 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickRenteria committed Oct 2, 2023
1 parent 0247e52 commit 8b210ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accessibility-checker-engine/src/v4/rulesets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ 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": "In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features.",
"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 reported.",
Expand Down

0 comments on commit 8b210ff

Please sign in to comment.