Skip to content

Commit 2960228

Browse files
committed
link currentColor to definition for easy lookup
1 parent 348087c commit 2960228

2 files changed

Lines changed: 41 additions & 5 deletions

File tree

css3-background/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
6868

6969
<p>The following features are at-risk and may be dropped at the
7070
end of the CR period if there has not been enough interest from
71-
implementers: 'box-decoration-break', 'box-shadow'.
71+
implementers: 'box-decoration-break'
7272

7373
<p>The CSS WG maintains an <a href="http://www.w3.org/Style/CSS/Tracker/products/11">issues
7474
list</a> for this module. A <a href="http://www.w3.org/Style/CSS/Test/">test
@@ -1336,7 +1336,7 @@ <h3 id="the-border-color">The 'border-color' properties</h3>
13361336
<td><var>&lt;color&gt;</var>
13371337
<tr>
13381338
<th>Initial:
1339-
<td>currentColor
1339+
<td><a href="http://www.w3.org/TR/css3-color/#currentcolor">currentColor</a>
13401340
<tr>
13411341
<th>Applies to:
13421342
<td>all elements

css3-background/issues-lc-2010.txt

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Issue 2.
1212
Summary: box-shadow spread should specify half the blur radius
1313
From: Tab Atkins?
1414
Comment: http://lists.w3.org/Archives/Public/www-style/2010Jun/0513.html
15-
Response:
16-
Open
15+
Response: link to minutes?
16+
Closed: Accepted
1717
----
1818
Issue 3.
1919
Summary: border-radius for corner-radius confusing; make own section?
@@ -35,6 +35,42 @@ From: Christian Roth
3535
Comment: http://lists.w3.org/Archives/Public/www-style/2010Oct/0015.html
3636
Response: http://lists.w3.org/Archives/Public/www-style/2010Oct/0016.html
3737
Comment: http://lists.w3.org/Archives/Public/www-style/2010Oct/0019.html
38+
Response: Link to definition
39+
Closed: Accepted
40+
----
41+
Issue 6.
42+
Summary: Example inconsistent with prose
43+
From: Brian Manthos
44+
Comment:
45+
Response: [tab's response]
46+
Comment:
47+
Response: [sylvain's response]
48+
Closed: Invalid / OutOfScope
49+
----
50+
Issue 7.
51+
Summary: Not defined how border curve breaks across lines
52+
From: Sylvain Galineau
53+
Comment:
3854
Response:
3955
Closed: Accepted
40-
----
56+
----
57+
Issue 8.
58+
Summary: border-image width numbers should refer to *computed* border-widths
59+
From: Brad Kemper
60+
Comment:
61+
Response:
62+
Closed: Accepted
63+
----
64+
Issue 9.
65+
Summary: Clarify how background shorthand sets values to layers
66+
From: Øyvind Stenhaug
67+
Comment:
68+
Response:
69+
Closed: Accepted
70+
----
71+
Issue 10.
72+
Summary: Fill keyword breaks Opera
73+
From: Rob Crowther
74+
Comment:
75+
Response: Link to Tab Atkins?
76+
Closed: N/A

0 commit comments

Comments
 (0)