Skip to content

Commit

Permalink
[e] (0) Loosen up the already loose requirements around rel=icon size…
Browse files Browse the repository at this point in the history
…s=''.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13107

git-svn-id: http://svn.whatwg.org/webapps@6465 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 15, 2011
1 parent 35788a5 commit 6436fc8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions complete.html
Expand Up @@ -55262,7 +55262,9 @@ <h5 id=rel-icon><span class=secno>4.12.5.6 </span>Link type "<dfn title=rel-icon
</div>

<p>The <dfn id=attr-link-sizes title=attr-link-sizes><code>sizes</code></dfn>
attribute gives the sizes of icons for visual media.</p>
attribute gives the sizes of icons for visual media. Its value, if
present, is merely advisory. User agents may use the value to decide
which icon(s) to use if multiple icons are available.</p>

<p>If specified, the attribute must have a value that is an
<a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique space-separated tokens</a> which
Expand Down Expand Up @@ -55328,10 +55330,6 @@ <h5 id=rel-icon><span class=secno>4.12.5.6 </span>Link type "<dfn title=rel-icon

<div class=impl>

<p>If the attribute is not specified, then the user agent must
assume that the given icon is appropriate, but less appropriate than
an icon of a known and appropriate size.</p>

<p>In the absence of a <code><a href=#the-link-element>link</a></code> with the <code title=rel-icon><a href=#rel-icon>icon</a></code> keyword, for <code><a href=#document>Document</a></code>s
obtained over HTTP or HTTPS, user agents may instead attempt to
<a href=#fetch>fetch</a> and use an icon with the <a href=#absolute-url>absolute
Expand Down
8 changes: 3 additions & 5 deletions index
Expand Up @@ -55129,7 +55129,9 @@ fur
</div>

<p>The <dfn id=attr-link-sizes title=attr-link-sizes><code>sizes</code></dfn>
attribute gives the sizes of icons for visual media.</p>
attribute gives the sizes of icons for visual media. Its value, if
present, is merely advisory. User agents may use the value to decide
which icon(s) to use if multiple icons are available.</p>

<p>If specified, the attribute must have a value that is an
<a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique space-separated tokens</a> which
Expand Down Expand Up @@ -55195,10 +55197,6 @@ fur

<div class=impl>

<p>If the attribute is not specified, then the user agent must
assume that the given icon is appropriate, but less appropriate than
an icon of a known and appropriate size.</p>

<p>In the absence of a <code><a href=#the-link-element>link</a></code> with the <code title=rel-icon><a href=#rel-icon>icon</a></code> keyword, for <code><a href=#document>Document</a></code>s
obtained over HTTP or HTTPS, user agents may instead attempt to
<a href=#fetch>fetch</a> and use an icon with the <a href=#absolute-url>absolute
Expand Down
8 changes: 3 additions & 5 deletions source
Expand Up @@ -62304,7 +62304,9 @@ fur
</div>

<p>The <dfn title="attr-link-sizes"><code>sizes</code></dfn>
attribute gives the sizes of icons for visual media.</p>
attribute gives the sizes of icons for visual media. Its value, if
present, is merely advisory. User agents may use the value to decide
which icon(s) to use if multiple icons are available.</p>

<p>If specified, the attribute must have a value that is an
<span>unordered set of unique space-separated tokens</span> which
Expand Down Expand Up @@ -62381,10 +62383,6 @@ fur

<div class="impl">

<p>If the attribute is not specified, then the user agent must
assume that the given icon is appropriate, but less appropriate than
an icon of a known and appropriate size.</p>

<p>In the absence of a <code>link</code> with the <code
title="rel-icon">icon</code> keyword, for <code>Document</code>s
obtained over HTTP or HTTPS, user agents may instead attempt to
Expand Down

0 comments on commit 6436fc8

Please sign in to comment.