Skip to content

Commit ccc1bf3

Browse files
committed
Marking Issue 15088 as resolved in the spec.
1 parent 57284e0 commit ccc1bf3

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
font-weight: bold;
5050
padding: 0.5em;
5151
}
52+
53+
.issue-marker-resolved a {
54+
background: green;
55+
}
5256
</style>
5357
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
5458

@@ -314,7 +318,7 @@ <h4 id="wrap-flow-property">The 'wrap-flow' property</h4>
314318
content layout.</p>
315319
</div>
316320

317-
<div class=issue-marker><a
321+
<div class="issue-marker issue-marker-resolved"><a
318322
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15088">Bug-15088</a></div>
319323

320324
<div class=issue-marker><a

css3-exclusions/Overview.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
font-weight: bold;
5252
padding: 0.5em;
5353
}
54+
55+
.issue-marker-resolved a {
56+
background: green;
57+
}
5458
</style>
5559
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
5660
type="text/css">
@@ -577,7 +581,7 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The &lsquo;<a
577581
of gray are not available for inline content layout.</p>
578582
</div>
579583

580-
<div class=issue-marker><a
584+
<div class="issue-marker issue-marker-resolved"><a
581585
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15088">Bug-15088</a></div>
582586

583587
<div class=issue-marker><a

0 commit comments

Comments
 (0)