NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 426 - Make the presence of profile='' a toned-down error since that attribute is used in WordPress templates. (Also, rearrange that section to make more sense. (Downplay))
Make the presence of profile='' a toned-down error since that attribute is us...
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-04 16:59 CET by Henri Sivonen
Modified: 2011-05-19 16:20 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-01-04 16:59:22 CET
Index: source
===================================================================
--- source	(revision 2603)
+++ source	(revision 2604)
@@ -59973,21 +59973,32 @@
    </li>   
 
    <li><p>The presence of a <code
+   title="attr-head-profile">profile</code> attribute on the
+   <code>head</code> element, if it's value is an <span>unordered set
+   of unique space-separated tokens</span> where the words are all
+   <span title="valid URL">valid URLs</span>.</p></li>
+
+   <li><p>The presence of a <code>meta</code> element with an <code
+   title="attr-meta-http-equiv">http-equiv</code> attribute in the
+   <span title="attr-meta-http-equiv-content-language">Content
+   Language</span> state.</p></li>
+
+   <li><p>The presence of a <code
    title="attr-img-border">border</code> attribute on an
    <code>img</code> element if its value is the string "<code
    title="">0</code>".</p></li>
 
    <li><p>The presence of a <code
+   title="attr-img-longdesc">longdesc</code> attribute on an
+   <code>img</code> element, if its value is a <span>valid
+   URL</span>.</p></li> <!-- 0.29% pages -->
+
+   <li><p>The presence of a <code
    title="attr-script-language">language</code> attribute on a
    <code>script</code> element if its value is an <span>ASCII
    case-insensitive</span> match for the string "<code
    title="">JavaScript</code>".</p></li>
 
-   <li><p>The presence of a <code>meta</code> element with an <code
-   title="attr-meta-http-equiv">http-equiv</code> attribute in the
-   <span title="attr-meta-http-equiv-content-language">Content
-   Language</span> state.</p></li>
-
    <li><p>The presence of a <code title="attr-a-name">name</code>
    attribute on an <code>a</code> element, if its value is not the
    empty string.</p></li>
@@ -60000,11 +60011,6 @@
    attribute on a <code>td</code> or <code>th</code> element.</p></li>
    <!-- 1.33% pages -->
 
-   <li><p>The presence of a <code
-   title="attr-img-longdesc">longdesc</code> attribute on an
-   <code>img</code> element, if its value is a <span>valid
-   URL</span>.</p></li> <!-- 0.29% pages -->
-
    <li><p>The presence of a <code>noframes</code> element.</p></li>
 
   </ul>