I wanted to use the id attribute to make anchors for a FAQ using numbers like 01, 02, etc. But if the value of id is numbers only, it isn't valid. Here's an example: <span id="01">Question 1</span> This is invalid while <span id="question01">Question 1</span> is valid. Why is it invalid just because the value is numbers only?Received on Saturday, 5 April 2003 21:17:31 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:49:31 GMT