-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathissues-lc-2013.txt
More file actions
734 lines (731 loc) · 28.9 KB
/
issues-lc-2013.txt
File metadata and controls
734 lines (731 loc) · 28.9 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
Draft: http://www.w3.org/TR/2013/WD-css-text-3-20131010/
Title: CSS Text Level 3
Open//Accepted/OutOfScope/Invalid/Rejected/Retracted
Verify with i18nWG:
54 - http://lists.w3.org/Archives/Public/www-style/2014Jun/0245.html
----
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/0373.html
Closed: Rejected
Verified: Commenter present at F2F decision
Resolved: http://lists.w3.org/Archives/Public/www-style/2013Nov/0373.html
----
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
Resolved: Editor discretion
----
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
Resolved: Editor discretion
----
Issue 4.
Summary: Required UAX14 line breaking behavior for GL+CB is Web-incompatible
From: Kenny
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0136.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0069.html
Closed: Accepted
Open: Agenda+ WG for approval/awareness
----
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
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0649.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Sep/0563.html
Closed: Accepted
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0632.html
Follow-up in Issue 48.
Resolved: Editor discretion
----
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/0198.html
Closed: Rejected
Resolved: Editor discretion
----
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/0202.html
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0181.html
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0178.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
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0224.html
Closed: Invalid
Resolved: Editor discretion
----
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
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0250.html
Closed: Accepted
Verified http://lists.w3.org/Archives/Public/www-style/2013Nov/0106.html
Resolved: Editorial
----
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/0252.html
Closed: Accepted
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0097.html
Closed: Rejected
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0109.html
Resolved: Editorial
----
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
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0098.html
Closed: Accepted
Resolved: Editorial
----
Issue 10.
Summary: Line Breaking Details 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/2014May/0101.html
Closed: Rejected
Resolved: Editorial
----
Issue 11.
Summary: 'line-break' property 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/2014May/0101.html
Closed: Accepted
Resolved: Editorial
----
Issue 12.
Summary: Expanding and Compressing Text 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/2014May/0101.html
Closed: Accepted
Resolved: Editorial
----
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
Resolved: Editorial
----
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: Answered
Resolved: Editor Discretion
----
Issue 15.
Summary: text-overflow and ellipsis, some in rtl
From: Alan Gresley
Comment: http://lists.w3.org/Archives/Public/www-style/2013Oct/0161.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jul/0353.html
Closed: OutOfScope
Resolved: Editor Discretion
----
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: Answered
Resolved: Editor Discretion
----
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
Resolved: Editor discretion
----
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
Resolved: Editorial
----
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
Resolved: Bugfix
----
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
Resolved: Editorial
----
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
Closed: Accepted
Open: Agenda+ WG
----
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
Resolved: Editorial
----
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
Resolved: Editorial
----
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/2014Jul/0354.html
Closed: Deferred/Accepted
Note: Accepted to make text-align a shortand. Deferred text-align-first.
Resolved: http://lists.w3.org/Archives/Public/www-style/2014Jun/0167.html
----
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: Answered
----
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
Resolved: Editorial
----
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
Resolved: Bugfix
----
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: Invalid
Reolved: Editor discretion
----
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
Resolved: Bugfix
----
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
Resolved: Editorial
----
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
Resolved: Editorial
----
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
Resolved: Editorial
----
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
Resolved: Editorial
----
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
Resolved: Bugfix
----
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
Resolved: Editorial
----
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: Question
----
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: Question
----
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
Resolved: Bugfix
----
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
Response: http://lists.w3.org/Archives/Public/www-style/2014Jul/0366.html
Closed: Question
----
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
Resolved: Editor discretion
----
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/2014Jun/0340.html
Closed: Rejected
Verified: http://lists.w3.org/Archives/Public/www-style/2014Jul/0320.html
Resolved: Editor discretion
----
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
Closed: Accepted
Verified: http://lists.w3.org/Archives/Public/www-style/2014Jul/0321.html
Resolved: Editor discretion
----
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
Closed: Accepted
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0423.html
Resolved: Editorial
----
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
Closed: Accepted
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0424.html
Resolved: Editorial
----
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
Closed: Accepted
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0425.html
Resolved: Editorial
----
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
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0279.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0365.html
Open: Pending follow-up edits!!!!
----
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
Closed: Accepted
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0200.html
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0426.html
Resolved: Editor discretion
----
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
Closed: Invalid
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0427.html
Resolved: Editorial
----
Issue 51.
Summary: I18N-ISSUE-316: Line breaking should default to UAX#14
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0425.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0339.html
Closed: Rejected
Open: Agenda+
----
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
Closed: Rejected
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0428.html
Resolved: Editor discretion
----
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
Closed: Invalid
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0429.html
Resolved: Editorial
----
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
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0245.html
Closed: Accepted
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0430.html
Resolved: Editorial
----
Issue 55.
Summary: I18N-ISSUE-320: Example 6
From: Phillips, Addison
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0429.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0444.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0073.html
Closed: Accepted
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0431.html
Resolved: Editorial
----
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
Verified: http://lists.w3.org/Archives/Public/www-style/2014Jul/0322.html
Resolved: http://lists.w3.org/Archives/Public/www-style/2014Jun/0167.html
----
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
Verified: http://lists.w3.org/Archives/Public/www-style/2014Jul/0356.html
Resolved: Editorial
----
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
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0353.html
Closed: Accepted
Verified: http://lists.w3.org/Archives/Public/www-style/2014Jul/0323.html
Resolved: Editorial
----
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
Closed: Rejected
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0432.html
Open: Agenda+ WG
----
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
Closed: Accepted
Verified: http://lists.w3.org/Archives/Public/www-style/2014May/0433.html
Resolved: Editorial
----
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/0422.html
Closed: Rejected
Verified: http://lists.w3.org/Archives/Public/www-style/2014Jul/0355.html
Resolved: Editorial
----
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
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0076.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0366.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0390.html
Closed: Invalid
Resolved: Editor discretion
----
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
Resolved: Editor discretion
----
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
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0214.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0355.html
Closed: Accepted
Resolved: Editorial
----
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/2014May/0065.html
Open: 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/2014Jun/0391.html
Closed: Accepted
Resolved: Editorial
----
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
Resolved: Editorial
----
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
Resolved: Editorial
----
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
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0260.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0398.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0409.html
Open: Define arabic joining across inline boundaries
Note: Disjoint for isolation, vert-align
Note: Clarify that joining restricted to shape-selection, not visual joining.
----
Issue 71.
Summary: add more hyphenation controls
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/2014May/0080.html
Closed: Deferred
Resolved: [past WG decisions]
----
Issue 72.
Summary: Control characters
From: James Clark
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0475.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0431.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jun/0439.html
Open: Waiting for Microsoft, edits
----
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
Resolved: Editorial
----
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
Resolved: Editorial
----
Issue 75.
Summary: Characters per line
From: Mustafa
Comment: http://lists.w3.org/Archives/Public/www-style/2014Apr/0279.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Apr/0289.html
Closed: Retracted
Verified: http://lists.w3.org/Archives/Public/www-style/2014Apr/0375.html
----
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: Question
----
Issue 77.
Summary: [css-text] i18n-ISSUE-345: Arabic doesn't hyphenate / add Uyghur example
From: Richard Ishida
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0368.html
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0372.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0388.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0356.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jun/0394.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jun/0395.html
Closed: Accepted
Resolved: Editorial
----
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
Resolved: Editorial
----
Issue 79.
Summary: Clarify joining behavior across element boundaries
From: Matitiahu Allouche
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0261.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0397.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0398.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0409.html
Open:
----
Issue 80.
Summary: I18N-ISSUE-344: Wording of section 7.4.4 Cursive Scripts
From: Richard Ishida
Comment: http://www.w3.org/International/track/issues/344
Open:
----
Issue 81.
Summary: Hanging punctuation should be blocked by margins in addition to padding.
From: Kang-Hao Lu
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0178.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jul/0350.html
Closed: Accepted
Open: Waiting for co-editors' approval
----
Issue 82.
Summary: More editorial trivialities
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0176.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jul/0351.html
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0416.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jul/0352.html
Closed: Accepted
Resolved: Editorial
----
Issue 83.
Summary: Ambiguous hyphenation cases
From: Håkon Save Hansson
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0116.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jul/0371.html
Closed: OutOfScope
Resolved: Editor discretion
----
Issue 84.
Summary: Hyphenation Concerns
From: Liam Quin
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0319.html
Response: http://lists.w3.org/Archives/Public/www-style/2014Jul/0370.html
Closed: Invalid
Resolved: Editor discretion
----
Issue 85.
Summary: Forbid breaks before half-width currency
From: Koji Ishii
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0128.html
Open: Accepted
----