@@ -1668,16 +1668,23 @@ Changes</h2>
1668
1668
Changes since the 5 August 2014 WD</h3>
1669
1669
1670
1670
<ul>
1671
- <li> Harmonize ininification with the <a href="https://www.w3.org/TR/css-display-3/">CSS Display Module</a> .
1671
+ <li> Add back 'ruby-overhang: auto | none' for basic control over ruby overhang behavior.
1672
+ <li> Harmonize inlinification with the <a href="https://www.w3.org/TR/css-display-3/">CSS Display Module</a> .
1672
1673
<li> Allow UA to shift ruby/emphasis marks if they conflict with underlines/overlines.
1673
- <li> Disable autohiding when the computed value of 'ruby-merge' is ''collapse'' .
1674
+ <li> Disable auto-hiding when the computed value of 'ruby-merge' is ''collapse'' .
1674
1675
<li> Tweak the <a href="#default-stylesheet">default style sheet</a> .
1675
- <li> Add section on <a href="#ruby-text-decoration">text decoration</a> .
1676
+ <li> Add section defining interaction with <a href="#ruby-text-decoration">text decoration</a> .
1676
1677
<li> Defer the <css> right</css> and <css> left</css> values of 'ruby-position' to the next level.
1677
- <li> Change ruby [=pairing=] rules to only operate on anonymous annotations (i.e. content directly contained by an <{rtc}> ).
1678
+ <li> Change ruby [=pairing=] rules to only apply spanning on anonymous annotations (i.e. content directly contained by an <{rtc}> ).
1679
+ <li> Pair excess bases / annotations with auto-generated empty anonymous bases / annotations.
1678
1680
<li>
1679
1681
Apply 'ruby-position' to ''::first-line'' .
1680
1682
(<a href="https://github.com/w3c/csswg-drafts/issues/2998">Issue 2998</a> )
1683
+ <li> Clarify containing block of ruby boxes and contents is, as in the case of other inline boxes, the nearest block container.
1684
+ <li> Clarify handling of misparented internal table elements.
1685
+ <li> Trim leading/trailing white space in ruby containers, base base containers, and annotation containers to prevent it from interfering with pairing.
1686
+ <li> Define layout effect of empty base and annotation containers.
1687
+ <li> Disable margins, padding, and borders on ruby base containers and ruby annotation containers (but not on ruby bases and ruby annotations).
1681
1688
</ul>
1682
1689
1683
1690
<h3 id="changes-20130919">
0 commit comments