tor-browser

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

symbols-function-invalid.html (838B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Test: symbols function, invalid</title>
      4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
      5 <link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#symbols-function">
      6 <link rel="match" href="symbols-function-invalid-ref.html">
      7 <link rel="stylesheet" href="support/test-common.css">
      8 <style type="text/css">
      9  .invalid {
     10    list-style-type: lower-greek;
     11    list-style-type: symbols(a b c);
     12    list-style-type: symbols(alphabetic a b c);
     13    list-style-type: symbols(numeric 0 1 2);
     14    list-style-type: symbols(additive 'a' 'b');
     15    list-style-type: symbols(fixed);
     16    list-style-type: symbols(alphabetic 'a');
     17    list-style-type: symbols(numeric '0');
     18  }
     19 </style>
     20 <ol start="-2" class="invalid">
     21  <li><li><li><li><li>
     22  <li><li><li><li><li>
     23 </ol>