13.72 White space around
images and objects
==========================================
I always wondered about these "HTML Errors" that only show up when I validate a site at
"DR. Watson." I finally found the HTML "rule?"(correct term?) that this comes from.
DR Watson Gives this error for hyperlinks
They are called element A
line #10: leading whitespace in content of container element A
Text below from this HTML Standards page from W3.org
13.72 White space around images and objects
Attribute definitions
hspace = pixels [CN]
Deprecated. This attribute specifies the amount of white space to be inserted to the left and right of an IMG, APPLET, or OBJECT. The default value is not specified, but is generally a small, non-zero length.
vspace = pixels [CN]
Deprecated. This attribute specifies the amount of white space to be inserted above and below an IMG, APPLET, or OBJECT. The default value is not specified, but is generally a small, non-zero length.
..:: Link to DR.Watson Validator ::..
http://watson.addy.com/nph-watson5.cgi
..:: I Validated this site of mine as a example ::..
Moons Stars: http://www.scri8e.com/stars/index.html
line #10: leading whitespace in content of container element A
line #11: leading whitespace in content of container element A
line #12: leading whitespace in content of container element A
line #13: leading whitespace in content of container element A
line #14: leading whitespace in content of container element A
line #15: leading whitespace in content of container element A
line #16: leading whitespace in content of container element A
line #17: leading whitespace in content of container element A
line #18: leading whitespace in content of container element A
line #19: leading whitespace in content of container element A
line #20: leading whitespace in content of container element A
line #22: leading whitespace in content of container element A
line #42: leading whitespace in content of container element A
line #45: leading whitespace in content of container element A
line #72: leading whitespace in content of container element A
line #83: leading whitespace in content of container element A
line #84: leading whitespace in content of container element A
line #85: leading whitespace in content of container element A
line #131: leading whitespace in content of container element A
line #147: leading whitespace in content of container element A
line #151: leading whitespace in content of container element A
line #176: leading whitespace in content of container element A
line #181: leading whitespace in content of container element A
line #186: leading whitespace in content of container element A
line #190: leading whitespace in content of container element A
line #216: leading whitespace in content of container element A
line #217: leading whitespace in content of container element A
line #219: leading whitespace in content of container element A
Dr.Watson returns the same errors for this page as well. Validate both this page and Moon Stars at:
WDG
You do not get these errors. When clicking on the "A" to get information about that HTML code. WDG first defines them as "Anchors." The hyperlinks are also called elements by WDG
further down on their page.
A - Anchor From WDG
|