Level 1
3.6 Mark up lists and list items properly.
Priority 2
3.6 Mark up lists and list items properly.
Priority 2
3.6 Mark up lists and list items properly.
3.2 Predictable: Make Web pages appear and operate in predictable ways.
Success Criteria 3.2.4 Consistent Identification (AA)
3.2 Predictable: Make Web pages appear and operate in predictable ways.
Success Criteria 3.2.4 Consistent Identification (AA)
| Question | Is this list item used appropriately (not just to format text)? |
|---|---|
| PASS | List item is used appropriately. |
| FAIL | List item is not used appropriately (its used just to format text). |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #81 - Negative</title> </head> <body> <ol> <li>Item text 1</li> <li>Item text 2</li> </ol> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #81 - Positive</title> </head> <body> <ol> <li>Item text</li> </ol> </body> </html>