Skip to content

Commit 1a4a813

Browse files
author
John Daggett
committed
[css-fonts] remove quotes in unicode-range defn
1 parent 6217576 commit 1a4a813

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

css-fonts/Fonts.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@
112112

113113
<h1>CSS Fonts Module Level 3</h1>
114114

115-
<h2 class="no-num no-toc" id=editors-draft-23-may-2013>Editor's Draft 23
115+
<h2 class="no-num no-toc" id=editors-draft-24-may-2013>Editor's Draft 24
116116
May 2013</h2>
117117

118118
<dl id=authors>
119119
<dt>This version:
120120

121121
<dd><a
122122
href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
123-
<!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130523/">http://www.w3.org/TR/2013/ED-css3-fonts-20130523/</a> -->
123+
<!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130524/">http://www.w3.org/TR/2013/ED-css3-fonts-20130524/</a> -->
124124

125125

126126
<dt>Latest version:
@@ -2574,16 +2574,15 @@ <h3 id=unicode-range-desc><span class=secno>4.5 </span>Character range: the
25742574
<dd>a valid Unicode codepoint, represented as one to six hexadecimal
25752575
digits
25762576

2577-
<dt>interval range (e.g. <code class=css>U+400-4ff</code>)
2577+
<dt>interval range (e.g. U+400-4ff)
25782578

25792579
<dd>represented as two hyphen-separated valid Unicode codepoints
25802580
indicating the inclusive start and end codepoints of a range
25812581

2582-
<dt>wildcard range (e.g. <code class=css>U+4??</code>)
2582+
<dt>wildcard range (e.g. U+4??)
25832583

25842584
<dd>defined by the set of codepoints implied when trailing ‘<code
2585-
class=css>?</code>’ characters signify ‘<code class=css>any
2586-
hexadeximal digit</code>
2585+
class=css>?</code>’ characters signify any hexadeximal digit
25872586
</dl>
25882587

25892588
<p>Individual codepoints are written using hexadecimal values that

0 commit comments

Comments
 (0)