Skip to content

Commit 4388bac

Browse files
committed
[css-syntax] Mention the 6-digit maximum.
1 parent c0c60e8 commit 4388bac

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

css-syntax/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -2839,7 +2839,6 @@ The Unicode-Range microsyntax</h2>
28392839
<dd>
28402840
Defines a range consisting of a single code point,
28412841
in this case the code point "1".
2842-
The numeric part is a <a title="hex digit">hexadecimal number</a>.
28432842

28442843
<dt>U+0001-00ff
28452844
<dd>
@@ -2852,6 +2851,9 @@ The Unicode-Range microsyntax</h2>
28522851
in this case defining the same as the value ''U+0000-00ff''.
28532852
</dl>
28542853

2854+
In each form, a maximum of 6 digits is allowed for each hexadecimal number
2855+
(if you treat "?" as a hexadecimal digit).
2856+
28552857
<h3 id="urange-syntax">
28562858
The <<urange>> type</h3>
28572859

css-syntax/Overview.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</p>
5959
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
6060
<h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft,
61-
<span class=dt-updated><span class=value-title title=20141117>17 November 2014</span></span></span></h2>
61+
<span class=dt-updated><span class=value-title title=20141120>20 November 2014</span></span></span></h2>
6262
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-syntax-3/>http://www.w3.org/TR/css-syntax-3/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2014/CR-css-syntax-3-20140220/ rel=previous>http://www.w3.org/TR/2014/CR-css-syntax-3-20140220/</a><dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/</a><dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/</a><dt>Feedback:<dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a> with subject line “<kbd>[css-syntax] <var>… message topic …</var></kbd>” (<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)</span><dt class=editor>Editors:<dd class=editor><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://xanthir.com/contact/>Tab Atkins Jr.</a> (<span class="p-org org">Google</span>)</div><dd class=editor><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://exyr.org/about/>Simon Sapin</a> (<span class="p-org org">Mozilla</span>)</div></dl></div>
6363
<div data-fill-with=warning></div>
6464
<p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2014 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply.
@@ -4173,7 +4173,6 @@ <h2 class="heading settled" data-level=7 id=urange><span class=secno>7. </span><
41734173
<dd>
41744174
Defines a range consisting of a single code point,
41754175
in this case the code point "1".
4176-
The numeric part is a <a data-link-type=dfn href=#hex-digit title="hex digit">hexadecimal number</a>.
41774176

41784177
<dt>U+0001-00ff
41794178
<dd>
@@ -4186,6 +4185,9 @@ <h2 class="heading settled" data-level=7 id=urange><span class=secno>7. </span><
41864185
in this case defining the same as the value <span class=css>U+0000-00ff</span>.
41874186
</dl>
41884187

4188+
<p>In each form, a maximum of 6 digits is allowed for each hexadecimal number
4189+
(if you treat "?" as a hexadecimal digit).</p>
4190+
41894191
<h3 class="heading settled" data-level=7.1 id=urange-syntax><span class=secno>7.1. </span><span class=content>
41904192
The <a class="production css" data-link-type=type href=#typedef-urange title="<urange>">&lt;urange&gt;</a> type</span><a class=self-link href=#urange-syntax></a></h3>
41914193

0 commit comments

Comments
 (0)