4 messages in com.googlegroups.bloggerdevXHTML 1.1 conformance
FromSent OnAttachments
Naeim19 May 2005 19:41 
Beau Lebens22 May 2005 00:46 
Naeim22 May 2005 09:18 
Beau Lebens22 May 2005 18:17 
Subject:XHTML 1.1 conformance
From:Naeim (nae@gmail.com)
Date:05/19/2005 07:41:24 PM
List:com.googlegroups.bloggerdev

XHTML 1.1 has removed the 'name' attribute of 'a' elements in favor of the 'id' attribute.

http://www.w3.org/TR/xhtml11/changes.html#a_changes

<$BlogItemNumber$> starts with a digit, and the 'id' attribute cannot start with a digit. So a page generated by Blogger that has something like:

<a id="<$BlogItemNumber$>"></a>

is not XHTML 1.1 conformant.

Is there a way around this? Will it be fixed in the future?