contain-style-ol-ordinal-reversed.html (400B)
1 <!DOCTYPE html> 2 <title>CSS Containment: contain:style and <ol> ordinals (reversed)</title> 3 <link rel="help" href="https://drafts.csswg.org/css-contain-2/#containment-style"> 4 <link rel="match" href="reference/contain-style-ol-ordinal-reversed-ref.html"> 5 <ol reversed> 6 <li>A</li> 7 <li>B</li> 8 <div style="contain:style"> 9 <li>X</li> 10 <li>Y</li> 11 </div> 12 <li>C</li> 13 <li>D</li> 14 </ol>