body
element contains more than 10 characters (English) then this error will be generated.
lang
attribute.
Question | Are there any words or phrases that are not in the document's primary language? |
---|---|
PASS | All words outside the primary language are identified. |
FAIL | Words outside the primary language are not identified. |
lang
attribute.lang
attribute to identify any words that are not in the primary language.<!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 #110 - Positive</title> </head> <body> <P>And with a certain <SPAN lang="fr">je ne sais quoi</SPAN>, she entered both the room, and his life, forever. </p> </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 #110 - Positive</title> </head> <body> <P>And with a certain je ne sais quoi, she entered both the room, and his life, forever. </p> </body> </html>