@@ -1668,16 +1668,23 @@ Changes</h2>
16681668Changes since the 5 August 2014 WD</h3>
16691669
16701670 <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> .
16721673 <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'' .
16741675 <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> .
16761677 <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.
16781680 <li>
16791681 Apply 'ruby-position' to ''::first-line'' .
16801682 (<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).
16811688 </ul>
16821689
16831690<h3 id="changes-20130919">
0 commit comments