- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 00:05:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7265
Modified Files:
Overview.html
Log Message:
Clarify that profile='' took multiple tokens. (whatwg r3948)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3109
retrieving revision 1.3110
diff -u -d -r1.3109 -r1.3110
--- Overview.html 22 Sep 2009 00:01:05 -0000 1.3109
+++ Overview.html 22 Sep 2009 00:05:22 -0000 1.3110
@@ -67912,17 +67912,17 @@
<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 globally unique name, 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 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's value would be handled as a <a href="#url">URL</a>
- and dereferenced, the user agent must use the following steps:</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 the value of the <code title="attr-meta-profile">profile</code> attribute.</li>
+ spaces</a> the value of the <code title="attr-meta-profile">profile</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>
Received on Tuesday, 22 September 2009 00:05:34 UTC