This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 2628 - "xml:lang" attribute not supported
Summary: "xml:lang" attribute not supported
Status: RESOLVED WORKSFORME
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: HEAD
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Terje Bless
QA Contact: qa-dev tracking
URL: http://www.latosensu.be/mission.php
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-01 22:14 UTC by Patrick Boens
Modified: 2006-01-01 23:33 UTC (History)
0 users

See Also:


Attachments

Description Patrick Boens 2006-01-01 22:14:53 UTC
I am surprised to see that the xml:lang="..." setting is not supported by the 
validator for XHTML 1.1 pages. Example :

<span class="lastupdate" xml:lang="en">Posted on 2005-12-20 at 20:18</span>

... this causes a validation error.

What am I doing wrong?

Pat
Comment 1 Bj 2006-01-01 23:33:13 UTC
For the URL above you have xml="lang:en" which is quite different from the 
example you give here. I guess you simply missed the typo.