Skip to content

Commit c95eb32

Browse files
committed
[css-overflow] Write ::first-letter with 2 colons in one place it wasn't.
1 parent 3913238 commit c95eb32

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-overflow/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ rather than just one page at once?</p>
860860
<p class="issue">
861861
This inheritance rule allows specifying styles indirectly
862862
(by using explicit ''inherit'' or using default inheritance
863-
on properties that don't apply to '':first-letter'')
863+
on properties that don't apply to ''::first-letter'')
864864
that can't be specified directly
865865
(based on the rules in the next section).
866866
This is a problem.

css-overflow/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,10 +1288,10 @@ <h4 class="heading settled" data-level="6.1.2" id="style-of-fragments"><span cla
12881288
</p>
12891289

12901290

1291-
<p class="issue" id="issue-5862943f"><a class="self-link" href="#issue-5862943f"></a>
1291+
<p class="issue" id="issue-20d2a9e8"><a class="self-link" href="#issue-20d2a9e8"></a>
12921292
This inheritance rule allows specifying styles indirectly
12931293
(by using explicit <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-cascade-3/#valuedef-inherit">inherit</a> or using default inheritance
1294-
on properties that don’t apply to <span class="css">:first-letter</span>)
1294+
on properties that don’t apply to <span class="css">::first-letter</span>)
12951295
that can’t be specified directly
12961296
(based on the rules in the next section).
12971297
This is a problem.
@@ -2124,13 +2124,13 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
21242124
<div class="issue">
21252125
This inheritance rule allows specifying styles indirectly
21262126
(by using explicit <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-cascade-3/#valuedef-inherit">inherit</a> or using default inheritance
2127-
on properties that don’t apply to <span class="css">:first-letter</span>)
2127+
on properties that don’t apply to <span class="css">::first-letter</span>)
21282128
that can’t be specified directly
21292129
(based on the rules in the next section).
21302130
This is a problem.
21312131
The restrictions that apply to styling inside fragments
21322132
should also apply to inheritance from fragments.
2133-
<a href="#issue-5862943f"></a></div>
2133+
<a href="#issue-20d2a9e8"></a></div>
21342134
<div class="issue">
21352135
Should this apply to fragment overflow only,
21362136
or also to paginated overflow,

0 commit comments

Comments
 (0)