Skip to content

Commit

Permalink
[e] (0) More tweaks to the profile='' attribute.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7484

git-svn-id: http://svn.whatwg.org/webapps@3966 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2009
1 parent 9662b9b commit 92091d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
14 changes: 7 additions & 7 deletions index
Expand Up @@ -74545,20 +74545,20 @@ interface <a href=#htmlheadelement>HTMLHeadElement</a> {
<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
Expand Down
15 changes: 8 additions & 7 deletions source
Expand Up @@ -88459,11 +88459,12 @@ interface <span>HTMLHeadElement</span> {
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
Expand All @@ -88473,10 +88474,10 @@ interface <span>HTMLHeadElement</span> {

<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
Expand Down

0 comments on commit 92091d5

Please sign in to comment.