@@ -164,6 +164,7 @@ Size Containment</h3>
164164
165165 If the element does not generate a <a>principal box</a> (as is the case with ''display: contents'' or ''display: none'' ),
166166 or if the element is an <a spec="css-display-3">internal table element</a> ,
167+ or if the element is an <a spec="css-display-3">internal ruby element</a> ,
167168 size containment has no effect.
168169 Otherwise, giving an element <dfn export>size containment</dfn> has the following effect:
169170
@@ -202,6 +203,7 @@ Layout Containment</h3>
202203
203204 If the element does not generate a <a>principal box</a> (as is the case with ''display: contents'' or ''display: none'' ),
204205 or if the element is an <a spec="css-display-3">internal table element</a> other than ''display: table-cell'' ,
206+ or if the element is an <a spec="css-display-3">internal ruby element</a> ,
205207 layout containment has no effect.
206208 Otherwise, giving an element <dfn export>layout containment</dfn> has the following effects:
207209
@@ -303,6 +305,7 @@ Paint Containment</h3>
303305
304306 If the element does not generate a <a>principal box</a> (as is the case with ''display: contents'' or ''display: none'' ),
305307 or if the element is an <a spec="css-display-3">internal table element</a> other than ''display: table-cell'' ,
308+ or if the element is an <a spec="css-display-3">internal ruby element</a> ,
306309 paint containment has no effect.
307310 Otherwise, giving an element <dfn export>paint containment</dfn> has the following effects:
308311
@@ -432,6 +435,7 @@ This appendix is <em>informative</em>.
432435 <li> Remove the effects of style containment on the "break-*" properties.
433436 <li> Move the description of the effects of containement on regions from this specification to [[CSS-REGIONS-1]] .
434437 <li> Clarify the effects of style scoping on counter-set and counter-increment
438+ <li> Size layout and paint don't apply to internal ruby elements
435439</ul>
436440
437441<h3 id="2017-04-19-changes">Changes from the
0 commit comments