forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissues-lc-2013.html
More file actions
874 lines (867 loc) · 71.2 KB
/
issues-lc-2013.html
File metadata and controls
874 lines (867 loc) · 71.2 KB
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</title>
<style type="text/css">
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
pre > span { display: block; white-space: pre; }
:not(pre).a { background: lightgreen }
:not(pre).d { background: lightblue }
:not(pre).oi { background: yellow }
:not(pre).r { background: orange }
:not(pre).fo { background: red }
.open { border: solid red; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
</style>
<h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
<p>Dated Draft: <a href="http://www.w3.org/TR/2013/WD-css-text-3-20131010/">http://www.w3.org/TR/2013/WD-css-text-3-20131010/</a>
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-text-3/">http://drafts.csswg.org/css-text-3/</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'>
<span>Issue 1. <a href='#issue-1'>#</a></span>
<span>Summary: Rename 'each-line' of 'text-indent' to 'after-break' or 'each-paragraph'?</span>
<span>From: Kenny</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0154.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0154.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0373.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0373.html</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: Commenter present at F2F decision</span>
<span>Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0373.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0373.html</a></span></pre>
<pre class=' oi' id='issue-2'>
<span>Issue 2. <a href='#issue-2'>#</a></span>
<span>Summary: 'text-indent' treats "as a margin applied to the start edge of the line box" is not correct because a line box does not have margins</span>
<span>From: Kenny</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0154.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0154.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0186.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0186.html</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' oi' id='issue-3'>
<span>Issue 3. <a href='#issue-3'>#</a></span>
<span>Summary: 'text-indent' should clarify how the 'width' of a line box is determined</span>
<span>From: Kenny</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0154.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0154.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0186.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0186.html</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-4'>
<span>Issue 4. <a href='#issue-4'>#</a></span>
<span>Summary: Required UAX14 line breaking behavior for GL+CB is Web-incompatible</span>
<span>From: Kenny</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0136.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0136.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0069.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0069.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0321.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0321.html</a></span></pre>
<pre class=' a' id='issue-5'>
<span>Issue 5. <a href='#issue-5'>#</a></span>
<span>Summary: Clusters for letter spacing in Thai and other complex scripts</span>
<span>From: James Clark</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Sep/0542.html'>http://lists.w3.org/Archives/Public/www-style/2013Sep/0542.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Sep/0649.html'>http://lists.w3.org/Archives/Public/www-style/2013Sep/0649.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Sep/0563.html'>http://lists.w3.org/Archives/Public/www-style/2013Sep/0563.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Sep/0632.html'>http://lists.w3.org/Archives/Public/www-style/2013Sep/0632.html</a></span>
<span>Follow-up in Issue 48.</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' r' id='issue-6'>
<span>Issue 6. <a href='#issue-6'>#</a></span>
<span>Summary: 'hanging-punctuation: first' should apply to after forced-break</span>
<span>From: Kenny</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0177.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0177.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0198.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0198.html</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' oi' id='issue-6'>
<span>Issue 6. <a href='#issue-6'>#</a></span>
<span>Summary: 'hanging-punctuation: force-end' description is incorrect</span>
<span>From: Kenny</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0177.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0177.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0202.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0202.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0181.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0181.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0178.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0178.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0214.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0214.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0224.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0224.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0225.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0225.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0232.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0232.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0224.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0224.html</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-7'>
<span>Issue 7. <a href='#issue-7'>#</a></span>
<span>Summary: 'text-transform: full-width' description editorial change request</span>
<span>From: CE Whitehead</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0090.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0090.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0250.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0250.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0106.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0106.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-8'>
<span>Issue 8. <a href='#issue-8'>#</a></span>
<span>Summary: White Space Processing Details editorial changes</span>
<span>From: CE Whitehead</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0252.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0252.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0097.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0097.html</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0109.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0109.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-9'>
<span>Issue 9. <a href='#issue-9'>#</a></span>
<span>Summary: White Space Processing Details Phase I Example editorial changes</span>
<span>From: CE Whitehead</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0098.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0098.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' r' id='issue-10'>
<span>Issue 10. <a href='#issue-10'>#</a></span>
<span>Summary: Line Breaking Details editorial change</span>
<span>From: CE Whitehead</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0101.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0101.html</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-11'>
<span>Issue 11. <a href='#issue-11'>#</a></span>
<span>Summary: 'line-break' property editorial change</span>
<span>From: CE Whitehead</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0101.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0101.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-12'>
<span>Issue 12. <a href='#issue-12'>#</a></span>
<span>Summary: Expanding and Compressing Text editorial change</span>
<span>From: CE Whitehead</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0101.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0101.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-13'>
<span>Issue 13. <a href='#issue-13'>#</a></span>
<span>Summary: Handling Symbols and Punctuation editorial change</span>
<span>From: CE Whitehead</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0259.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0259.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' ' id='issue-14'>
<span>Issue 14. <a href='#issue-14'>#</a></span>
<span>Summary: Differences in white-space:pre-wrap behavior</span>
<span>From: Christopher Palmer</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0061.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0061.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0067.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0067.html</a></span>
<span class="">Closed: Answered</span>
<span>Resolved: Editor Discretion</span></pre>
<pre class=' oi' id='issue-15'>
<span>Issue 15. <a href='#issue-15'>#</a></span>
<span>Summary: text-overflow and ellipsis, some in rtl</span>
<span>From: Alan Gresley</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Oct/0161.html'>http://lists.w3.org/Archives/Public/www-style/2013Oct/0161.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0353.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0353.html</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Resolved: Editor Discretion</span></pre>
<pre class=' ' id='issue-16'>
<span>Issue 16. <a href='#issue-16'>#</a></span>
<span>Summary: #1 timeline to drop 'hanging-punctuation' if no impl</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="">Closed: Answered</span>
<span>Resolved: Editor Discretion</span></pre>
<pre class=' a' id='issue-17'>
<span>Issue 17. <a href='#issue-17'>#</a></span>
<span>Summary: #2 Unicode properties for grapheme clusters</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0258.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0258.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-18'>
<span>Issue 18. <a href='#issue-18'>#</a></span>
<span>Summary: #3 Clarify text-transform affects line breaks</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0259.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0259.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-19'>
<span>Issue 19. <a href='#issue-19'>#</a></span>
<span>Summary: #4 Ruby line break rules should refer to CSS Ruby</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0262.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0262.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-20'>
<span>Issue 20. <a href='#issue-20'>#</a></span>
<span>Summary: #5 it's not clear what the 'otherwise' applies to in 'but otherwise forbid'</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0263.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0263.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-21'>
<span>Issue 21. <a href='#issue-21'>#</a></span>
<span>Summary: #6 Soft-hyphens should disable automatic hyphenation points</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0321.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0321.html</a></span></pre>
<pre class=' a' id='issue-22'>
<span>Issue 22. <a href='#issue-22'>#</a></span>
<span>Summary: #7 Editorial consistency in word-wrap/overflow-wrap</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-23'>
<span>Issue 23. <a href='#issue-23'>#</a></span>
<span>Summary: #8 Typo in Overflow Wrapping</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' ' id='issue-24'>
<span>Issue 24. <a href='#issue-24'>#</a></span>
<span>Summary: #9 Add the text-align-first property</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0354.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0354.html</a></span>
<span class="">Closed: Deferred/Accepted</span>
<span>Note: Accepted to make text-align a shortand. Deferred text-align-first.</span>
<span>Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0167.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0167.html</a></span></pre>
<pre class=' ' id='issue-25'>
<span>Issue 25. <a href='#issue-25'>#</a></span>
<span>Summary: #10 What impact do zero-width letters and zero-width word-separators have on the inter-word and distribute text-justify values?</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="">Closed: Answered</span></pre>
<pre class=' a' id='issue-26'>
<span>Issue 26. <a href='#issue-26'>#</a></span>
<span>Summary: #11 Editorial suggestion for Possible Algorithms for text-justify</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-27'>
<span>Issue 27. <a href='#issue-27'>#</a></span>
<span>Summary: #12 Negative percentage for word-spacing should be allowed</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' oi' id='issue-28'>
<span>Issue 28. <a href='#issue-28'>#</a></span>
<span>Summary: #13 Should word-spacing prohibit applying to start/end of a line?</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-29'>
<span>Issue 29. <a href='#issue-29'>#</a></span>
<span>Summary: #14 Is the list of word separator characters exhaustive?</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-30'>
<span>Issue 30. <a href='#issue-30'>#</a></span>
<span>Summary: #15 Typo in Tracking, just after example 14: "element element" should be "element"</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0189.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0189.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0266.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0266.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-31'>
<span>Issue 31. <a href='#issue-31'>#</a></span>
<span>Summary: #16 What are the definition of zero-width characters in letter-spacing</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-32'>
<span>Issue 32. <a href='#issue-32'>#</a></span>
<span>Summary: #17 Clarify the behavior of text-indent: each-line</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-33'>
<span>Issue 33. <a href='#issue-33'>#</a></span>
<span>Summary: #18 Typo (spurious '>') in Animatable table entry for hanging-punctuation</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-34'>
<span>Issue 34. <a href='#issue-34'>#</a></span>
<span>Summary: #19 Text Processing Order of Operations should select font/glyph before letter-/word-spacing</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' a' id='issue-35'>
<span>Issue 35. <a href='#issue-35'>#</a></span>
<span>Summary: #20 Typo (missing an article) in Default UA Stylesheet</span>
<span>From: DPub IG</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' ' id='issue-36'>
<span>Issue 36. <a href='#issue-36'>#</a></span>
<span>Summary: Differences in white-space:pre-wrap behavior</span>
<span>From: Christopher Palmer</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0061.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0061.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0067.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0067.html</a></span>
<span class="">Closed: Question</span></pre>
<pre class=' ' id='issue-37'>
<span>Issue 37. <a href='#issue-37'>#</a></span>
<span>Summary: Confused about the White Space Processing Details in CSS Text Module Level 3</span>
<span>From: Jon Ronnenberg</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Dec/0057.html'>http://lists.w3.org/Archives/Public/www-style/2013Dec/0057.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0070.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0070.html</a></span>
<span class="">Closed: Question</span></pre>
<pre class=' a' id='issue-38'>
<span>Issue 38. <a href='#issue-38'>#</a></span>
<span>Summary: anonymous inline of collapsible white space are *not* always removed</span>
<span>From: Jon Ronnenberg</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Dec/0104.html'>http://lists.w3.org/Archives/Public/www-style/2013Dec/0104.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0071.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0071.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Bugfix</span></pre>
<pre class=' ' id='issue-39'>
<span>Issue 39. <a href='#issue-39'>#</a></span>
<span>Summary: The secret behind word-wrap/overflow-wrap?</span>
<span>From: Jens O. Meiert</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0258.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0258.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0263.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0263.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0264.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0264.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0267.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0267.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0366.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0366.html</a></span>
<span class="">Closed: Question</span></pre>
<pre class=' oi' id='issue-41'>
<span>Issue 41. <a href='#issue-41'>#</a></span>
<span>Summary: font-side-bearings: normal | trimmed</span>
<span>From: François REMY</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0242.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0242.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0252.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0252.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0267.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0267.html</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-43'>
<span>Issue 43. <a href='#issue-43'>#</a></span>
<span>Summary: I18N-ISSUE-308: Definition of 'grapheme cluster'</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0417.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0417.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0340.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0340.html</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0320.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0320.html</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-44'>
<span>Issue 44. <a href='#issue-44'>#</a></span>
<span>Summary: I18N-ISSUE-309: Haphazard use of term 'character'</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0418.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0418.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0321.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0321.html</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-45'>
<span>Issue 45. <a href='#issue-45'>#</a></span>
<span>Summary: I18N-ISSUE-310: (editorial) consistency in refering to Unicode web site</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0419.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0419.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0269.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0269.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0423.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0423.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-46'>
<span>Issue 46. <a href='#issue-46'>#</a></span>
<span>Summary: I18N-ISSUE-311: Clarity of Arabic hyphenation example</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0420.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0420.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0099.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0099.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0424.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0424.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-47'>
<span>Issue 47. <a href='#issue-47'>#</a></span>
<span>Summary: I18N-ISSUE-312: (editorial) distribute keyword description</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0421.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0421.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0270.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0270.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0425.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0425.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-48'>
<span>Issue 48. <a href='#issue-48'>#</a></span>
<span>Summary: I18N-ISSUE-313: Definition of grapheme clusters</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0422.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0422.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0279.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0279.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0365.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0365.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0078.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0078.html</a></span></pre>
<pre class=' a' id='issue-49'>
<span>Issue 49. <a href='#issue-49'>#</a></span>
<span>Summary: I18N-ISSUE-314: Line breaking and ruby</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0423.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0423.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0079.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0079.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0200.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0200.html</a></span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0426.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0426.html</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-50'>
<span>Issue 50. <a href='#issue-50'>#</a></span>
<span>Summary: I18N-ISSUE-315: Reference to line breaking in KLREQ</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0424.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0424.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0072.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0072.html</a></span>
<span class="oi">Closed: Invalid</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0427.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0427.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' r' id='issue-51'>
<span>Issue 51. <a href='#issue-51'>#</a></span>
<span>Summary: I18N-ISSUE-316: Line breaking should default to UAX#14</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0425.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0425.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0339.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0339.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0498.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0498.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0500.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0500.html</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0321.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0321.html</a></span></pre>
<pre class=' a' id='issue-52'>
<span>Issue 52. <a href='#issue-52'>#</a></span>
<span>Summary: I18N-ISSUE-317: Line breaking property and value names</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0426.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0426.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0272.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0272.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0126.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0126.html</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0428.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0428.html</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-53'>
<span>Issue 53. <a href='#issue-53'>#</a></span>
<span>Summary: I18N-ISSUE-318: Tibetan line breaking & justification background info</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0427.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0427.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0091.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0091.html</a></span>
<span class="oi">Closed: Invalid</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0429.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0429.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-54'>
<span>Issue 54. <a href='#issue-54'>#</a></span>
<span>Summary: I18N-ISSUE-319: word-break 'according to usual rules'</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0428.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0428.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0273.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0273.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0245.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0245.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0430.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0430.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-55'>
<span>Issue 55. <a href='#issue-55'>#</a></span>
<span>Summary: I18N-ISSUE-320: Example 6</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0429.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0429.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0444.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0444.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0073.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0073.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0431.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0431.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-56'>
<span>Issue 56. <a href='#issue-56'>#</a></span>
<span>Summary: I18N-ISSUE-321: Naming of "start end"</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0430.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0430.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0074.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0074.html</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0322.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0322.html</a></span>
<span>Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0167.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0167.html</a></span></pre>
<pre class=' a' id='issue-57'>
<span>Issue 57. <a href='#issue-57'>#</a></span>
<span>Summary: I18N-ISSUE-322: text-justify: auto should recommend international typographic accuracy</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0431.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0431.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0100.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0100.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0307.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0307.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0356.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0356.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-58'>
<span>Issue 58. <a href='#issue-58'>#</a></span>
<span>Summary: I18N-ISSUE-323: Figures 3 to 5</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0432.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0432.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0353.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0353.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0323.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0323.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-59'>
<span>Issue 59. <a href='#issue-59'>#</a></span>
<span>Summary: I18N-ISSUE-324: distribute -> inter-character</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0433.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0433.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0275.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0275.html</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0432.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0432.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Oct/0294.html'>http://lists.w3.org/Archives/Public/www-style/2014Oct/0294.html</a></span>
<span class="a">Closed: Accepted</span></pre>
<pre class=' a' id='issue-60'>
<span>Issue 60. <a href='#issue-60'>#</a></span>
<span>Summary: I18N-ISSUE-325: expansion opportunity -> justification opportunity</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0442.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0442.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0276.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0276.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0433.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0433.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-61'>
<span>Issue 61. <a href='#issue-61'>#</a></span>
<span>Summary: I18N-ISSUE-330: Tasmeem example not clear</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0434.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0434.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0422.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0422.html</a></span>
<span class="r">Closed: Rejected</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0355.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0355.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-62'>
<span>Issue 62. <a href='#issue-62'>#</a></span>
<span>Summary: I18N-ISSUE-331: No kashida style or relationship to styles 'distribute' and 'inter-word'</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0435.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0435.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0277.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0277.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0076.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0076.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0366.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0366.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0390.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0390.html</a></span>
<span class="oi">Closed: Invalid</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Oct/0398.html'>http://lists.w3.org/Archives/Public/www-style/2014Oct/0398.html</a></span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' a' id='issue-63'>
<span>Issue 63. <a href='#issue-63'>#</a></span>
<span>Summary: I18N-ISSUE-332: Lack of complete kashida description</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0436.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0436.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0278.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0278.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0078.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0078.html</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Resolved: Editor discretion</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0079.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0079.html</a></span></pre>
<pre class=' a' id='issue-64'>
<span>Issue 64. <a href='#issue-64'>#</a></span>
<span>Summary: I18N-ISSUE-333: 'letter-spacing' and Arabic</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0437.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0437.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0214.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0214.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0355.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0355.html</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Oct/0399.html'>http://lists.w3.org/Archives/Public/www-style/2014Oct/0399.html</a></span>
<span>Resolved: Editorial</span></pre>
<pre class=' ' id='issue-65'>
<span>Issue 65. <a href='#issue-65'>#</a></span>
<span>Summary: I18N-ISSUE-334: 'letter-spacing' and Indic</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0438.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0438.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0065.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0065.html</a></span>
<span class="">Closed: RejectedResolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0321.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0321.html</a></span></pre>
<pre class=' a' id='issue-66'>
<span>Issue 66. <a href='#issue-66'>#</a></span>
<span>Summary: I18N-ISSUE-335: health warnings for when language not known</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0443.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0443.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0391.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0391.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0080.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0080.html</a></span></pre>
<pre class=' a' id='issue-67'>
<span>Issue 67. <a href='#issue-67'>#</a></span>
<span>Summary: I18N-ISSUE-336: no local definition of "anonymous inline" (editorial)</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0439.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0439.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0330.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0330.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0081.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0081.html</a></span></pre>
<pre class=' a' id='issue-68'>
<span>Issue 68. <a href='#issue-68'>#</a></span>
<span>Summary: I18N-ISSUE-337: line terminator handling</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0440.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0440.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0335.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0335.html</a></span>
<span class="oi">Closed: Invalid</span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0023.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0023.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0082.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0082.html</a></span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0083.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0083.html</a></span></pre>
<pre class=' a' id='issue-69'>
<span>Issue 69. <a href='#issue-69'>#</a></span>
<span>Summary: I18N-ISSUE-338: UAX14 reference (editorial)</span>
<span>From: Phillips, Addison</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0441.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0441.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0351.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0351.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0084.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0084.html</a></span></pre>
<pre class=' a' id='issue-70'>
<span>Issue 70. <a href='#issue-70'>#</a></span>
<span>Summary: Arabic letters connecting between elements with display: inline</span>
<span>From: fantasai</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0302.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0302.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0260.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0260.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0398.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0398.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0409.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0409.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0217.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0217.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0295.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0295.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2014Oct/0259.html'>https://lists.w3.org/Archives/Public/www-style/2014Oct/0259.html</a></span></pre>
<pre class=' d' id='issue-71'>
<span>Issue 71. <a href='#issue-71'>#</a></span>
<span>Summary: add more hyphenation controls</span>
<span>From: Håkan Save Hanssoni</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Feb/0555.html'>http://lists.w3.org/Archives/Public/www-style/2014Feb/0555.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0080.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0080.html</a></span>
<span class="d">Closed: Deferred</span>
<span>Resolved: [past WG decisions]</span></pre>
<pre class=' a' id='issue-72'>
<span>Issue 72. <a href='#issue-72'>#</a></span>
<span>Summary: Control characters</span>
<span>From: James Clark</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0475.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0475.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0431.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0431.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0439.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0439.html</a></span>
<span>Response:</span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Oct/0259.html'>http://lists.w3.org/Archives/Public/www-style/2014Oct/0259.html</a></span></pre>
<pre class=' a' id='issue-73'>
<span>Issue 73. <a href='#issue-73'>#</a></span>
<span>Summary: example 16 named entity</span>
<span>From: Philippe Wittenbergh</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Mar/0583.html'>http://lists.w3.org/Archives/Public/www-style/2014Mar/0583.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0355.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0355.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-74'>
<span>Issue 74. <a href='#issue-74'>#</a></span>
<span>Summary: What line-break loose allow (but otherwise forbid) means when the base rules forbid?</span>
<span>From: Koji Ishii</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0110.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0110.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0128.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0128.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-75'>
<span>Issue 75. <a href='#issue-75'>#</a></span>
<span>Summary: Characters per line</span>
<span>From: Mustafa</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0279.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0279.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0289.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0289.html</a></span>
<span class="a">Closed: Retracted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0375.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0375.html</a></span></pre>
<pre class=' ' id='issue-76'>
<span>Issue 76. <a href='#issue-76'>#</a></span>
<span>Summary: Justifying pre-wrap text</span>
<span>From: Tab Atkins Jr.</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0469.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0469.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Apr/0481.html'>http://lists.w3.org/Archives/Public/www-style/2014Apr/0481.html</a></span>
<span class="">Closed: Question</span></pre>
<pre class=' a' id='issue-77'>
<span>Issue 77. <a href='#issue-77'>#</a></span>
<span>Summary: [css-text] i18n-ISSUE-345: Arabic doesn't hyphenate / add Uyghur example</span>
<span>From: Richard Ishida</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0368.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0368.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0372.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0372.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0388.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0388.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0356.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0356.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0394.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0394.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0395.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0395.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0087.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0087.html</a></span></pre>
<pre class=' a' id='issue-78'>
<span>Issue 78. <a href='#issue-78'>#</a></span>
<span>Summary: [css-text] Typos</span>
<span>From: MURAKAMI Shinyu</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0461.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0461.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0007.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0007.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0215.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0215.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0216.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0216.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' a' id='issue-79'>
<span>Issue 79. <a href='#issue-79'>#</a></span>
<span>Summary: Clarify joining behavior across element boundaries</span>
<span>From: Matitiahu Allouche</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0261.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0261.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0397.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0397.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0398.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0398.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0409.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0409.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0217.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0217.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0295.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0295.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2014Oct/0259.html'>https://lists.w3.org/Archives/Public/www-style/2014Oct/0259.html</a></span></pre>
<pre class=' a' id='issue-80'>
<span>Issue 80. <a href='#issue-80'>#</a></span>
<span>Summary: I18N-ISSUE-344: Wording of section 7.4.4 Cursive Scripts</span>
<span>From: Richard Ishida</span>
<span>Comment: <a href='http://www.w3.org/International/track/issues/344'>http://www.w3.org/International/track/issues/344</a></span>
<span class="a">Closed: Accepted</span>
<span class="a">Verified: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0086.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0086.html</a></span></pre>
<pre class=' r' id='issue-81'>
<span>Issue 81. <a href='#issue-81'>#</a></span>
<span>Summary: Hanging punctuation should be blocked by margins in addition to padding.</span>
<span>From: Kang-Hao Lu</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2013Nov/0178.html'>http://lists.w3.org/Archives/Public/www-style/2013Nov/0178.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0424.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0424.html</a></span>
<span class="r">Closed: Rejected</span></pre>
<pre class=' a' id='issue-82'>
<span>Issue 82. <a href='#issue-82'>#</a></span>
<span>Summary: More editorial trivialities</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0176.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0176.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0351.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0351.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0416.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0416.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0352.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0352.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Editorial</span></pre>
<pre class=' oi' id='issue-83'>
<span>Issue 83. <a href='#issue-83'>#</a></span>
<span>Summary: Ambiguous hyphenation cases</span>
<span>From: Håkon Save Hansson</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0116.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0116.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0371.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0371.html</a></span>
<span class="oi">Closed: OutOfScope</span>
<span>Resolved: Editor discretion</span></pre>
<pre class=' oi' id='issue-84'>
<span>Issue 84. <a href='#issue-84'>#</a></span>
<span>Summary: Hyphenation Concerns</span>
<span>From: Liam Quin</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0319.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0319.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0370.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0370.html</a></span>
<span class="oi">Closed: Invalid</span>
<span>Resolved: Editor discretion</span></pre>
<pre class='open a' id='issue-85'>
<span>Issue 85. <a href='#issue-85'>#</a></span>
<span>Summary: Forbid breaks before half-width currency</span>
<span>From: Koji Ishii</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0128.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0128.html</a></span>
<span class="a">Open: Accepted</span></pre>
<pre class='open ' id='issue-86'>
<span>Issue 86. <a href='#issue-86'>#</a></span>
<span>Summary: Need more normative requirements for 'text-justify: auto'</span>
<span>From: David Baron</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jun/0167.html'>http://lists.w3.org/Archives/Public/www-style/2014Jun/0167.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0423.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0423.html</a></span>
<span>Open:</span></pre>
<pre class='open ' id='issue-87'>
<span>Issue 87. <a href='#issue-87'>#</a></span>
<span>Summary: [css-text] i18n-ISSUE-354: Questions about letter-spacing for Arabic script</span>
<span>From: Richard Ishida</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0501.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0501.html</a></span>
<span>Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0024.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0024.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Oct/0401.html'>http://lists.w3.org/Archives/Public/www-style/2014Oct/0401.html</a></span>
<span>Open</span></pre>
<pre class='open ' id='issue-88'>
<span>Issue 88. <a href='#issue-88'>#</a></span>
<span>Summary: [css-text] Add text-justify: inter-ideograph back for Korean?</span>
<span>From: Koji Ishii</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0513.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0513.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0025.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0025.html</a></span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0027.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0027.html</a></span>
<span>Open:</span></pre>
<pre class='open ' id='issue-89'>
<span>Issue 89. <a href='#issue-89'>#</a></span>
<span>Summary: [css-text] How to define lang-specific justification behavior?</span>
<span>From: Koji Ishii</span>
<span>Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0030.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0030.html</a></span>
<span>Open:</span></pre>
<pre class=' a' id='issue-90'>
<span>Issue 90. <a href='#issue-90'>#</a></span>
<span>Summary: Syncrhonize definition of white space across Web Platform</span>
<span>From: David Baron</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0237.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0237.html</a></span>
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0103.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0103.html</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0165.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0165.html</a></span></pre>
<pre class=' a' id='issue-91'>
<span>Issue 91. <a href='#issue-91'>#</a></span>
<span>Summary: Better definition for 'pre-wrap'</span>
<span>From: Florian Rivoal</span>
<span class="a">Closed: Accepted</span>
<span>Resolved: Sydney F2F 2016</span></pre>
<pre class='open a' id='issue-92'>
<span>Issue 92. <a href='#issue-92'>#</a></span>
<span>Summary: break-all should break spaces</span>
<span>From: Florian Rivoal</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0386.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0386.html</a></span>
<span class="a">Open: Accepted</span>
<span>Resolved: =WG= Discuss.</span></pre>
<pre class='open a' id='issue-93'>
<span>Issue 93. <a href='#issue-93'>#</a></span>
<span>Summary: overflow-wrap: break-word should define whether spaces can be broken</span>
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0386.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0386.html</a></span>
<span class="a">Open: Accepted</span>
<span>Resolved: =WG= Discuss.</span></pre>
<pre class='open ' id='issue-94'>
<span>Issue 94. <a href='#issue-94'>#</a></span>
<span>Summary: Add 'word-break: break-word' to spec</span>
<span>Comment: <a href='https://code.google.com/p/chromium/issues/detail?id=492202'>https://code.google.com/p/chromium/issues/detail?id=492202</a></span>
<span class="">Open: Waiting for MSFT to determine if it's necessary</span>
<span>Resolved: Sydney F2F 2016</span></pre>
<script>
(function () {
var sheet = document.styleSheets[0];
function addCheckbox(className) {
var element = document.querySelector('*.' + className);
var span = document.createElement('span');
span.innerHTML = element.innerHTML;
element.innerHTML = null;
var check = document.createElement('input');
check.type = 'checkbox';
if (className == 'open') {
check.checked = false;
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'none' : 'block';
}
}
else {
check.checked = true;
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'block' : 'none';
}
}
var rule = sheet.cssRules[sheet.cssRules.length - 1];
element.appendChild(check);
element.appendChild(span);
}
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
}());
</script>