Skip to content

Commit ebbb479

Browse files
committed
[css-syntax] Move FORM FEED to being handled by the input preprocessor.
1 parent 89b7f30 commit ebbb479

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

css-syntax/Overview.html

Lines changed: 7 additions & 7 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-13 name=dcterms.date>
14+
<meta content=2013-05-17 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=20130513>13 May 2013</time></h2>
35+
class=dt-updated datetime=20130517>17 May 2013</time></h2>
3636

3737
<dl>
3838
<dt>This version:
@@ -667,9 +667,9 @@ <h4 id=preprocessing-the-input-stream><span class=secno>3.2.1. </span>
667667
make the following character substitutions:
668668

669669
<ul>
670-
<li> Replace any U+000D CARRIAGE RETURN (CR) characters or pairs of U+000D
671-
CARRIAGE RETURN (CR) followed by U+000A LINE FEED (LF) by a single U+000A
672-
LINE FEED (LF) character.
670+
<li> Replace any U+000D CARRIAGE RETURN (CR) characters, U+000C FORM FEED
671+
(FF) characters, or pairs of U+000D CARRIAGE RETURN (CR) followed by
672+
U+000A LINE FEED (LF) by a single U+000A LINE FEED (LF) character.
673673

674674
<li> Replace any U+0000 NULL characters with U+FFFD REPLACEMENT CHARACTER
675675
(�).
@@ -1492,8 +1492,8 @@ <h3 id=definitions><span class=secno>4.3. </span> Definitions</h3>
14921492

14931493
<dt><dfn id=newline>newline</dfn>
14941494

1495-
<dd> U+000A LINE FEED or U+000C FORM FEED. <span class=note> Note that
1496-
U+000D CARRIAGE RETURN is not included in this definition, as it is
1495+
<dd> U+000A LINE FEED. <span class=note> Note that U+000D CARRIAGE RETURN
1496+
and U+000C FORM FEED are not included in this definition, as they are
14971497
removed from the stream during preprocessing. </span>
14981498

14991499
<dt><dfn id=whitespace>whitespace</dfn>

css-syntax/Overview.src.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ <h4>
399399

400400
<ul>
401401
<li>
402-
Replace any U+000D CARRIAGE RETURN (CR) characters
402+
Replace any U+000D CARRIAGE RETURN (CR) characters,
403+
U+000C FORM FEED (FF) characters,
403404
or pairs of U+000D CARRIAGE RETURN (CR) followed by U+000A LINE FEED (LF)
404405
by a single U+000A LINE FEED (LF) character.
405406

@@ -661,10 +662,10 @@ <h3>
661662

662663
<dt><dfn>newline</dfn>
663664
<dd>
664-
U+000A LINE FEED or U+000C FORM FEED.
665+
U+000A LINE FEED.
665666
<span class='note'>
666-
Note that U+000D CARRIAGE RETURN is not included in this definition,
667-
as it is removed from the stream during preprocessing.
667+
Note that U+000D CARRIAGE RETURN and U+000C FORM FEED are not included in this definition,
668+
as they are removed from the stream during preprocessing.
668669
</span>
669670

670671
<dt><dfn>whitespace</dfn>

0 commit comments

Comments
 (0)