html5/spec Overview.html,1.5141,1.5142

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6464

Modified Files:
	Overview.html 
Log Message:
try to clarify (whatwg r6439)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5141
retrieving revision 1.5142
diff -u -d -r1.5141 -r1.5142
--- Overview.html	12 Aug 2011 21:59:21 -0000	1.5141
+++ Overview.html	12 Aug 2011 22:20:21 -0000	1.5142
@@ -41837,14 +41837,13 @@
 
   </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>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>The keywords represent icon sizes.<div class="impl">
+  <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>The keywords represent icon sizes.<div class="impl">
 
   <p>To parse and process the attribute's value, the user agent must
   first <a href="#split-a-string-on-spaces" title="split a string on spaces">split the attribute's

Received on Friday, 12 August 2011 22:20:27 UTC