<?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>13813</bug_id>
          
          <creation_ts>2011-08-18 00:29:00 +0000</creation_ts>
          <short_desc>Parser errors on a meta tag attribute names (msapplication-tooltip and msapplication-starturl).</short_desc>
          <delta_ts>2015-08-23 07:07:07 +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>http://ww.sivill.com/index.html</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="Graham Sivill">g</reporter>
          <assigned_to name="Michael[tm] Smith">mike</assigned_to>
          
          
          <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>55390</commentid>
    <comment_count>0</comment_count>
    <who name="Graham Sivill">g</who>
    <bug_when>2011-08-18 00:29:00 +0000</bug_when>
    <thetext>I get this error from the HTML5 parser:

&quot;Bad value msapplication-tooltip for attribute name on element meta: Keyword msapplication-tooltip is not registered.&quot;

And:

&quot;Bad value msapplication-starturl for attribute name on element meta: Keyword msapplication-starturl is not registered.&quot;

The error says you &quot;can register metadata names on the WHATWG wiki yourself&quot; so I followed the link to see if it was registered and they both are, unless I misunderstanding what the error is telling me.

The following is copied from the Registered Extensions table off the Wiki:

msapplication-tooltip 

&quot;Jump List&quot; or &quot;Pinned Sites&quot; in Windows 7 
The &quot;msapplication-tooltip&quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.
 
&lt;meta name=&quot;msapplication-tooltip&quot; content=&quot;Channel 9 Podcasts&quot; /&gt;
 
Declaring Pinned Site Metadata 

and

msapplication-starturl 

&quot;Jump List&quot; or &quot;Pinned Sites&quot; in Windows 7 
The &quot;msapplication-starturl&quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.
 &lt;meta name=&quot;msapplication-starturl&quot; content=&quot;./&quot; /&gt;
 
Declaring Pinned Site Metadata 

On my site at http://www.sivill.com/index.html the parser gives these errors:

Validation Output: 2 Errors 

Line 10, Column 69: Bad value msapplication-tooltip for attribute name on element meta: Keyword msapplication-tooltip is not registered.

&lt;meta name=&quot;msapplication-tooltip&quot; content=&quot;GSComputing Web Site&quot;  /&gt;

Syntax of metadata name:A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.

 Line 11, Column 51: Bad value msapplication-starturl for attribute name on element meta: Keyword msapplication-starturl is not registered.

&lt;meta name=&quot;msapplication-starturl&quot; content=&quot;./&quot; /&gt;

Syntax of metadata name:A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.
 
I think this is an error in the parser and these lines in my HTML code should not be being errored.

Graham Sivill</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55437</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2011-08-18 17:11:55 +0000</bug_when>
    <thetext>Looks like this is an issue with the validator.nu instance used by the validator; it is not reproducible at http://validator.nu .</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55545</commentid>
    <comment_count>2</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-21 14:42:39 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; Looks like this is an issue with the validator.nu instance used by the
&gt; validator; it is not reproducible at http://validator.nu .

Yeah, it was just due to the backend not being in sync with the latest upstream validator.nu sources. But I&apos;ve updated it now, so the page should validate as expected.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55546</commentid>
    <comment_count>3</comment_count>
    <who name="Graham Sivill">g</who>
    <bug_when>2011-08-21 15:00:42 +0000</bug_when>
    <thetext>Many thanks for sorting this, my site now validates as expected.

Graham Sivill

(In reply to comment #2)
&gt; (In reply to comment #1)
&gt; &gt; Looks like this is an issue with the validator.nu instance used by the
&gt; &gt; validator; it is not reproducible at http://validator.nu .
&gt; 
&gt; Yeah, it was just due to the backend not being in sync with the latest upstream
&gt; validator.nu sources. But I&apos;ve updated it now, so the page should validate as
&gt; expected.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>