Skip to content

Commit a910bd0

Browse files
author
John Daggett
committed
[css3-fonts] fixup Bert's edits and switch back to ED
1 parent 21f49a5 commit a910bd0

1 file changed

Lines changed: 25 additions & 42 deletions

File tree

css-fonts/Fonts.html

Lines changed: 25 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"default.css" rather than "../default.css"
1111
-->
1212
<link href="../default.css" rel=stylesheet type="text/css">
13+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
1314
<!-- I'm just experimenting here, don't get your bee in a bonnet -->
1415
<script src="http://use.typekit.com/xon2bky.js"
1516
type="text/javascript"></script>
@@ -114,18 +115,21 @@
114115

115116
<h1>CSS Fonts Module Level 3</h1>
116117

117-
<h2 class="no-num no-toc" id=editors-draft-8-july-2013>[LONGSTATUS] [DATE: 8 July 2013]</h2>
118+
<h2 class="no-num no-toc" id=editors-draft-16-july-2013>Editor's Draft 16
119+
July 2013</h2>
118120

119121
<dl id=authors>
120122
<dt>This version:
121123

122124
<dd><a
123-
href="[VERSION]">[VERSION]</a>
125+
href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
126+
<!-- <dd><a href="http://www.w3.org/TR/2013/ED-css-fonts-3-20130716/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130716/</a> -->
127+
124128

125129
<dt>Latest version:
126130

127131
<dd><a
128-
href="[LATEST]">http://www.w3.org/TR/css-fonts-3/</a>
132+
href="http://www.w3.org/TR/css-fonts-3/">http://www.w3.org/TR/css-fonts-3/</a>
129133

130134
<dt>Latest editor's draft:
131135

@@ -138,7 +142,7 @@ <h2 class="no-num no-toc" id=editors-draft-8-july-2013>[LONGSTATUS] [DATE: 8 Jul
138142
<dt>Previous version:
139143

140144
<dd><a
141-
href="http://www.w3.org/TR/2013/WD-css3-fonts-20130212/">http://www.w3.org/TR/2013/WD-css3-fonts-20130212/</a>
145+
href="http://www.w3.org/TR/2013/WD-css-fonts-3-20130711/">http://www.w3.org/TR/2013/WD-css-fonts-3-20130711/</a>
142146

143147
<dt>Issues List:
144148

@@ -242,12 +246,13 @@ <h3 class="no-num no-toc" id=atrisk>Features at risk</h3>
242246
<li><a href="#propdef-font-language-override"><code
243247
class=property>font-language-override</code></a>’ property
244248
</ul>
245-
246-
<p>This draft is a <strong>Last Call Working Draft</strong>. Please send
247-
comments to the <a
248-
href="http://lists.w3.org/Archives/Public/www-style/">www-style mailing
249-
list</a> as described above. The <strong>deadline for comments</strong> is
250-
six weeks after the date of publication in the header, 22 August 2013.
249+
<!--
250+
<p>This draft is a <strong>Last Call Working Draft</strong>.
251+
Please send comments to the
252+
<a href="http://lists.w3.org/Archives/Public/www-style/">www-style mailing list</a>
253+
as described above. The <strong>deadline for comments</strong>
254+
is six weeks after the date of publication in the header, 22 August 2013.</p>
255+
-->
251256

252257
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
253258
<!--begin-toc-->
@@ -432,8 +437,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
432437

433438
<li class=no-num><a href="#ch-ch-ch-changes">Changes</a>
434439
<ul class=toc>
435-
<li class=no-num><a href="#recent-changes"> Changes from the February
436-
2013 CSS3 Fonts Working Draft</a>
440+
<li class=no-num><a href="#recent-changes"> Changes from the July 2013
441+
CSS3 Fonts Last Call Working Draft</a>
437442
</ul>
438443

439444
<li class=no-num><a href="#acknowledgments">Acknowledgments</a>
@@ -734,8 +739,8 @@ <h3 id=font-family-prop><span class=secno>3.1 </span>Font family: the <a
734739

735740
<p>Font family names other than generic families must either be given
736741
quoted as <a
737-
href="http://www.w3.org/TR/CSS21/syndata.html#strings">strings,</a> or unquoted
738-
as a sequence of one or more <a
742+
href="http://www.w3.org/TR/CSS21/syndata.html#strings">strings,</a> or
743+
unquoted as a sequence of one or more <a
739744
href="http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier">identifiers.</a>
740745
This means most punctuation characters and digits at the start of each
741746
token must be escaped in unquoted font family names.
@@ -1572,7 +1577,7 @@ <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
15721577
class=property>font-size-adjust</code></span></a> would compound).
15731578

15741579
<div class=example>
1575-
<p style="display:none">Example(s):
1580+
<p style="display:none">Example(s):</p>
15761581

15771582
<pre>p { font-size: 12pt; }
15781583
blockquote { font-size: larger }
@@ -1907,7 +1912,7 @@ <h3 id=font-prop><span class=secno>3.7 </span>Shorthand font property: the
19071912
shorthand property; instead, use the individual property.
19081913

19091914
<div class=example>
1910-
<p style="display:none">Example(s):
1915+
<p style="display:none">Example(s):</p>
19111916

19121917
<pre>p { font: 12pt/14pt sans-serif }
19131918
p { font: 80% sans-serif }
@@ -2048,7 +2053,7 @@ <h3 id=font-prop><span class=secno>3.7 </span>Shorthand font property: the
20482053
font: large menu; /* use a font family named "menu" */</pre>
20492054

20502055
<div class=example>
2051-
<p style="display:none">Example(s):
2056+
<p style="display:none">Example(s):</p>
20522057

20532058
<pre>button { font: 300 italic 1.3em/1.7em &quot;FB Armada&quot;, sans-serif }
20542059
button p { font: menu }
@@ -5895,35 +5900,13 @@ <h2 class=no-num id=platform-props-to-css>Appendix A: Mapping platform font
58955900
<h2 class=no-num id=ch-ch-ch-changes>Changes</h2>
58965901

58975902
<h3 class=no-num id=recent-changes> Changes from the <a
5898-
href="http://www.w3.org/TR/2013/WD-css3-fonts-20130212/">February 2013
5899-
CSS3 Fonts Working Draft</a></h3>
5903+
href="http://www.w3.org/TR/2013/WD-css-fonts-3-20130711/">July 2013 CSS3
5904+
Fonts Last Call Working Draft</a></h3>
59005905

59015906
<p>Major changes include:
59025907

59035908
<ul>
5904-
<li>Moved font load events into a separate <a
5905-
href="http://dev.w3.org/csswg/css-font-load-events/">spec</a>
5906-
5907-
<li>Tightened syntax rules for <a
5908-
href="#at-font-feature-values-rule"><code>@font-feature-values</code></a>
5909-
rules
5910-
5911-
<li>Added grammar productions for <a
5912-
href="#at-font-face-rule"><code>@font-face</code></a> and <a
5913-
href="#at-font-feature-values-rule"><code>@font-feature-values</code></a>
5914-
rules
5915-
5916-
<li>Revised definition of ‘<a href="#descdef-unicode-range"><code
5917-
class=property>unicode-range</code></a>’ descriptor
5918-
5919-
<li>Detailed font matching of composite faces
5920-
5921-
<li>Revised object model interface of CSSFontFeatureValuesRule
5922-
5923-
<li>Detailed effect of ‘<a href="#propdef-font-size-adjust"><code
5924-
class=property>font-size-adjust</code></a>’ on relative unit sizes
5925-
5926-
<li>Reference the potentially CORS-enabled fetch method defined in HTML5
5909+
<li>
59275910
</ul>
59285911

59295912
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>

0 commit comments

Comments
 (0)