Re: @rel syntax in RDFa (relevant to ISSUE-60 discussion), was: Using XMLNS in link/@rel

Just a clarification, in case it is not clear.

Le 27 févr. 2009 à 07:57, Henri Sivonen a écrit :
> Since attributes of the form xmlns:foo are not special in any way in  
> HTML 4.01 (or 4.0, 3.2 or 2.0 for that matter), an attribute spelled  
> "xmlns:foo" in text/html parses into ["", "xmlns:foo"] as the  
> [namespace, local] pair.

The operational issue that henri is talking about in his message in  
details is *only* about "xmlns:foo" constructs.

Practical examples such as:

    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:foaf="http://xmlns.com/foaf/0.1/"
          xmlns:dc="http://purl.org/dc/elements/1.1/" >

or such as:

    <a xmlns:cc="http://creativecommons.org/ns#" …>…</a>.


And *NOT* about things like the value of an attribute:

    <meta property="dc:creator" content="Mark Birbeck" />


PS: just a very simple clarification for those who are reading the  
messages and who are not specialists about DOM, XML namespaces, etc.

-- 
Karl Dubost
Montréal, QC, Canada

Received on Friday, 27 February 2009 14:31:38 UTC