Skip to content

Commit c3c4b40

Browse files
committed
[css-text] Mark feedback-requested issues differently from heres-a-problem issues.
1 parent b3094e0 commit c3c4b40

2 files changed

Lines changed: 29 additions & 11 deletions

File tree

css-text/Overview.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
div.figure table {
4141
margin :auto;
4242
}
43+
.feedback {
44+
background: #FFEECC;
45+
border-color: orange;
46+
}
47+
.feedback:before {
48+
content: "Info Needed";
49+
color: #FF8800;
50+
}
4351
</style>
4452
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
4553
type="text/css">
@@ -1020,10 +1028,11 @@ <h4 id=line-break-transform><span class=secno>4.1.2. </span> Segment Break
10201028
removed any tabs and spaces after the segment break before these checks
10211029
take place.
10221030

1023-
<p class=issue>Comments on how well this would work in practice would be
1024-
very much appreciated, particularly from people who work with Thai and
1025-
similar scripts. Note that browser implementations do not currently follow
1026-
these rules (although IE does in some cases transform the break).
1031+
<p class="feedback issue">Comments on how well this would work in practice
1032+
would be very much appreciated, particularly from people who work with
1033+
Thai and similar scripts. Note that browser implementations do not
1034+
currently follow these rules (although IE does in some cases transform the
1035+
break).
10271036

10281037
<h4 id=white-space-phase-2><span class=secno>4.1.3. </span>Phase II:
10291038
Trimming and Positioning</h4>
@@ -1156,8 +1165,9 @@ <h2 id=line-breaking><span class=secno>5. </span> Line Breaking and Word
11561165
information about line breaking conventions, a literal implementation
11571166
of its algorithm has been found to be inadequate in multiple situations. -->
11581167

1159-
<p class=issue>Any guidance for appropriate references here would be much
1160-
appreciated. <!-- Additionally, some guidance could be provided on how
1168+
<p class="feedback issue">Any guidance for appropriate references here
1169+
would be much appreciated.
1170+
<!-- Additionally, some guidance could be provided on how
11611171
to break or not break Southeast Asian in the absence of a dictionary.
11621172
(See e.g. <a href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0126.html">notes on Thai</a>.) -->
11631173
</div>
@@ -3592,8 +3602,8 @@ <h2 class=no-num id=default-stylesheet> Appendix D: Default UA Stylesheet</h2>
35923602
<!-- -->li, option { text-align: match-parent; }</pre>
35933603
</div>
35943604

3595-
<p class=issue>If you find any issues, recommendations to add, or
3596-
corrections, please send the information to <a
3605+
<p class="feedback issue">If you find any issues, recommendations to add,
3606+
or corrections, please send the information to <a
35973607
href="mailto:www-style@w3.org">www-style@w3.org</a> with
35983608
<kbd>[css3-text]</kbd> in the subject line.
35993609

css-text/Overview.src.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
div.figure table {
3030
margin :auto;
3131
}
32+
.feedback {
33+
background: #FFEECC;
34+
border-color: orange;
35+
}
36+
.feedback:before {
37+
content: "Info Needed";
38+
color: #FF8800;
39+
}
3240
</style>
3341

3442
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
@@ -694,7 +702,7 @@ <h4 id="line-break-transform">
694702
removed any tabs and spaces after the segment break before these checks
695703
take place.</p>
696704

697-
<p class="issue">Comments on how well this would work in practice would
705+
<p class="feedback issue">Comments on how well this would work in practice would
698706
be very much appreciated, particularly from people who work with
699707
Thai and similar scripts.
700708
Note that browser implementations do not currently follow these rules
@@ -804,7 +812,7 @@ <h2 id="line-breaking">
804812
information about line breaking conventions, a literal implementation
805813
of its algorithm has been found to be inadequate in multiple situations. -->
806814

807-
<p class="issue">Any guidance for appropriate references here would be
815+
<p class="feedback issue">Any guidance for appropriate references here would be
808816
much appreciated.
809817
<!-- Additionally, some guidance could be provided on how
810818
to break or not break Southeast Asian in the absence of a dictionary.
@@ -2616,7 +2624,7 @@ <h2 class="no-num" id="default-stylesheet">
26162624
<!-- -->/* make list items and option elements align together */
26172625
<!-- -->li, option { text-align: match-parent; }</pre>
26182626
</div>
2619-
<p class="issue">If you find any issues, recommendations to add, or corrections,
2627+
<p class="feedback issue">If you find any issues, recommendations to add, or corrections,
26202628
please send the information to <a href="mailto:www-style@w3.org">www-style@w3.org</a>
26212629
with <kbd>[css3-text]</kbd> in the subject line.</p>
26222630

0 commit comments

Comments
 (0)