[html5] r3966 - [e] (0) More tweaks to the profile='' attribute. Fixing http://www.w3.org/Bugs/P [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 22 04:03:09 PDT 2009


Author: ianh
Date: 2009-09-22 04:03:08 -0700 (Tue, 22 Sep 2009)
New Revision: 3966

Modified:
   index
   source
Log:
[e] (0) More tweaks to the profile='' attribute.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7484

Modified: index
===================================================================
--- index	2009-09-22 10:58:26 UTC (rev 3965)
+++ index	2009-09-22 11:03:08 UTC (rev 3966)
@@ -74545,20 +74545,20 @@
   <p>User agents should ignore the <code title=attr-head-profile><a href=#attr-head-profile>profile</a></code> content attribute on
   <code><a href=#the-head-element-0>head</a></code> elements.</p>
 
-  <p>When the attribute would be used as a list of globally unique
-  names, the user agent should instead always assume that all known
-  profiles apply to all pages, and should therefore apply the
-  conventions of all known metadata profiles to the document, ignoring
-  the value of the attribute.</p>
+  <p>When the attribute would be used as a list of <a href=#url title=URL>URLs</a> identifying metadata profiles, the user
+  agent should instead always assume that all known profiles apply to
+  all pages, and should therefore apply the conventions of all known
+  metadata profiles to the document, ignoring the value of the
+  attribute.</p>
 
   <p>When the attribute's value would be handled as a list of <a href=#url title=URL>URLs</a> to be dereferenced, the user agent must use
   the following steps:</p>
 
   <ol><li><p><a href=#split-a-string-on-spaces title="split a string on spaces">Split on
-   spaces</a> the value of the <code title=attr-meta-profile>profile</code> attribute.</li>
+   spaces</a> the value of the <code title=attr-head-profile><a href=#attr-head-profile>profile</a></code> attribute.</li>
 
    <li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> each resulting
-   token relative to the <code><a href=#meta>meta</a></code> element.</li>
+   token relative to the <code><a href=#the-head-element-0>head</a></code> element.</li>
 
    <li><p>For each token that is successfully resolved,
    <a href=#fetch>fetch</a> the resulting <a href=#absolute-url>absolute URL</a> and

Modified: source
===================================================================
--- source	2009-09-22 10:58:26 UTC (rev 3965)
+++ source	2009-09-22 11:03:08 UTC (rev 3966)
@@ -88459,11 +88459,12 @@
   title="attr-head-profile">profile</code> content attribute on
   <code>head</code> elements.</p>
 
-  <p>When the attribute would be used as a list of globally unique
-  names, the user agent should instead always assume that all known
-  profiles apply to all pages, and should therefore apply the
-  conventions of all known metadata profiles to the document, ignoring
-  the value of the attribute.</p>
+  <p>When the attribute would be used as a list of <span
+  title="URL">URLs</span> identifying metadata profiles, the user
+  agent should instead always assume that all known profiles apply to
+  all pages, and should therefore apply the conventions of all known
+  metadata profiles to the document, ignoring the value of the
+  attribute.</p>
 
   <p>When the attribute's value would be handled as a list of <span
   title="URL">URLs</span> to be dereferenced, the user agent must use
@@ -88473,10 +88474,10 @@
 
    <li><p><span title="split a string on spaces">Split on
    spaces</span> the value of the <code
-   title="attr-meta-profile">profile</code> attribute.</p></li>
+   title="attr-head-profile">profile</code> attribute.</p></li>
 
    <li><p><span title="resolve a url">Resolve</span> each resulting
-   token relative to the <code>meta</code> element.</p></li>
+   token relative to the <code>head</code> element.</p></li>
 
    <li><p>For each token that is successfully resolved,
    <span>fetch</span> the resulting <span>absolute URL</span> and




More information about the Commit-Watchers mailing list