D. E. Evans writes:
>
> Though not a big deal for the big web browsers, with error
> correcting facilities (or many of the search engines that have
> similar error correction), shouldn't all HTML entities be upper
> case, and all attributes be case sensitive (99% are lower case)?
No. From the HTML 4.01 spec:
Element names are written in uppercase letters (e.g., BODY).
Attribute names are written in lowercase letters (e.g., lang,
onsubmit). Recall that in HTML, element and attribute names are
case-insensitive; the convention is meant to encourage
readability.
Isn't that what I said (s/entities/elements/)? grohtml outputs
elements/tags as lowercase, not uppercase as required by the HTML
recommendations.
_______________________________________________
Groff mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff