Skip to content

Commit 65e7ed1

Browse files
committed
[css3-syntax] Allow tokens like U+???, per CSS3 Fonts.
--HG-- extra : rebase_source : 6546d1ad2f72b7452b79bef3f383fdbb33434ce0
1 parent 1648312 commit 65e7ed1

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

css3-syntax/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
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-02-04 name=dcterms.issued>
14+
<meta content=2013-02-05 name=dcterms.issued>
1515
<meta content="http://dev.w3.org/csswg/css3-syntax/" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
17-
<meta content="http://www.w3.org/TR/2013/ED-css3-syntax-20130204/"
17+
<meta content="http://www.w3.org/TR/2013/ED-css3-syntax-20130205/"
1818
name=dcterms.identifier>
1919
<link href="#contents" rel=contents>
2020
<link href="#index" rel=index>
@@ -31,7 +31,7 @@
3131

3232
<h1>CSS Syntax Module Level 3</h1>
3333

34-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 February
34+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 February
3535
2013</h2>
3636

3737
<dl>
@@ -1494,10 +1494,10 @@ <h4 id=data-state><span class=secno>4.4.1. </span> <dfn id=data-state0>Data
14941494

14951495
<dd> If the <a href="#next-input-character"><i
14961496
title="next input character">next 2 input character</i></a> are U+002B
1497-
PLUS SIGN (+) followed by a <a href="#hex-digit"><i>hex digit</i></a>,
1498-
consume the <a href="#next-input-character"><i>next input
1499-
character</i></a>. <span class=note>Note: don't consume both of
1500-
them.</span> Switch to the <a
1497+
PLUS SIGN (+) followed by a <a href="#hex-digit"><i>hex digit</i></a> or
1498+
U+003F QUESTION MARK (?), consume the <a
1499+
href="#next-input-character"><i>next input character</i></a>. <span
1500+
class=note>Note: don't consume both of them.</span> Switch to the <a
15011501
href="#unicode-range-state0"><i>unicode-range state</i></a>.
15021502
<p>Otherwise, switch to the <a href="#ident-state0"><i>ident
15031503
state</i></a>. Reconsume the <a

css3-syntax/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,8 @@ <h4>
732732
<dd>
733733
If the <i title="next input character">next 2 input character</i> are
734734
U+002B PLUS SIGN (+)
735-
followed by a <i>hex digit</i>,
735+
followed by a <i>hex digit</i>
736+
or U+003F QUESTION MARK (?),
736737
consume the <i>next input character</i>.
737738
<span class='note'>Note: don't consume both of them.</span>
738739
Switch to the <i>unicode-range state</i>.

0 commit comments

Comments
 (0)