Skip to content

Commit 70d9842

Browse files
committed
[css-break] Update DoC
1 parent b29cc1c commit 70d9842

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

bin/issuegen.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
$_ = '<span class="' . $code . '">' . $_ . '</span>';
165165
}
166166
# Colorize commenter response
167-
elsif (/^Verified:\s+\S+$/) {
167+
elsif (/^Verified:\s+\S+/) {
168168
$code = 'a';
169169
$_ = '<span class="a">' . $_ . '</span>';
170170
}

css-break/issues-lc-2015.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1>CSS Fragmentation Level 3 Disposition of Comments for 2015-01-29 LCWD</h1>
6969
<span class="a">Closed: Accepted</span>
7070
<span>Note: Handled in CSS Text Level 4</span>
7171
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0186.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0186.html</a></span>
72-
<span>Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0205.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0205.html</a></span></pre>
72+
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0205.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0205.html</a></span></pre>
7373
<pre class='LCWD a' id='issue-5'>
7474
<span>Issue 5. <a href='#issue-5'>#</a></span>
7575
<span>Summary: Grammatical errors</span>
@@ -161,14 +161,14 @@ <h1>CSS Fragmentation Level 3 Disposition of Comments for 2015-01-29 LCWD</h1>
161161
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0279.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0279.html</a></span>
162162
<span class="a">Closed: Accepted</span>
163163
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0279.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0279.html</a></span>
164-
<span>Verified: Reporter is spec editor</span></pre>
164+
<span class="a">Verified: Reporter is spec editor</span></pre>
165165
<pre class='LCWD a' id='issue-15'>
166166
<span>Issue 15. <a href='#issue-15'>#</a></span>
167167
<span>Summary: Should widows/orphans really have priority over break-* controls?</span>
168168
<span>From: fantasai</span>
169169
<span class="a">Closed: Accepted</span>
170170
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0009.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0009.html</a></span>
171-
<span>Verified: Reporter is spec editor</span></pre>
171+
<span class="a">Verified: Reporter is spec editor</span></pre>
172172
<script>
173173
(function () {
174174
var sheet = document.styleSheets[0];

0 commit comments

Comments
 (0)