|
488 | 488 | "s": "I identified <mark>{{value}}</mark> instance where event handlers are associated with non-interactive elements.", |
489 | 489 | "p": "I identified <mark>{{value}}</mark> instances where event handlers are associated with non-interactive elements." |
490 | 490 | }, |
491 | | - "w3c_validator_01a": { |
492 | | - "title": "W3C HTML validator with no errors", |
493 | | - "s": "I asked the W3C HTML validator and I observed that <mark>there are no HTML errors</mark>.", |
494 | | - "p": "I asked the W3C HTML validator and I observed that <mark>there are no HTML errors</mark>." |
495 | | - }, |
496 | | - "w3c_validator_01b": { |
497 | | - "title": "W3C HTML validator errors", |
498 | | - "s": "I asked the W3C HTML validator and I observed that there is <mark>{{value}} HTML error</mark>.", |
499 | | - "p": "I asked the W3C HTML validator and I observed that there are <mark>{{value}} HTML errors</mark>." |
500 | | - }, |
501 | 491 | "font_01": { |
502 | 492 | "title": "HTML elements or attributes used to control the visual text presentation", |
503 | 493 | "s": "I located <mark>{{value}}</mark> HTML element or attribute that is being used to control the visual presentation of text.", |
|
1079 | 1069 | "G90": "Provide keyboard-driven event handlers", |
1080 | 1070 | "SCR20": "Using the keyboard and other device-specific functions", |
1081 | 1071 | "F59": "Failure of Success Criterion 4.1.2 due to using script to make div or a span a user interface control in HTML", |
1082 | | - "G134": "Validate web pages", |
1083 | 1072 | "C22": "Use CSS to control the visual presentation of text", |
1084 | 1073 | "G115": "Use semantic elements to mark structure", |
1085 | 1074 | "H57": "Use language attributes in html element", |
|
1186 | 1175 | "G90": "<p>You must ensure that javascript events are activated not only by mouse but also by keyboard. Check the pairs of event handlers: mousedown/keydown, mouseup/keyup, mouseover/focus, mouseout/blur. Note: AccessMonitor does not check the pair onclick / onkeypress because it considers that browsers also support the onclick event when using the keyboard. This test is correctly classified only when there aren't errors in the other tests of handlers.</p>", |
1187 | 1176 | "SCR20": "<p>You must ensure that javascript events are activated not only by mouse but also by keyboard. Check the pairs of event handlers: mousedown/keydown, mouseup/keyup, mouseover/focus, mouseout/blur. Note: AccessMonitor does not check the pair onclick / onkeypress because it considers that browsers also support the onclick event when using the keyboard.</p>", |
1188 | 1177 | "F59": "<p>Generic elements, such as <code><div></code> and <code><span></code>, do not have a predefined role. When using these generic elements to create user interface controls in HTML, Assistive Technologies do not have enough information to describe and interact with the controls, namely if no \"role\" has been defined with ARIA techniques.</p>", |
1189 | | - "G134": "<p>HTML errors are one of the causes of webpages being presented in an inconsistent way in different browsers. To follow the specification and to validate the syntax according to that specification enhances the consistency and the correct interpretation, namely by Assistive Technologies.</p>", |
1190 | 1178 | "C22": "<p>This practice is obsolete. Instead, you should use CSS to control the visual presentation of text. When this error occurs you are using inside the <code><body></code> element of the webpage, one of the elements: b, basefont, font, i, s, strike, u, or the attributes: text, vlink, alink, link.</p>", |
1191 | 1179 | "G115": "<p>With the appearance of CSS, all the HTML elements used to control styles of the webpage became obsolete. Elements such as: b, big, blink, center, font, i, s, strike, u became obsolete - use CSS to replace them.</p>", |
1192 | 1180 | "H57": "<p>HTML only uses the lang attribute. XHTML 1.1 only uses the xml:lang attribute. XHTML 1.0 (as a transitional measure) allows both attributes. XHTML served as text/html uses the lang and xml:lang attributes on the html element.</p>", |
|
0 commit comments