- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 09:05:53 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify that profile='' took multiple tokens. (whatwg r3948)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3109&r2=1.3110&f=h
http://html5.org/tools/web-apps-tracker?from=3947&to=3948
===================================================================
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:06:29 UTC