Tue, 27 Jan 2015 15:59:53 -0800
[css-overflow] Write ::first-letter with 2 colons in one place it wasn't.
css-overflow/Overview.bs | file | annotate | diff | comparison | revisions | |
css-overflow/Overview.html | file | annotate | diff | comparison | revisions |
1.1 --- a/css-overflow/Overview.bs Tue Jan 27 15:58:55 2015 -0800 1.2 +++ b/css-overflow/Overview.bs Tue Jan 27 15:59:53 2015 -0800 1.3 @@ -860,7 +860,7 @@ 1.4 <p class="issue"> 1.5 This inheritance rule allows specifying styles indirectly 1.6 (by using explicit ''inherit'' or using default inheritance 1.7 - on properties that don't apply to '':first-letter'') 1.8 + on properties that don't apply to ''::first-letter'') 1.9 that can't be specified directly 1.10 (based on the rules in the next section). 1.11 This is a problem.
2.1 --- a/css-overflow/Overview.html Tue Jan 27 15:58:55 2015 -0800 2.2 +++ b/css-overflow/Overview.html Tue Jan 27 15:59:53 2015 -0800 2.3 @@ -1288,10 +1288,10 @@ 2.4 </p> 2.5 2.6 2.7 - <p class="issue" id="issue-5862943f"><a class="self-link" href="#issue-5862943f"></a> 2.8 + <p class="issue" id="issue-20d2a9e8"><a class="self-link" href="#issue-20d2a9e8"></a> 2.9 This inheritance rule allows specifying styles indirectly 2.10 (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 2.11 - on properties that donât apply to <span class="css">:first-letter</span>) 2.12 + on properties that donât apply to <span class="css">::first-letter</span>) 2.13 that canât be specified directly 2.14 (based on the rules in the next section). 2.15 This is a problem. 2.16 @@ -2124,13 +2124,13 @@ 2.17 <div class="issue"> 2.18 This inheritance rule allows specifying styles indirectly 2.19 (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 2.20 - on properties that donât apply to <span class="css">:first-letter</span>) 2.21 + on properties that donât apply to <span class="css">::first-letter</span>) 2.22 that canât be specified directly 2.23 (based on the rules in the next section). 2.24 This is a problem. 2.25 The restrictions that apply to styling inside fragments 2.26 should also apply to inheritance from fragments. 2.27 - <a href="#issue-5862943f"> âµ </a></div> 2.28 + <a href="#issue-20d2a9e8"> âµ </a></div> 2.29 <div class="issue"> 2.30 Should this apply to fragment overflow only, 2.31 or also to paginated overflow,