abbr
element.
abbr
element.
body
element content is greater than 10 characters (English) this error will be generated.
Question | Are there any abbreviations in the document that are not marked with the abbr element? |
---|---|
PASS | All abbreviations are marked with the abbr element. |
FAIL | Not all abbreviations are marked with the abbr element. |
abbr
element.abbr
element.abbr
element.body
text is less than 10 characters.
<!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 #98 - Positive</title> </head> <body> <p>hello</p> </body> </html>
body
has text with unmarked abbreviation.
<!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 #98 - Positive</title> </head> <body> <p>Come visit the ATRC.</p> </body> </html>