<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>22520</bug_id>
          
          <creation_ts>2013-06-29 21:02:18 +0000</creation_ts>
          <short_desc>[HTML]:</short_desc>
          <delta_ts>2013-07-01 13:30:22 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Andrea Rendine">master.skywalker.88</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>90028</commentid>
    <comment_count>0</comment_count>
    <who name="Andrea Rendine">master.skywalker.88</who>
    <bug_when>2013-06-29 21:02:18 +0000</bug_when>
    <thetext>&quot;Link types&quot; - Insert &quot;schema.DCTERMS&quot; and &quot;schema.DC&quot; among the allowed &lt; rel&gt; attribute values, according to the Dublin Core Metadata specification &lt;http://dublincore.org/documents/dc-html/&gt;, along with the DCTERMS.[element] and DC.[element] statements. This would allow a correct usage of the &lt;meta name=&quot;dcterms.[element]&quot; ...&gt; meta tag. 
These meta names are proposed in the MetaExtension WikiWHATWG page, but according to the DCMI reference, such indications are useless because the name &quot;dcterms.[element]&quot; does not compose a reference URI considered stand-alone. 

It would provide an easy, complete and standard-compliant way of indicating useful metadata, included but not limited to, validity of a document and last modification. Otherwise, provide a standard implied reference for metadata defined with &quot;dcterms&quot; and &quot;dc&quot; prefix literals, which is explicitly excluded by the mentioned reference.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>90031</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2013-06-30 03:02:35 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; These meta names are proposed in the MetaExtension WikiWHATWG page, but
&gt; according to the DCMI reference, such indications are useless because the
&gt; name &quot;dcterms.[element]&quot; does not compose a reference URI considered
&gt; stand-alone. 

What does that mean?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>90035</commentid>
    <comment_count>2</comment_count>
    <who name="Andrea Rendine">master.skywalker.88</who>
    <bug_when>2013-06-30 10:17:06 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; What does that mean?

Quotes from Dublin Core:
 &quot;The DCAM uses Uniform Resource Identifiers (URIs) [RFC3986] to refer both to the resources described and to metadata terms (properties, classes, vocabulary encoding schemes and syntax encoding schemes). In the DC-HTML profile, those URIs are encoded as X/HTML attribute values.&quot;
  &quot;In DC-HTML, property URIs and syntax encoding scheme URIs are represented as DC-HTML Prefixed Names. A DC-HTML Prefixed Name is an abbreviation for a URI used in the DC-HTML format. A DC-HTML Prefixed Name consists of a &quot;prefix&quot; followed by a period (&quot;.&quot;) and a &quot;local name&quot;.&quot;
 &quot;The &quot;prefix&quot; in a DC-HTML Prefixed Name is associated with a &quot;namespace URI&quot; using a namespace declaration, made using a Namespace Declaration Element. The URI represented by the DC-HTML Prefixed Name is determined by concatenating the &quot;namespace URI&quot; with which the prefix is associated and the &quot;local name&quot;.&quot;
 &quot;A DC-HTML namespace declaration associates a URI with a prefix, so that when that prefix is used in a DC-HTML Prefixed Name, that URI is used as a &quot;namespace URI&quot;. A namespace declaration is made using the X/HTML link element and a specific convention for the value of the rel attribute. In the DC-HTML profile, an X/HTML link element of which the rel attribute has a value beginning with the characters schema. represents a namespace declaration. The DC-HTML namespace declaration must include:
 - a prefix, represented by part of the value of the rel attribute of the X/HTML link element following the characters schema.
 - a namespace URI, represented by the value of the href attribute of the X/HTML link element&quot;
 &quot;In the DC-HTML profile, a property URI in a statement containing a literal values surrogate is represented as a DC-HTML Prefixed Name which is the value of the name attribute of an X/HTML meta element.&quot;
For a complete reference and examples, though dated, see &quot;Expressing Dublin Core metadata using HTML/XHTML meta and link elements&quot; &lt;http://dublincore.org/documents/dc-html/&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>90044</commentid>
    <comment_count>3</comment_count>
    <who name="Andrea Rendine">master.skywalker.88</who>
    <bug_when>2013-06-30 20:02:45 +0000</bug_when>
    <thetext>Addendum: in short, in order to use DCTERMS metadata (http://wiki.whatwg.org/wiki/MetaExtensions), the list of allowed &lt;link rel=&quot;&quot;&gt; values must be updated including at least the conventional namespace abbreviation &quot;schema.DCTERMS&quot;, possibly along with the &quot;schema.DC&quot;. 
The metadata description set model for HTML should be corrected as follows:

code:
&lt;link rel=&quot;schema.DCTERMS&quot; href=&quot;http://purl.org/dc/terms/&quot; /&gt;
&lt;meta name=&quot;DCTERMS.[element]&quot; value=&quot;[elementValue]&quot; /&gt;
(http://dublincore.org/documents/dc-html/)

If the prefix used in a DC-HTML Prefixed Name has not been associated with a URI in a namespace declaration, no URI can be generated for that DC-HTML Prefixed Name [...] (if) there are no namespace declarations for those prefixes ... no URI is generated for those values of the name attribute of the meta element. [...] the &quot;DC&quot; and &quot;DCTERMS&quot; prefixes are not subject to any special treatment; there are no &quot;built-in&quot; namespace declarations.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>90046</commentid>
    <comment_count>4</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2013-07-01 01:32:03 +0000</bug_when>
    <thetext>(In reply to comment #3)
&gt; Addendum: in short, in order to use DCTERMS metadata
&gt; (http://wiki.whatwg.org/wiki/MetaExtensions), the list of allowed &lt;link
&gt; rel=&quot;&quot;&gt; values must be updated including at least the conventional namespace
&gt; abbreviation &quot;schema.DCTERMS&quot;, possibly along with the &quot;schema.DC&quot;. 

See http://microformats.org/wiki/existing-rel-values#unspecified</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>90052</commentid>
    <comment_count>5</comment_count>
    <who name="Andrea Rendine">master.skywalker.88</who>
    <bug_when>2013-07-01 11:31:55 +0000</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #3)
&gt; &gt; Addendum: in short, in order to use DCTERMS metadata
&gt; &gt; (http://wiki.whatwg.org/wiki/MetaExtensions), the list of allowed &lt;link
&gt; &gt; rel=&quot;&quot;&gt; values must be updated including at least the conventional namespace
&gt; &gt; abbreviation &quot;schema.DCTERMS&quot;, possibly along with the &quot;schema.DC&quot;. 
&gt; 
&gt; See http://microformats.org/wiki/existing-rel-values#unspecified

Read in detail. Following this answer I also read the linked public discussion on Microformats.org until the message http://microformats.org/discuss/mail/microformats-discuss/2008-January/011452.html. So what are the conclusions?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>90053</commentid>
    <comment_count>6</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2013-07-01 13:30:22 +0000</bug_when>
    <thetext>(In reply to comment #5)
&gt; (In reply to comment #4)
&gt; &gt; (In reply to comment #3)
&gt; &gt; &gt; Addendum: in short, in order to use DCTERMS metadata
&gt; &gt; &gt; (http://wiki.whatwg.org/wiki/MetaExtensions), the list of allowed &lt;link
&gt; &gt; &gt; rel=&quot;&quot;&gt; values must be updated including at least the conventional namespace
&gt; &gt; &gt; abbreviation &quot;schema.DCTERMS&quot;, possibly along with the &quot;schema.DC&quot;. 
&gt; &gt; 
&gt; &gt; See http://microformats.org/wiki/existing-rel-values#unspecified
&gt; 
&gt; Read in detail. Following this answer I also read the linked public
&gt; discussion on Microformats.org until the message
&gt; http://microformats.org/discuss/mail/microformats-discuss/2008-January/
&gt; 011452.html. So what are the conclusions?

I&apos;m not sure what the conclusions are but I&apos;ve gone ahead and added support for link@rel=schema.dc and link@rel=schema.dcterms anyway. Please test it and if you find anything wrong, feel free to reopen this bug or post a new one.

http://validator.w3.org/nu/</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>