<?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>22227</bug_id>
          
          <creation_ts>2013-05-31 10:17:42 +0000</creation_ts>
          <short_desc>Metadata names are not compared in a case-insensitive manner</short_desc>
          <delta_ts>2013-06-26 13:29:29 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML Checker</product>
          <component>General</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="Andrew Hoddinott">ajh</reporter>
          <assigned_to name="Michael[tm] Smith">mike+validator</assigned_to>
          <cc>mike</cc>
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>88507</commentid>
    <comment_count>0</comment_count>
    <who name="Andrew Hoddinott">ajh</who>
    <bug_when>2013-05-31 10:17:42 +0000</bug_when>
    <thetext>Metadata names which have upper case characters in their WHATWG wiki registrations do not validate.

For example:

&lt;!DOCTYPE html&gt;&lt;head&gt;&lt;meta charset=&quot;utf-8&quot;&gt;
&lt;meta name=&quot;msapplication-TileColor&quot; content=&quot;#d83434&quot;/&gt;
&lt;meta name=&quot;WT.si_p&quot; content=&quot;my_scenario_step_name&quot; /&gt;
&lt;title&gt; &lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;p&gt; &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;

gives the errors:

Error: Bad value msapplication-TileColor for attribute name on element meta: Keyword msapplication-tilecolor is not registered.
Error: Bad value WT.si_p for attribute name on element meta: Keyword wt.si_p is not registered.

Both msapplication-TileColor and WT.si_p are listed at http://wiki.whatwg.org/wiki/MetaExtensions

Ref:
http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#standard-metadata-names
4.2.5.1 Standard metadata names
[...]
Names are case-insensitive, and must be compared in an ASCII case-insensitive manner.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>89888</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2013-06-26 13:29:29 +0000</bug_when>
    <thetext>Added WT.si_p and msapplication-TileColor</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>