html5/spec Overview.html,1.4004,1.4005

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23712

Modified Files:
	Overview.html 
Log Message:
Remove conformance requirements for processing profile=''. (whatwg r4986)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4004
retrieving revision 1.4005
diff -u -d -r1.4004 -r1.4005
--- Overview.html	8 Apr 2010 04:33:46 -0000	1.4004
+++ Overview.html	8 Apr 2010 07:00:11 -0000	1.4005
@@ -63584,33 +63584,14 @@
            attribute DOMString <a href="#dom-head-profile" title="dom-head-profile">profile</a>;
 };</pre>
 
-  <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 <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-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="#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
-   apply the appropriate processing.</li> <!-- http-origin privacy
-   sensitive -->
-
-  </ol><p>The <dfn id="dom-head-profile" title="dom-head-profile"><code>profile</code></dfn> IDL
+  <p>The <dfn id="dom-head-profile" title="dom-head-profile"><code>profile</code></dfn> IDL
   attribute of the <code><a href="#the-head-element-0">head</a></code> element must <a href="#reflect">reflect</a>
   the content attribute of the same name, as if the attribute's value
-  was just a string. (In other words, the value is not <a href="#resolve-a-url" title="resolve a url">resolved</a> in any way on getting.)</p>
+  was just a string.</p>
+
+  <p class="note">In other words, the value is not <a href="#resolve-a-url" title="resolve a url">resolved</a> in any way on getting. This is
+  mentioned explicitly merely because in earlier versions of HTML, the
+  attribute was defined as taking a <a href="#url">URL</a>.</p>
 
   <hr><pre class="idl">[Supplemental]
 interface <a href="#htmlhrelement">HTMLHRElement</a> {

Received on Thursday, 8 April 2010 07:00:21 UTC