<?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>7025</bug_id>
          
          <creation_ts>2009-06-12 23:17:08 +0000</creation_ts>
          <short_desc>Invalid XHTML+RDFa Icon Code</short_desc>
          <delta_ts>2010-03-02 18:52:50 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>Templates</component>
          <version>HEAD</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</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>0.8.6</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tobias">webmaster</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</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>25570</commentid>
    <comment_count>0</comment_count>
    <who name="Tobias">webmaster</who>
    <bug_when>2009-06-12 23:17:08 +0000</bug_when>
    <thetext>The HTML snippet for showing the icon of a successful XHTML + RDFa validation is itself not valid. The namespace shortcut is inconsistent (dc != dct).

Wrong:
&lt;p about=&quot;&quot; resource=&quot;http://www.w3.org/TR/rdfa-syntax&quot;
  rel=&quot;dct:conformsTo&quot; xmlns:dc=&quot;http://purl.org/dc/terms/&quot;&gt;
  &lt;a href=&quot;http://validator.w3.org/check?uri=referer&quot;&gt;&lt;img src=&quot;http://www.w3.org/Icons/valid-xhtml-rdfa&quot; alt=&quot;Valid XHTML + RDFa&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

Should be:
&lt;p about=&quot;&quot; resource=&quot;http://www.w3.org/TR/rdfa-syntax&quot;
  rel=&quot;dct:conformsTo&quot; xmlns:dct=&quot;http://purl.org/dc/terms/&quot;&gt;
  &lt;a href=&quot;http://validator.w3.org/check?uri=referer&quot;&gt;&lt;img src=&quot;http://www.w3.org/Icons/valid-xhtml-rdfa&quot; alt=&quot;Valid XHTML + RDFa&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25678</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2009-06-23 19:46:35 +0000</bug_when>
    <thetext>Thanks for your report.  This issue has already been fixed in the development version and will go live with the next validator release.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32772</commentid>
    <comment_count>2</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2010-03-02 18:52:50 +0000</bug_when>
    <thetext>Fix is included in 0.8.6.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>