- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 28 Feb 2007 16:50:43 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4359
ville.skytta@iki.fi changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from ville.skytta@iki.fi 2007-02-28 16:50 -------
It is a XHTML issue - all the http://www.amd.com/tr/... links are in uppercase
"<A HREF=..." links. The uppercase <A> element is not defined in XHTML, and
are thus ignored by the link checker. Converting them to lowercase (<a
href=...) should fix it, feel free to reopen if not.
Received on Wednesday, 28 February 2007 16:52:18 UTC