@@ -2178,6 +2178,50 @@ Changes</h2>
21782178
21792179 This section documents the changes since previous publications.
21802180
2181+ <h3 id="changes-20200429">
2182+ Changes since the 29 April 2020 WD</h3>
2183+
2184+ <ul>
2185+ <li> Added ''ruby-position/alternate'' keyword to 'ruby-position'
2186+ and made it the [=initial value=] .
2187+ <li> Renamed <css> collapse</css> value of 'ruby-merge' to ''ruby-merge/merge'' .
2188+ (<a href="https://github.com/w3c/csswg-drafts/issues/5004">Issue 5004</a> )
2189+ <li> Specified more precisely which properties apply to the various ruby display types
2190+ ([[#box-style]] )
2191+ and defined ruby, ruby base, and ruby annotation boxes
2192+ to behave the same as regular [=inline boxes=] except as otherwise specified.
2193+ (<a href="https://github.com/w3c/csswg-drafts/issues/4935">Issue 4935</a> ,
2194+ <a href="https://github.com/w3c/csswg-drafts/issues/4936">Issue 4936</a> ,
2195+ <a href="https://github.com/w3c/csswg-drafts/issues/4976">Issue 4976</a> ,
2196+ <a href="https://github.com/w3c/csswg-drafts/issues/4979">Issue 4979</a> )
2197+ <li> Rewrote [[#ruby-layout]] to more clearly define
2198+ [=interlinear=] and [=inter-character=] ruby layout.
2199+ [=Inter-character ruby=] is now based on [=inline block=] layout,
2200+ and its interaction with [=interlinear=] ruby
2201+ is also now well-defined.
2202+ Inline-axis space distribution for [=interlinear ruby=]
2203+ is now more precisely defined
2204+ (modeled on ''grid-template-columns/max-content'' grid tracks),
2205+ and their block-axis layout is defined
2206+ to use bases’ and annotations’ margin boxes.
2207+ <li> Defined handling of nested ruby
2208+ by accounting for their base and annotation containers
2209+ in the block-axis sizing of [=interlinear ruby=] .
2210+ (<a href="https://github.com/w3c/csswg-drafts/issues/4986">Issue 4986</a> ,
2211+ <a href="https://github.com/w3c/csswg-drafts/issues/4980">Issue 4980</a> )
2212+ <li> Specified more precisely how 'ruby-align' works.
2213+ <li> Loosened requirement that ruby overhang not affect the alignment of ruby contents,
2214+ added requirement that it not cause ruby content to collide with adjacent content.
2215+ <li> Clarified interaction of bidi reordering and [=merged annotations=] .
2216+ ([[#bidi]] )
2217+ <li> Tightened up normative prose throughout.
2218+ <li> Improved [[#intro|introduction]] , examples, and other informative text.
2219+ </ul>
2220+
2221+ Note: There remain many open issues, see <a href="https://drafts.csswg.org/css-ruby-1/issues-wd-2020">Disposition of Comments</a>
2222+ and the <a href="https://github.com/w3c/csswg-drafts/issues?q=is%3Aissue+label%3Acss-ruby-1">newer issues</a>
2223+ tracked in GitHub.
2224+
21812225<h3 id="changes-20140805">
21822226Changes since the 5 August 2014 WD</h3>
21832227
0 commit comments