- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 10:56:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27665 Modified Files: Overview.html Log Message: More tweaks to the profile='' attribute. (whatwg r3966) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3127 retrieving revision 1.3128 diff -u -d -r1.3127 -r1.3128 --- Overview.html 22 Sep 2009 10:51:30 -0000 1.3127 +++ Overview.html 22 Sep 2009 10:56:13 -0000 1.3128 @@ -68049,20 +68049,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
Received on Tuesday, 22 September 2009 10:56:29 UTC