File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ Styling the First Line Pseudo-element</h4>
195
195
<li> all background properties (see [[CSS3BG]] )
196
196
<li> any typesetting properties that apply to inline elements (see [[CSS3TEXT]] )
197
197
<li> all text decoration properties (see [[CSS3-TEXT-DECOR]] )
198
+ <li> the 'ruby-position' property (see [[CSS-RUBY-1]] )
198
199
<li> any inline layout properties that apply to inline elements (see [[CSS-INLINE-3]] )
199
200
<li> any other properties defined to apply to ''::first-line''
200
201
by their respective specifications
@@ -951,6 +952,9 @@ Changes</h2>
951
952
<li> Added ''::marker'' to types allowed for {{CSSPseudoElement}} interface.
952
953
<li> Clarified return value of {{pseudo()}} .
953
954
<li> Added 'content' , 'unicode-bidi' , and 'direction' to properties allowed on ''::marker'' .
955
+ <li> Added 'ruby-position' to properties allowed on ''::first-line'' ,
956
+ analogous with 'text-emphasis-position' .
957
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2998">Issue 2998</a> )
954
958
</ul>
955
959
956
960
Changes since the <a href="https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/">7 June 2016 Working Draft</a> include:
Original file line number Diff line number Diff line change @@ -40,8 +40,9 @@ Module interactions</h3>
40
40
<p> This module extends the inline box model of CSS Level 2 [[!CSS2]]
41
41
to support ruby.
42
42
43
- <p> None of the properties in this module apply to the <code> ::first-line</code> or
44
- <code> ::first-letter</code> pseudo-elements.
43
+ <p> None of the properties in this module apply to the ''::first-line'' or
44
+ ''::first-letter'' pseudo-elements,
45
+ except for 'ruby-position' which applies to ''::first-line'' .
45
46
46
47
<h3 id="values">
47
48
Values</h3>
@@ -1570,6 +1571,8 @@ Changes since the 5 August 2014 WD</h3>
1570
1571
<li> Add section on <a href="#ruby-text-decoration">text decoration</a> .
1571
1572
<li> Defer the <css> right</css> and <css> left</css> values of 'ruby-position' to the next level.
1572
1573
<li> Change ruby pairing rules to only operate on anonymous annotations (i.e. content directly contained by an <{rtc}> ).
1574
+ <li> Apply 'ruby-position' to ''::first-line'' .
1575
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2998">Issue 2998</a> )
1573
1576
</ul>
1574
1577
1575
1578
<h3 id="changes-20130919">
You can’t perform that action at this time.
0 commit comments