Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) try to clarify
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12737

git-svn-id: http://svn.whatwg.org/webapps@6439 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2011
1 parent d31e63f commit 9dece61
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
15 changes: 7 additions & 8 deletions complete.html
Expand Up @@ -55099,14 +55099,13 @@ <h5 id=rel-icon><span class=secno>4.12.5.6 </span>Link type "<dfn title=rel-icon
attribute gives the sizes of icons for visual media.</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
are <a href=#ascii-case-insensitive>ASCII case-insensitive</a>. The values must all be
either an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string
"<code title=attr-link-sizes-any><a href=#attr-link-sizes-any>any</a></code>", or a value that
consists of two <a href=#valid-non-negative-integer title="valid non-negative integer">valid
non-negative integers</a> that do not have a leading U+0030 DIGIT
ZERO (0) character and that are separated by a single U+0078 LATIN
SMALL LETTER X or U+0058 LATIN CAPITAL LETTER X character.</p>
<a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique space-separated tokens</a> which
are <a href=#ascii-case-insensitive>ASCII case-insensitive</a>. Each value must be either
an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title=attr-link-sizes-any><a href=#attr-link-sizes-any>any</a></code>", or a value that consists of
two <a href=#valid-non-negative-integer title="valid non-negative integer">valid non-negative
integers</a> that do not have a leading U+0030 DIGIT ZERO (0)
character and that are separated by a single U+0078 LATIN SMALL
LETTER X or U+0058 LATIN CAPITAL LETTER X character.</p>

<p>The keywords represent icon sizes.</p>

Expand Down
15 changes: 7 additions & 8 deletions index
Expand Up @@ -54966,14 +54966,13 @@ fur
attribute gives the sizes of icons for visual media.</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
are <a href=#ascii-case-insensitive>ASCII case-insensitive</a>. The values must all be
either an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string
"<code title=attr-link-sizes-any><a href=#attr-link-sizes-any>any</a></code>", or a value that
consists of two <a href=#valid-non-negative-integer title="valid non-negative integer">valid
non-negative integers</a> that do not have a leading U+0030 DIGIT
ZERO (0) character and that are separated by a single U+0078 LATIN
SMALL LETTER X or U+0058 LATIN CAPITAL LETTER X character.</p>
<a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique space-separated tokens</a> which
are <a href=#ascii-case-insensitive>ASCII case-insensitive</a>. Each value must be either
an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title=attr-link-sizes-any><a href=#attr-link-sizes-any>any</a></code>", or a value that consists of
two <a href=#valid-non-negative-integer title="valid non-negative integer">valid non-negative
integers</a> that do not have a leading U+0030 DIGIT ZERO (0)
character and that are separated by a single U+0078 LATIN SMALL
LETTER X or U+0058 LATIN CAPITAL LETTER X character.</p>

<p>The keywords represent icon sizes.</p>

Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -62107,14 +62107,14 @@ fur
attribute gives the sizes of icons for visual media.</p>

<p>If specified, the attribute must have a value that is an
<span>unordered set of unique space-separated tokens</span>, which
are <span>ASCII case-insensitive</span>. The values must all be
either an <span>ASCII case-insensitive</span> match for the string
"<code title="attr-link-sizes-any">any</code>", or a value that
consists of two <span title="valid non-negative integer">valid
non-negative integers</span> that do not have a leading U+0030 DIGIT
ZERO (0) character and that are separated by a single U+0078 LATIN
SMALL LETTER X or U+0058 LATIN CAPITAL LETTER X character.</p>
<span>unordered set of unique space-separated tokens</span> which
are <span>ASCII case-insensitive</span>. Each value must be either
an <span>ASCII case-insensitive</span> match for the string "<code
title="attr-link-sizes-any">any</code>", or a value that consists of
two <span title="valid non-negative integer">valid non-negative
integers</span> that do not have a leading U+0030 DIGIT ZERO (0)
character and that are separated by a single U+0078 LATIN SMALL
LETTER X or U+0058 LATIN CAPITAL LETTER X character.</p>

<p>The keywords represent icon sizes.</p>

Expand Down

0 comments on commit 9dece61

Please sign in to comment.