style
attribute will generate this error.
Question | Is this page readable when stylesheets are removed? |
---|---|
PASS | Page is readable when stylesheets are removed. |
FAIL | Page is not readable when stylesheets are removed. |
style
attribute on any element.style
attributes.style
attributes.
<!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 #109 - Negative</title> </head> <body> <p>Hello.</p> </body> </html>
style
attribute.
<!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 #109 - Positive</title> </head> <body> <p style="font-size: 12pt; color: fuchsia">Hello.</p> <p style="font-size: 12pt; color: fuchsia">Bye.</p> </body> </html>