Thursday, August 18, 2005
Yet another note to Blogger support
The new Flag feature on the Blogger navbar breaks XHTML 1.0 compliance.
1. It contains an unterminated <br> tag after the words "objectionable content." The tag should read: <br />. Other tags are correctly terminated.
2. It contains this img tag:
<img src="http://www.blogger.com/img/navbar/1/flag.gif" name="flag" alt="Flag Blog" width="55" height="15" />
The name attribute is no longer supported. The id attribute should be used instead.
You can see the errors that result from an attempt to validate a Blogger blog for XHTML 1.0 compliance
by clicking this link.
Technorati tags: Blogger, standards, XHTML
1. It contains an unterminated <br> tag after the words "objectionable content." The tag should read: <br />. Other tags are correctly terminated.
2. It contains this img tag:
<img src="http://www.blogger.com/img/navbar/1/flag.gif" name="flag" alt="Flag Blog" width="55" height="15" />
The name attribute is no longer supported. The id attribute should be used instead.
You can see the errors that result from an attempt to validate a Blogger blog for XHTML 1.0 compliance
by clicking this link.
Technorati tags: Blogger, standards, XHTML