Skip to content

Commit ceb897b

Browse files
committed
[css-syntax] Remove note about number validation - several states now rely on validation before being entered.
1 parent 67e0914 commit ceb897b

2 files changed

Lines changed: 2 additions & 21 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Syntax Module Level 3 (CSS3 Syntax)" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-05-07 name=dcterms.date>
14+
<meta content=2013-05-08 name=dcterms.date>
1515
<meta content="Tab Atkins Jr." name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-syntax/"
@@ -32,7 +32,7 @@
3232
<h1 class=p-name>CSS Syntax Module Level 3</h1>
3333

3434
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <time
35-
class=dt-updated datetime=20130507> 7 May 2013</time></h2>
35+
class=dt-updated datetime=20130508> 8 May 2013</time></h2>
3636

3737
<dl>
3838
<dt>This version:
@@ -2012,14 +2012,6 @@ <h4 id=transform-function-whitespace-state><span class=secno>4.4.8. </span>
20122012
<h4 id=number-state><span class=secno>4.4.9. </span> <dfn
20132013
id=number-state0>Number state</dfn></h4>
20142014

2015-
<p class=note> Note: this state must only be entered <em>after</em>
2016-
performing validation to ensure that a number token is going to be
2017-
consumed (see the <a href="#data-state0"><i>data state</i></a>). <!--
2018-
Required prefixes:
2019-
(+|-|)\d
2020-
(+|-|).\d
2021-
-->
2022-
20232015
<p> Create a number token with its representation initially set to the
20242016
empty string.
20252017

css-syntax/Overview.src.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,17 +1273,6 @@ <h4>
12731273
<h4>
12741274
<dfn>Number state</dfn></h4>
12751275

1276-
<p class='note'>
1277-
Note: this state must only be entered <em>after</em> performing validation
1278-
to ensure that a number token is going to be consumed
1279-
(see the <i>data state</i>).
1280-
1281-
<!--
1282-
Required prefixes:
1283-
(+|-|)\d
1284-
(+|-|).\d
1285-
-->
1286-
12871276
<p>
12881277
Create a number token
12891278
with its representation initially set to the empty string.

0 commit comments

Comments
 (0)