Skip to content

Commit 005be53

Browse files
committed
[css-display-3] Update DoC
1 parent 48709c7 commit 005be53

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

css-display-3/issues-wd-2017.bsi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,10 @@ Comment: https://github.com/w3c/csswg-drafts/issues/1584
485485
Response: https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313494427
486486
Response: https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313494885
487487
Comment: https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313498359
488-
Open
488+
Response: https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-391181313
489+
Changes: https://github.com/w3c/csswg-drafts/commit/beb5964179f6fc815e59e23a1de501cddab7355a
490+
Closed: Accepted
491+
Notes: See also https://github.com/whatwg/html/issues/3702
489492
Resolved: Editorial
490493
----
491494
Issue 59.

css-display-3/issues-wd-2017.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44
<style type="text/css">
55
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
66
pre > span { display: block; white-space: pre; }
7-
:not(pre).a { background: lightgreen }
8-
:not(pre).d { background: lightblue }
9-
:not(pre).oi { background: yellow }
10-
:not(pre).r { background: orange }
11-
:not(pre).fo { background: red }
7+
.a { background: #52E052 }
8+
.d { background: #8CCBF2 }
9+
.oi { background: #E0CB52 }
10+
.r { background: orange }
11+
.fo { background: #f66 }
12+
pre.a { background: #E9FBE9 }
13+
pre.d { background: #DEF }
14+
pre.oi { background: #FCFAEE }
15+
pre.r { background: #FFEECC }
16+
pre.fo { background: #FBE9E9 }
1217
.open { border: solid red; }
1318
:target { box-shadow: 0.25em 0.25em 0.25em; }
1419
a[href^=mid], a[href~=flatten] { text-decoration: none; }
@@ -512,15 +517,18 @@ <h1>CSS Display Module Level 3 Disposition of Comments for 2015-10-15 WD</h1>
512517
<span>Response:</span>
513518
<span class="a">Closed: Accepted</span>
514519
<span>Resolved: Editorial</span></pre>
515-
<pre class='open ' id='issue-58'>
520+
<pre class=' a' id='issue-58'>
516521
<span>Issue 58. <a href='#issue-58'>#</a></span>
517522
<span>Summary: &lt;legend> with no box example is confusing</span>
518523
<span>From: Oriol</span>
519524
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1584'>https://github.com/w3c/csswg-drafts/issues/1584</a></span>
520525
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313494427'>https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313494427</a></span>
521526
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313494885'>https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313494885</a></span>
522527
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313498359'>https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-313498359</a></span>
523-
<span>Open</span>
528+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-391181313'>https://github.com/w3c/csswg-drafts/issues/1584#issuecomment-391181313</a></span>
529+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/beb5964179f6fc815e59e23a1de501cddab7355a'>https://github.com/w3c/csswg-drafts/commit/beb5964179f6fc815e59e23a1de501cddab7355a</a></span>
530+
<span class="a">Closed: Accepted</span>
531+
<span>Notes: See also <a href='https://github.com/whatwg/html/issues/3702'>https://github.com/whatwg/html/issues/3702</a></span>
524532
<span>Resolved: Editorial</span></pre>
525533
<pre class='open ' id='issue-59'>
526534
<span>Issue 59. <a href='#issue-59'>#</a></span>

0 commit comments

Comments
 (0)