Test Sample |
Description |
expectedResult |
Failures |
General Techs |
HTML Techs |
sc1.2.4_l2_002 |
Document containing a single object video with appropriate audio description. The audio description is included in the primary sound track. (Inside the object element is an embed element that refers to the same video.) |
pass |
G78 |
||
sc1.3.1_l1_003 |
Document contains a quotation q used for giving emphasis or formatting text. |
fail |
F64 |
||
sc1.3.1_l1_004 |
Document containing a q used for a short quotation. |
pass |
H49 |
||
sc1.3.1_l1_016 |
Document containing an ordered list, an unordered list and a definition list that all can be followed logically. |
pass |
H48 |
||
sc1.3.1_l1_019 |
Document containing simple data table (two columns, four rows) with te following text in the summary attribute: "This table shows the department's student details." |
pass |
H73 |
||
sc1.3.1_l1_026 |
Document containing table for layout with summary. |
fail |
F46 |
||
sc1.3.1_l1_026 |
Document containing table for layout with summary. |
fail |
F46 |
||
sc1.3.1_l1_030 |
Document containing a data table with caption. |
pass |
H39 |
||
sc1.3.1_l1_036 |
Document containing a form with one input field (with type="text") and one label. The label is positioned next to the input field but is not explicitly associated with it. |
pass |
F68 |
H44 |
|
sc1.3.1_l1_037 |
Document has an input field with type="text", and an associated label. |
pass |
H44 |
||
sc1.3.1_l1_038 |
Document has an input field with type="text", but no label present. |
fail |
F68 |
||
sc1.3.1_l1_039 |
A document with a simple form that contains only a text input field. The input (type="text") is nested inside the label element. In other words, the label is implicit instead of explicit (with for and id attributes). |
fail |
F68 |
||
sc1.3.1_l1_040 |
A document with a simple form that contains only a password field. Next to the input is the label element for the field; there is no explicit association between input and label by means of for and id attributes. |
fail |
F68 |
||
sc1.3.1_l1_041 |
A document with a simple form that contains only a password field. The label element is explicitly associated with the input by means of for and id attributes. |
pass |
H44 |
||
sc1.3.1_l1_042 |
A document with a simple form that contains only a password field. There is no label element next to the input field. |
fail |
F68 |
||
sc1.3.1_l1_044 |
A document with a simple form that contains only a checkbox. Next to the input element (type="checkbox") is the label element for the field; there is no explicit association between input and label by means of for and id attributes. |
fail |
F68 |
||
sc1.3.1_l1_045 |
A document with a simple form that contains only a checkbox. Next to the input element (type="checkbox") is the label element for the field; input and label are explicitly associated with each other by means of for and id attributes. |
pass |
H44 |
||
sc1.3.1_l1_046 |
A document with a simple form that contains only a checkbox. Next to the input element (type="checkbox") is the label element for the field; input and label are not explicitly associated with each other by means of for and id attributes because the values of the attributes do not match each other. |
fail |
F68 |
||
sc1.3.1_l1_048 |
A document with a simple form that contains only a file upload control. Next to the input element (type="file") is the label element for the field; input and label are not explicitly associated with each other by means of for and id attributes. |
fail |
F68 |
||
sc1.3.1_l1_049 |
A document with a simple form that contains only a file upload control. Next to the input element (type="file") is the label element for the field; input and label are explicitly associated with each other by means of for and id attributes. |
pass |
H44 |
||
sc1.3.1_l1_050 |
A document with a simple form that contains only a file upload control. The input element (type="file") has a title attribute that says "Your File", but the document contains no label element. |
fail |
F68 |
||
sc1.3.1_l1_053 |
A document with a simple form that contains only a set of two radio buttons. Next to each of the input elements (type="radio") is the label element for the field; the label elements are explicitly associated with the input elements by means of for and id attributes. |
pass |
H44 |
||
sc1.3.1_l1_056 |
Document containing a heading element h1 for formatting and not for structuring. |
fail |
F43 |
||
sc1.3.1_l1_057 |
Document containing a heading element h1 for structuring and not for formatting. |
pass |
H42 |
||
sc1.3.1_l1_058 |
Document containing a heading element h2 for formatting and not for structuring. |
fail |
F43 |
||
sc1.3.1_l1_059 |
Document containing a heading element h2 for structuring and not for formatting. |
pass |
H42 |
||
sc1.3.1_l1_060 |
Document containing a heading element h3 for emphasis instead of structure. |
fail |
F43 |
||
sc1.3.1_l1_061 |
Document containing a heading element h3 used for structuring and not for formatting. |
pass |
H42 |
||
sc1.3.1_l1_062 |
Document containing a heading element h4 for formatting and not for structuring. |
fail |
F43 |
||
sc1.3.1_l1_063 |
Document containing a heading element h4 used for structuring and not for formatting. |
pass |
H42 |
||
sc1.3.1_l1_064 |
Document containing a heading element h5 for formatting and not for structuring. |
fail |
F43 |
||
sc1.3.1_l1_065 |
Document containing a heading element h5 for structuring and not for formatting. |
pass |
H42 |
||
sc1.3.1_l1_066 |
Document containing a heading element h6 for formatting and not for structuring. |
fail |
F43 |
||
sc1.3.1_l1_101 |
A document that contains a single sentence with a short passage of direct speech. In the direct speech a b element (bold; presentational markup) is used to denote strong emphasis. |
fail |
F64 |
||
sc1.3.1_l1_102 |
Document containing a presentational bold element b where its presentation characteristic is not used to convey information and/or relationship. |
pass |
H49 |
||
sc1.3.1_l1_104 |
A document that contains a single sentence with a short passage of direct speech. In the direct speech a span element styled with CSS to look like bold text is used to denote strong emphasis. |
fail |
F2 |
||
sc1.3.1_l1_105 |
A document that contains a single sentence with a short passage of direct speech. In the direct speech a strong element styled with CSS to look like bold text is used to denote strong emphasis. |
pass |
H49 |
||
sc1.3.1_l1_106 |
A document that contains a single sentence with a short passage of direct speech. The complete sentence is wrapped in a strong element. |
fail |
F64 |
||
sc1.3.2_l1_001 |
XHTML page with content arranged in two paragraphs. This is a test for the reading order of content: an assistive technology should be able to provide an alternative presentation of content while preserving the reading order needed to perceive meaning. The test file uses plain markup without styling or scripts, so the reading order is not changed in any way. |
pass |
G57 |
||
sc1.3.2_l1_005 |
A paragraph containing several words. To emphasize a word, whitespace characters are inserted between the letters. (See WCAG 2.0 failure F32) |
fail |
F32 |
||