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 8989 - Allowance for attributes starting with xmlns: should be stated as a requirement on documents and conformance checkers, not on the HTML5 spec
Summary: Allowance for attributes starting with xmlns: should be stated as a requireme...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML+RDFa (editor: Manu Sporny) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Manu Sporny
QA Contact: HTML WG Bugzilla archive list
URL: http://dev.w3.org/html5/rdfa/#conform...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-14 07:17 UTC by Maciej Stachowiak
Modified: 2011-08-04 05:06 UTC (History)
4 users (show)

See Also:


Attachments

Description Maciej Stachowiak 2010-02-14 07:17:37 UTC
"While it is specified that HTML5 must preserve these attributes in the DOM, it must also accept these attributes as conforming in non-XML HTML5."

This appears to place a requirement on the HTML5 spec itself. HTML5 does not accept these as conforming, nor does it seem appropriate to state that it "must". Instead it should be stated that under this specification, they are conforming for documents and conformance checkers must treat them as such.
Comment 1 Manu Sporny 2010-02-16 04:28:19 UTC
RDFA-SPEC-SECTIONS [conformance-criteria-for-xmlns:-prefixed-attributes]
Comment 2 Manu Sporny 2010-05-05 02:32:01 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the tracker issue; or you may create a tracker issue
yourself, if you are able to do so. For more details, see this document:

http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Fixed

Change Description: 

Moved requirement from HTML5 spec, to HTML5 documents and conformance checkers:

http://dev.w3.org/cvsweb/html5/rdfa/drafts/ED-rdfa-in-html-20100504/Overview.html.diff?r1=1.5&r2=1.6&f=h

"""
Since RDFa uses attributes starting with xmlns: to specify CURIE prefixes, any attribute starting with a case-insensitive match on the text string "xmlns:" must be preserved in the DOM or other tree-like model that is passed to the RDFa Processor. For documents conforming to this specification, attributes with names that have a case insensitive prefix matching "xmlns:" must be considered conforming. Conformance checkers must accept attribute names that have a case insensitive prefix matching "xmlns:" as conforming.
"""

Rationale:

Conformance requirements should be on the document and on conformance checkers, not the HTML5 spec.
Comment 3 Michael[tm] Smith 2011-08-04 05:06:10 UTC
mass-move component to LC1