[xhtml2] "content" attribute in meta attributes module

Hi,
This is a QA Review comment for "XHTML 2.0"
http://www.w3.org/TR/2006/WD-xhtml2-20060726/
2006-07-26
8th WD

About http://www.w3.org/TR/2006/WD-xhtml2-20060726/mod-metaAttributes.html


XHTML 2.0 says:

 "content = CDATA
     This attribute specifies the metadata associated 
  with an element. If not specified, then the metadata 
  for an element is its content."

- It is the metadata associated with the element meta?
- with any kind of elements?
- What is the formal relationship between the content of the element and/or meta and content? Is it formalized by the property? by something else?

Example, what is the meaning of?

 <meta about="http://www.example.com/" 
       property="dc:created" 
       content="2004-03-20">20 March 2004</meta>

Or 

 <meta about="http://www.example.com/" 
    datatype="xsd:date"
       property="dc:created" 
       content="2004-09-16">2004-03-20</meta>

- When there is a conflict, which one has authority?




-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
   QA Weblog - http://www.w3.org/QA/
      *** Be Strict To Be Cool ***

Received on Thursday, 17 August 2006 03:28:55 UTC