-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathissues-lc-2013.txt
More file actions
710 lines (708 loc) · 32.1 KB
/
issues-lc-2013.txt
File metadata and controls
710 lines (708 loc) · 32.1 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
Draft: http://www.w3.org/TR/2013/WD-css-text-3-20131010/
Title: CSS Text Level 3
Open//Accepted/OutOfScope/Invalid/Rejected/Retracted
----
Issue 1.
Summary: Rename 'each-line' of 'text-indent' to 'after-break' or 'each-paragraph'?
From: Kenny
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0154.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0186.html
Closed: Rejected
----
Issue 2.
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
From: Kenny
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0154.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0186.html
Closed: Invalid
----
Issue 3.
Summary: 'text-indent' should clarify how the 'width' of a line box is determined
From: Kenny
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0154.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0186.html
Closed: OutOfScope
----
Issue 4.
Summary: Clarify if CSS requires line breaking behavior for GL+CB
From: Kenny
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0136.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0137.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0183.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0185.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0069.html
Closed: Accepted
----
Issue 5.
Summary: Clusters for letter spacing in Thai and other complex scripts
From: James Clark
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0542.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Sep/0563.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0632.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0649.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0650.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Sep/0722.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0766.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0768.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Sep/0812.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Oct/0065.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Oct/0092.html
Closed: Accepted
----
Issue 6.
Summary: 'hanging-punctuation: first' should apply to after forced-break
From: Kenny
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0177.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0181.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0187.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0194.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0198.html
Closed: Rejected
----
Issue 6.
Summary: 'hanging-punctuation: force-end' description is incorrect
From: Kenny
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0177.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0178.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0181.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0187.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0194.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0198.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0199.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0202.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0214.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0224.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0225.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0232.html
Closed: Invalid
----
Issue 7.
Summary: 'text-transform: full-width' description editorial change request
From: CE Whitehead
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0090.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0106.html
Closed: Accepted
----
Issue 8.
Summary: White Space Processing Details editorial changes
From: CE Whitehead
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0250.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0252.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0097.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0109.html
Closed: Accepted
----
Issue 9.
Summary: White Space Processing Details Phase I Example editorial changes
From: CE Whitehead
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0254.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0098.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0176.html
Closed: Accepted
----
Issue 10.
Summary: Line Breaking Details editorial change
From: CE Whitehead
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0262.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0101.html
Closed: Accepted
----
Issue 11.
Summary: 'line-break' property editorial change
From: CE Whitehead
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0262.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0101.html
Closed: Accepted
----
Issue 12.
Summary: Expanding and Compressing Text editorial change
From: CE Whitehead
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0262.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0101.html
Closed: Accepted
----
Issue 13.
Summary: Handling Symbols and Punctuation editorial change
From: CE Whitehead
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0107.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0259.html
Closed: Accepted
----
Issue 14.
Summary: Differences in white-space:pre-wrap behavior
From: Christopher Palmer
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0061.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0067.html
Closed: OutOfScope
----
Issue 15.
Summary: Overflow and ellipses, some in rtl
From: Alan Gresley
Comment: http://lists.w3.org/Archives/Public/www-style/2013Oct/0161.html
Closed: OutOfScope
----
Issue 16.
Summary: #1 timeline to drop 'hanging-punctuation' if no impl
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Invalid
----
Issue 17.
Summary: #2 Unicode properties for grapheme clusters
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0258.html
Closed: Accepted
----
Issue 18.
Summary: #3 Clarify text-transform affects line breaks
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0259.html
Closed: Accepted
----
Issue 19.
Summary: #4 Ruby line break rules should refer to CSS Ruby
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0262.html
Closed: Accepted
----
Issue 20.
Summary: #5 it's not clear what the 'otherwise' applies to in 'but otherwise forbid'
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0263.html
Closed: Accepted
----
Issue 21.
Summary: #6 Soft-hyphens should disable automatic hyphenation points
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0264.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0265.html
Closed: Accepted
----
Issue 22.
Summary: #7 Editorial consistency in word-wrap/overflow-wrap
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Accepted
----
Issue 23.
Summary: #8 Typo in Overflow Wrapping
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Accepted
----
Issue 24.
Summary: #9 Add the text-align-first property
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Open:
----
Issue 25.
Summary: #10 What impact do zero-width letters and zero-width word-separators have on the inter-word and distribute text-justify values?
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Invalid
----
Issue 26.
Summary: #11 Editorial suggestion for Possible Algorithms for text-justify
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Accepted
----
Issue 27.
Summary: #12 Negative percentage for word-spacing should be allowed
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Accepted
----
Issue 28.
Summary: #13 Should word-spacing prohibit applying to start/end of a line?
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Rejected
----
Issue 29.
Summary: #14 Is the list of word separator characters exhaustive?
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Accepted
----
Issue 30.
Summary: #15 Typo in Tracking, just after example 14: "element element" should be "element"
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0189.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0266.html
Closed: Accepted
----
Issue 31.
Summary: #16 What are the definition of zero-width characters in letter-spacing
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Accepted
----
Issue 32.
Summary: #17 Clarify the behavior of text-indent: each-line
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Accepted
----
Issue 33.
Summary: #18 Typo (spurious '>') in Animatable table entry for hanging-punctuation
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Accepted
----
Issue 34.
Summary: #19 Text Processing Order of Operations should select font/glyph before letter-/word-spacing
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Accepted
----
Issue 35.
Summary: #20 Typo (missing an article) in Default UA Stylesheet
From: DPub IG
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
Closed: Accepted
----
Issue 36.
Summary: Differences in white-space:pre-wrap behavior
From: Christopher Palmer
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0061.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0067.html
Closed: Invalid
----
Issue 37.
Summary: Confused about the White Space Processing Details in CSS Text Module Level 3
From: Jon Ronnenberg
Comment: http://lists.w3.org/Archives/Public/www-style/2013Dec/0057.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0070.html
Closed: Invalid
----
Issue 38.
Summary: anonymous inline of collapsible white space are *not* always removed
From: Jon Ronnenberg
Comment: http://lists.w3.org/Archives/Public/www-style/2013Dec/0104.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0071.html
Closed: Accepted
----
Issue 39.
Summary: The secret behind word-wrap/overflow-wrap?
From: Jens O. Meiert
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0258.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0263.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0264.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0267.html
Closed: Invalid
----
Issue 41.
Summary: font-side-bearings: normal | trimmed
From: François REMY
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0242.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0252.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0267.html
Closed: OutOfScope
----
Issue 42.
Summary: [css-text] I18N comments on CSS3 Text
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0416.html
Closed: Invalid
----
Issue 43.
Summary: I18N-ISSUE-308: Definition of 'grapheme cluster'
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0417.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0268.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0281.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0287.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0095.html
Closed: Rejected
----
Issue 44.
Summary: I18N-ISSUE-309: Haphazard use of term 'character'
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0418.html
Open:
----
Issue 45.
Summary: I18N-ISSUE-310: (editorial) consistency in refering to Unicode web site
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0419.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0269.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0423.html
Closed: Accepted
----
Issue 46.
Summary: I18N-ISSUE-311: Clarity of Arabic hyphenation example
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0420.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0099.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0424.html
Closed: Accepted
----
Issue 47.
Summary: I18N-ISSUE-312: (editorial) distribute keyword description
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0421.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0270.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0425.html
Closed: Accepted
----
Issue 48.
Summary: I18N-ISSUE-313: Definition of grapheme clusters
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0422.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0447.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0449.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0455.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0630.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0279.html
Open:
----
Issue 49.
Summary: I18N-ISSUE-314: Line breaking and ruby
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0423.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0079.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0200.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0426.html
Closed: Accepted
----
Issue 50.
Summary: I18N-ISSUE-315: Reference to line breaking in KLREQ
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0424.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0072.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0427.html
Closed: Invalid
----
Issue 51.
Summary: I18N-ISSUE-316: Line breaking defaults
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0425.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0271.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0059.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0090.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0301.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0339.html
Open:
----
Issue 52.
Summary: I18N-ISSUE-317: Line breaking property and value names
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0426.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0272.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0126.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0428.html
Closed: Rejected
----
Issue 53.
Summary: I18N-ISSUE-318: Tibetan line breaking & justification background info
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0427.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0091.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0429.html
Closed: Invalid
----
Issue 54.
Summary: I18N-ISSUE-319: word-break 'according to usual rules'
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0428.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0273.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0430.html
Closed: Accepted
----
Issue 55.
Summary: I18N-ISSUE-320: Example 6
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0429.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0444.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0073.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0431.html
Closed: Accepted
----
Issue 56.
Summary: I18N-ISSUE-321: Naming of "start end"
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0430.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0074.html
Closed: Rejected
----
Issue 57.
Summary: I18N-ISSUE-322: text-justify: auto should recommend international typographic accuracy
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0431.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0100.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0307.html
Open:
----
Issue 58.
Summary: I18N-ISSUE-323: Figures 3 to 5
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0432.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0274.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0282.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0127.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0308.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0334.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0362.html
Open:
----
Issue 59.
Summary: I18N-ISSUE-324: distribute -> inter-character
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0433.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0275.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0432.html
Closed: Rejected
----
Issue 60.
Summary: I18N-ISSUE-325: expansion opportunity -> justification opportunity
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0442.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0276.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0433.html
Closed: Accepted
----
Issue 61.
Summary: I18N-ISSUE-330: Tasmeem example not clear
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0434.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0075.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0422.html
Closed: Invalid
----
Issue 62.
Summary: I18N-ISSUE-331: No kashida style or relationship to styles 'distribute' and 'inter-word'
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0435.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0277.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0280.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0285.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0286.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0317.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0283.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0321.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0341.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0411.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0076.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0365.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0366.html
Open:
----
Issue 63.
Summary: I18N-ISSUE-332: Lack of complete kashida description
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0436.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0278.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0078.html
Closed: OutOfScope
----
Issue 64.
Summary: I18N-ISSUE-333: 'letter-spacing' and Arabic
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0437.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0446.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0467.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0323.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0324.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0414.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0426.html
Closed: Retracted
----
Issue 65.
Summary: I18N-ISSUE-334: 'letter-spacing' and Indic
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0438.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0453.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0454.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0327.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0407.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0408.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0065.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0096.html
Closed: Rejected
----
Issue 66.
Summary: I18N-ISSUE-335: health warnings for when language not known
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0443.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0328.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0339.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0405.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0435.html
Open:
----
Issue 67.
Summary: I18N-ISSUE-336: no local definition of "anonymous inline" (editorial)
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0439.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0330.html
Closed: Accepted
----
Issue 68.
Summary: I18N-ISSUE-337: line terminator handling
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0440.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0335.html
Closed: Invalid
----
Issue 69.
Summary: I18N-ISSUE-338: UAX14 reference (editorial)
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0441.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0351.html
Closed: Accepted
----
Issue 70.
Summary: Arabic letters connecting between elements with display: inline
From: fantasai
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0302.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0355.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0379.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0448.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0470.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0476.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0527.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0547.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0665.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0666.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0667.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0668.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0669.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0670.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0678.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0260.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0261.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0281.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0283.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0288.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0291.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0292.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0309.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0314.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0322.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0323.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0324.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0325.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0330.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0331.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0332.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0336.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0337.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0338.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0377.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0378.html
Open:
----
Issue 71.
Summary: feedback on hyphenation
From: Håkan Save Hanssoni
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0555.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0562.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0579.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0671.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0739.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Feb/0786.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0117.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0080.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0207.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0319.html
Closed: OutOfScope
----
Issue 72.
Summary: Control characters
From: James Clark
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0475.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0476.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0486.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0501.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0490.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0102.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0103.html
Open:
----
Issue 73.
Summary: example 16 named entity
From: Philippe Wittenbergh
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0583.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0355.html
Closed: Accepted
----
Issue 74.
Summary: What line-break loose allow (but otherwise forbid) means when the base rules forbid?
From: Koji Ishii
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0110.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0128.html
Closed: Accepted
----
Issue 75.
Summary: Characters per line
From: Tab Atkins Jr.
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0279.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0288.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0289.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0375.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0306.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0307.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0309.html
Closed: Retracted
----
Issue 76.
Summary: Justifying pre-wrap text
From: Tab Atkins Jr.
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0469.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0481.html
Closed: Invalid
----
Issue 77.
Summary: [css-text] i18n-ISSUE-345: Arabic Hyphenation
From: Richard Ishida
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0368.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0372.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0375.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0388.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0391.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0395.html
Open:
----
Issue 78.
Summary: [css-text] Typos
From: MURAKAMI Shinyu
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0461.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jun/0007.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0215.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0216.html
Closed: Accepted