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>