Skip to content

Commit b18740b

Browse files
committed
[css-text-decor-3] Add colorized DoC
1 parent 650b939 commit b18740b

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

css-text-decor-3/issues-lc-2013.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2+
<title>CSS Text Decoration Level 3 Disposition of Comments for 2013-01-03 LCWD</title>
3+
<style type="text/css">
4+
.a { background:lightgreen }
5+
.d { background: lightblue }
6+
.r { background:orange }
7+
.fo { background:red }
8+
.open { border: solid red; padding: 0.2em; }
9+
10+
:target {
11+
box-shadow: 0.25em 0.25em 0.25em;
12+
}
13+
</style>
14+
15+
<h1>CSS Text Decoration Level 3 Disposition of Comments for 2013-01-03 LCWD</h1>
16+
17+
<p>Last call document: <a href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/</a>
18+
19+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-text-decor-3/">http://dev.w3.org/csswg/css-text-decor-3/</a>
20+
21+
<p>The following color coding convention is used for comments:</p>
22+
23+
<ul>
24+
<li class="a">Accepted or Rejected and positive response
25+
<li class="r">Rejected and no response
26+
<li class="fo">Rejected and negative response
27+
<li class="d">Deferred
28+
<li class="oi">Out-of-Scope or Invalid and not verified
29+
</ul>
30+
31+
<p class=open>Open issues are marked like this</p>
32+
33+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
34+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
35+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
36+
37+
Open//Accepted/OutOfScope/Invalid/Rejected/Retracted
38+
Verified indicates commentor's acceptance of the response.
39+
40+
<pre class="r" id="issue-1">
41+
Issue 1.
42+
Summary: Remove text-underline-position to allow creation of arbitrary decorations
43+
From: Sebastian Zartner
44+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jan/0282.html">http://lists.w3.org/Archives/Public/www-style/2013Jan/0282.html</a>
45+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0111.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0111.html</a>
46+
Closed: Rejected
47+
Verified:
48+
</pre>
49+
<pre class="a" id="issue-2">
50+
Issue 2.
51+
Summary: Loosen position of emphasis marks when set on text with ruby
52+
From: Koji Ishii
53+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0086.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0086.html</a>
54+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0092.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0092.html</a>
55+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0102.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0102.html</a>
56+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0122.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0122.html</a>
57+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0112.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0112.html</a>
58+
Closed: Accepted
59+
</pre>
60+
<pre class="a" id="issue-3">
61+
Issue 3.
62+
Summary: Clarify spaces skipped by 'text-decoration-skip'
63+
From: Addison Phillips
64+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0079.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0079.html</a>
65+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0100.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0100.html</a>
66+
Closed: Accepted
67+
Verified:
68+
</pre>
69+
<pre class="oi" id="issue-4">
70+
Issue 4.
71+
Summary: Clarify positioning of emphasis marks vs. ruby
72+
From: Addison Phillips
73+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0079.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0079.html</a>
74+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0101.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0101.html</a>
75+
Closed: Invalid
76+
Verified:
77+
</pre>
78+
<pre class="a" id="issue-5">
79+
Issue 5.
80+
Summary: Should visible word separators be skipped by 'text-decoration-skip: spaces'?
81+
From: fantasai
82+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0100.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0100.html</a>
83+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0113.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0113.html</a>
84+
Closed: Accepted
85+
</pre>

0 commit comments

Comments
 (0)