<?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>12793</bug_id>
          
          <creation_ts>2011-05-26 01:30:44 +0000</creation_ts>
          <short_desc>@scheme attribute conflicts with Dublin Core encoding scheme declarations</short_desc>
          <delta_ts>2011-11-24 03:07:32 +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>LC1 HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>NEEDSINFO</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="Elizabeth Hostetter">eahostetter</reporter>
          <assigned_to>contributor</assigned_to>
          <cc>hsivonen</cc>
    
    <cc>ian</cc>
    
    <cc>jfoliot</cc>
    
    <cc>julian.reschke</cc>
    
    <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>48833</commentid>
    <comment_count>0</comment_count>
    <who name="Elizabeth Hostetter">eahostetter</who>
    <bug_when>2011-05-26 01:30:44 +0000</bug_when>
    <thetext>&quot;The @scheme attribute of the meta element has been made obsolete and &apos;must not be used by authors&apos;&quot; (Source: http://efoundations.typepad.com/efoundations/2010/02/html5-metadata-and-dublin-core.html). The HTML5 specification states that @scheme must only be declared once per page, for character encoding. This poses a problem for those using the Dublin Core specification for metadata in HTML5, in which encoding schemes for syntax and vocabulary must be declared, per property as appropriate. Examples:

&lt;meta name=&quot;dcterms.modified&quot; scheme=&quot;W3CDTF&quot; content=&quot;2011-03-22&quot; /&gt;
&lt;meta name=&quot;dcterms.issued&quot; scheme=&quot;W3CDTF&quot; content=&quot;2010-03-15&quot; /&gt;
&lt;meta name=&quot;dcterms.language&quot; scheme=&quot;ISO639-2&quot; content=&quot;eng&quot; /&gt;

From what I can tell from the HTML5 spec, this has not changed. Nor has it changed in the W3Schools HTML5 online course: http://www.w3schools.com/html5/tag_meta.asp

The Government of Canada has opted to use the &quot;title&quot; attribute in place of the scheme attribute to declare encoding schemes, on an interim basis, as part of the Web Experience Template. A more permanent way to declare encoding schemes is desirable.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48839</commentid>
    <comment_count>1</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2011-05-26 06:23:52 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; &quot;The @scheme attribute of the meta element has been made obsolete and &apos;must not
&gt; be used by authors&apos;&quot; (Source:
&gt; http://efoundations.typepad.com/efoundations/2010/02/html5-metadata-and-dublin-core.html).
&gt; The HTML5 specification states that @scheme must only be declared once per
&gt; page, for character encoding. This poses a problem for those using the Dublin
&gt; Core specification for metadata in HTML5, in which encoding schemes for syntax
&gt; and vocabulary must be declared, per property as appropriate. Examples:
&gt; ...

I think you&apos;re confusing meta/@schema with meta/@charset.

Other than that, I agree that @scheme should be kept, along with profile and related constructs.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48847</commentid>
    <comment_count>2</comment_count>
    <who name="Henri Sivonen">hsivonen</who>
    <bug_when>2011-05-26 13:49:50 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; &quot;The @scheme attribute of the meta element has been made obsolete and &apos;must not
&gt; be used by authors&apos;&quot; (Source:
&gt; http://efoundations.typepad.com/efoundations/2010/02/html5-metadata-and-dublin-core.html).
&gt; The HTML5 specification states that @scheme must only be declared once per
&gt; page, for character encoding. This poses a problem for those using the Dublin
&gt; Core specification for metadata in HTML5, in which encoding schemes for syntax
&gt; and vocabulary must be declared, per property as appropriate. Examples:
&gt; 
&gt; &lt;meta name=&quot;dcterms.modified&quot; scheme=&quot;W3CDTF&quot; content=&quot;2011-03-22&quot; /&gt;
&gt; &lt;meta name=&quot;dcterms.issued&quot; scheme=&quot;W3CDTF&quot; content=&quot;2010-03-15&quot; /&gt;
&gt; &lt;meta name=&quot;dcterms.language&quot; scheme=&quot;ISO639-2&quot; content=&quot;eng&quot; /&gt;

What consuming software are you writing this data for? What piece of software does something with the scheme attribute?

&gt; From what I can tell from the HTML5 spec, this has not changed. Nor has it
&gt; changed in the W3Schools HTML5 online course:
&gt; http://www.w3schools.com/html5/tag_meta.asp

Please see http://w3fools.com/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48849</commentid>
    <comment_count>3</comment_count>
    <who name="John Foliot">jfoliot</who>
    <bug_when>2011-05-26 16:49:55 +0000</bug_when>
    <thetext>(In reply to comment #2)
&gt; 
&gt; What consuming software are you writing this data for? What piece of software
&gt; does something with the scheme attribute?
&gt; 

There are a large number of tools that interact with Dublin Core metadata: 
http://dublincore.org/tools/

Has this Working Group had any discussions with DCMI? Perhaps now that we are at Last Call we will hear from subject matter experts from that realm?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48850</commentid>
    <comment_count>4</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2011-05-26 17:08:10 +0000</bug_when>
    <thetext>(In reply to comment #3)
&gt; ...
&gt; Has this Working Group had any discussions with DCMI? Perhaps now that we are
&gt; at Last Call we will hear from subject matter experts from that realm?

http://lists.w3.org/Archives/Public/public-html/2010May/0253.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48852</commentid>
    <comment_count>5</comment_count>
    <who name="Henri Sivonen">hsivonen</who>
    <bug_when>2011-05-26 18:20:25 +0000</bug_when>
    <thetext>(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; 
&gt; &gt; What consuming software are you writing this data for? What piece of software
&gt; &gt; does something with the scheme attribute?
&gt; &gt; 
&gt; 
&gt; There are a large number of tools that interact with Dublin Core metadata: 
&gt; http://dublincore.org/tools/

Does any of them fail if the input doesn&apos;t have the scheme attribute? If they do fail, what&apos;s the failure mode?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>53487</commentid>
    <comment_count>6</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:14:20 +0000</bug_when>
    <thetext>mass-move component to LC1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60195</commentid>
    <comment_count>7</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-11-20 15:06:30 +0000</bug_when>
    <thetext>Elizabeth, John, see comment #5 from Henri:
&gt; (In reply to comment #3)
&gt; &gt; There are a large number of tools that interact with Dublin Core metadata: 
&gt; &gt; http://dublincore.org/tools/
&gt; 
&gt; Does any of them fail if the input doesn&apos;t have the scheme attribute? If they
&gt; do fail, what&apos;s the failure mode?

This bug is waiting on a response to that question.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60418</commentid>
    <comment_count>8</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-11-24 02:34:45 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;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: Did Not Understand Request
Change Description: no spec change
Rationale: see comment 7</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>