-
Notifications
You must be signed in to change notification settings - Fork 707
/
Copy pathdoc-20130711-LCWD.html
340 lines (279 loc) · 19.9 KB
/
doc-20130711-LCWD.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE HTML>
<html>
<head>
<title>CSS Fonts Module Level 3 Disposition of Comments for 2013-07-11 LCWD</title>
<script type="text/javascript" src="http://use.typekit.com/xon2bky.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<style type="text/css">
body { margin: 3em; }
body, th, td, h1, h2, h3, h4, h5, h6, pre {
font-family: "myriad-pro", sans-serif !important;
}
.a { background:lightgreen }
.d { background: lightblue }
.r { background:orange }
.fo { background:red }
.open { border: solid red 1px; }
:target {
box-shadow: 0.25em 0.25em 0.25em;
}
pre {
white-space: pre-wrap;
padding: 1.2em;
border-radius: 0.5em;
}
ul { max-width: 20em; }
</style>
</head>
<body>
<h1>CSS Fonts Module Level 3 Disposition of Comments for 2013-07-11 LCWD</h1>
<p>Last call document: <a href="http://www.w3.org/TR/2013/WD-css-fonts-3-20130711/">http://www.w3.org/TR/2013/WD-css-fonts-3-20130711/</a>
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
<p>The following color coding convention is used for comments:</p>
<ul>
<li class="a">Accepted or Rejected and positive response
<li class="r">Rejected and no response
<li class="fo">Rejected and negative response
<li class="d">Deferred
<li class="oi">Out-of-Scope or Invalid and not verified
</ul>
<p class=open>Open issues are marked like this</p>
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
<code>Verified</code> indicates commentor's acceptance of the response.</p>
<pre class="a" id="issue-1">
<a href="#issue-1">Issue 1</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0427.html">http://lists.w3.org/Archives/Public/www-style/2013Jul/0427.html</a>
definition of same-origin restriction for font loading is contradictory
Raised By: Anne van Kesteren
Addressed by: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0299.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0299.html</a>
Fixed in:
<a href="https://hg.csswg.org/drafts/rev/8d1905d1c3cf">https://hg.csswg.org/drafts/rev/8d1905d1c3cf</a>
<a href="https://hg.csswg.org/drafts/rev/9905e92b4df5">https://hg.csswg.org/drafts/rev/9905e92b4df5</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0307.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0307.html</a>
Impact: clarification, no impact on existing implementations (Firefox, IE)
</pre>
<pre class="a" id="issue-2">
<a href="#issue-2">Issue 2</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0686.html">http://lists.w3.org/Archives/Public/www-style/2013Jul/0686.html</a>
letter-spacing, font-variant-ligatures and font feature precedence
Raised By: fantasai
Resolution: shift the relative precedence of features implied by other CSS properties to be higher than 'font-variant'
Fixed in: <a href="https://hg.csswg.org/drafts/rev/368c6ad02232">https://hg.csswg.org/drafts/rev/368c6ad02232</a>
Group response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0110.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0110.html</a>
Impact: no effect on implementations (Firefox font-variant experimental implementation behind pref), no effect on existing content
</pre>
<pre class="a" id="issue-3">
<a href="#issue-3">Issue 3</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0235.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0235.html</a>
editorial: political joke in one of the examples
Raised By: Sergey Malkin
Addressed by: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0251.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0251.html</a>
Fixed in: <a href="https://hg.csswg.org/drafts/rev/1bd7f210c461">https://hg.csswg.org/drafts/rev/1bd7f210c461</a>
No response from commenter.
</pre>
<pre class="a" id="issue-4a">
<a href="#issue-4a">Issue 4a</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0239.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0239.html</a>
definition of 'auto' value of 'font-size-adjust' is misleading
Raised By: Vladimir Levantovsky
Resolution: drop 'auto' value, per <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html</a>
Fixed in: <a href="https://hg.csswg.org/drafts/rev/1c284112685e">https://hg.csswg.org/drafts/rev/1c284112685e</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0624.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0624.html</a>
Impact: no implementation of 'auto' value for 'font-size-adjust' (Firefox implements <number> values)
</pre>
<pre class="a" id="issue-4b">
<a href="#issue-4b">Issue 4b</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0239.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0239.html</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0498.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0498.html</a>
adjusted font size needs to affect line height
Raised By: Vladimir Levantovsky
Resolution: font-size-adjust affects used font-size not computed font-size, per <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html</a>
Resolution: add an informative note for authors regarding line height, per <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html</a>
Fixed in: <a href="https://hg.csswg.org/drafts/rev/1c284112685e">https://hg.csswg.org/drafts/rev/1c284112685e</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0624.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0624.html</a>
Impact: clarification based on existing behavior
</pre>
<pre class="a" id="issue-5">
<a href="#issue-5">Issue 5</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0239.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0239.html</a>
editorial: examples should use WOFF fonts rather than TrueType fonts
Raised By: Vladimir Levantovsky
Addressed by: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0252.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0252.html</a>
Fixed in: <a href="https://hg.csswg.org/drafts/rev/dbd4337ff7d7">https://hg.csswg.org/drafts/rev/dbd4337ff7d7</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0267.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0267.html</a>
</pre>
<pre class="a" id="issue-6">
<a href="#issue-6">Issue 6</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0472.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0472.html</a>
question: testcases for CSS available for use in SVG tests?
Raised By: Cameron McCormack
Addressed by:
<a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0477.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0477.html</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0664.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0664.html</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0021.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0021.html</a>
</pre>
<pre class="a" id="issue-7">
<a href="#issue-7">Issue 7</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0473.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0473.html</a>
whether 'font-feature-settings: "kern" off' disables kerning from old-style kern table
Raised By: Jonathan Kew
Addressed by: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0478.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0478.html</a>
Fixed in: <a href="https://hg.csswg.org/drafts/rev/9c4ae1da9e9a">https://hg.csswg.org/drafts/rev/9c4ae1da9e9a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0522.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0522.html</a>
Impact: clarification based on existing behavior
</pre>
<pre class="a" id="issue-8">
<a href="#issue-8">Issue 8</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0585.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0585.html</a>
'ordinal' value of 'font-variant-numeric' should be moved to 'font-variant-position'
Raised By: fantasai
Resolution: reword description slightly, otherwise no change, per rationale in <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0657.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0657.html</a>
Fixed in: <a href="https://hg.csswg.org/drafts/rev/6b6b4d9a7766">https://hg.csswg.org/drafts/rev/6b6b4d9a7766</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0028.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0028.html</a>
</pre>
<pre class="d" id="i18n-issue-287">
<a href="#i18n-issue-287">I18N Issue 287</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0256.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0256.html</a>
i18n-ISSUE-287: Figure 4 - combining diacritics
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: deferred to next level, add more examples of complex text usage in L4
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-288">
<a href="#i18n-issue-288">I18N Issue 288</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0257.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0257.html</a>
i18n-ISSUE-288: Letterform differences
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://hg.csswg.org/drafts/rev/3479cdefc59a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-289">
<a href="#i18n-issue-289">I18N Issue 289</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0258.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0258.html</a>
i18n-ISSUE-289: Blank in figure 7
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial, no change, explanation: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0295.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0295.html</a>
Commenter accepts: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0306.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0306.html</a>
</pre>
<pre class="a" id="i18n-issue-290">
<a href="#i18n-issue-290">I18N Issue 290</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0259.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0259.html</a>
i18n-ISSUE-290: Case and normalization heads up
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://hg.csswg.org/drafts/rev/3479cdefc59a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-291">
<a href="#i18n-issue-291">I18N Issue 291</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0260.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0260.html</a>
i18n-ISSUE-291: Fantasy and playful
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://hg.csswg.org/drafts/rev/3479cdefc59a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-292">
<a href="#i18n-issue-292">I18N Issue 292</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0261.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0261.html</a>
i18n-ISSUE-292: Synthesized cyrillic italics
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://hg.csswg.org/drafts/rev/3479cdefc59a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-293">
<a href="#i18n-issue-293">I18N Issue 293</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0262.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0262.html</a>
i18n-ISSUE-293: Aspect value vs aspect ratio
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://hg.csswg.org/drafts/rev/3479cdefc59a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-294">
<a href="#i18n-issue-294">I18N Issue 294</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0263.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0263.html</a>
i18n-ISSUE-294: Fonts available on platforms
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://hg.csswg.org/drafts/rev/3479cdefc59a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-295">
<a href="#i18n-issue-295">I18N Issue 295</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0264.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0264.html</a>
i18n-ISSUE-295: U+ in unicode-range descriptor
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: rejected, unicode-range syntax already in widespread use <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0296.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0296.html</a>
Commenter accepts: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0307.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0307.html</a>
</pre>
<pre class="a" id="i18n-issue-296">
<a href="#i18n-issue-296">I18N Issue 296</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0265.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0265.html</a>
i18n-ISSUE-296: Usable characters in unicode-range
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/b08fc2c6efdd">https://hg.csswg.org/drafts/rev/b08fc2c6efdd</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-296a">
<a href="#i18n-issue-296a">I18N Issue 296a</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0318.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0318.html</a>
i18n-ISSUE-296a: inclusion of surrogate codepoints within unicode-range values
Raised By: Anne van Kesteren, as a subtopic of <a href="#i18n-issue-296">I18N issue 296</a>
Resolution: no change, surrogate handling behavior unrelated to the use of 'unicode-range' values
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0323.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0323.html</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0344.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0344.html</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0352.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0352.html</a>
Commenter okay with spec wording: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0423.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0423.html</a>
</pre>
<pre class="a" id="i18n-issue-297">
<a href="#i18n-issue-297">I18N Issue 297</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0266.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0266.html</a>
i18n-ISSUE-297: Double slash before URI
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://hg.csswg.org/drafts/rev/3479cdefc59a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-298">
<a href="#i18n-issue-298">I18N Issue 298</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0267.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0267.html</a>
i18n-ISSUE-298: To ensure or to insure, that is the question
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://hg.csswg.org/drafts/rev/3479cdefc59a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-299">
<a href="#i18n-issue-299">I18N Issue 299</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0268.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0268.html</a>
i18n-ISSUE-299: Cluster matching 1b
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/b08fc2c6efdd">https://hg.csswg.org/drafts/rev/b08fc2c6efdd</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0309.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0309.html</a>
</pre>
<pre class="a" id="i18n-issue-300">
<a href="#i18n-issue-300">I18N Issue 300</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0269.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0269.html</a>
i18n-ISSUE-300: ja-jp too verbose
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://hg.csswg.org/drafts/rev/3479cdefc59a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
<pre class="a" id="i18n-issue-301">
<a href="#i18n-issue-301">I18N Issue 301</a>
<a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0271.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0271.html</a>
i18n-ISSUE-301: Unicode reference
Raised By: Internationalization WG (rishida), three weeks after the end of LC
Resolution: editorial change, spec updated.
Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://hg.csswg.org/drafts/rev/3479cdefc59a</a>
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a>
</pre>
</body>
</html>