tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

contain-style-ol-ordinal-li-container.html (399B)


      1 <!DOCTYPE html>
      2 <title>CSS Containment: contain:style and &lt;ol&gt; (&lt;li&gt; container)</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-li-container-ref.html">
      5 <ol>
      6  <li>A</li>
      7  <li>B</li>
      8  <li style="contain:style">X</li>
      9  <li style="contain:style">Y</li>
     10  <li>C</li>
     11  <li>D</li>
     12 </ol>