Nearly everything written about HTML falls into one of two categories:
1. Material written for HTML authors, or
2. Material written for user-agent implementors about standard HTML
However, programmers writing a browser need to know about invalid,
obsolete, and non-standard HTML also, because that's what shows up on the
web. For example, on the Yahoo site alone I see:
-- use of hex numbers for color attributes without the #
-- use of the <spacer> tag
-- use of the <image> tag (in addition to <img>, of course)
and more.
Does anyone know of documentation about what one might call "reality HTML,"
versus "standard HTML" or "recommende d HTML?" I don't mean documentation of
deprecated tags... any tag that was ever standardized is more than
adequately documented. What I'm looking for is documentation on tags or
attributes that are in widespread use, but were never standardized.
Does anyone know of any surveys of actual HTML that's in use, maybe in the
form of a report of frequency of occurrence of tags, whether standardized
or not? (If not, I'm thinking of conducting such a survey using a custom-
designed web crrawler.)
--Marc
1. Material written for HTML authors, or
2. Material written for user-agent implementors about standard HTML
However, programmers writing a browser need to know about invalid,
obsolete, and non-standard HTML also, because that's what shows up on the
web. For example, on the Yahoo site alone I see:
-- use of hex numbers for color attributes without the #
-- use of the <spacer> tag
-- use of the <image> tag (in addition to <img>, of course)
and more.
Does anyone know of documentation about what one might call "reality HTML,"
versus "standard HTML" or "recommende d HTML?" I don't mean documentation of
deprecated tags... any tag that was ever standardized is more than
adequately documented. What I'm looking for is documentation on tags or
attributes that are in widespread use, but were never standardized.
Does anyone know of any surveys of actual HTML that's in use, maybe in the
form of a report of frequency of occurrence of tags, whether standardized
or not? (If not, I'm thinking of conducting such a survey using a custom-
designed web crrawler.)
--Marc
Comment