tor-browser

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

empty-string-symbol.html (517B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Test: counter-style empty string symbol</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#typedef-symbol">
      5 <link rel="mismatch" href="empty-string-symbol-notref.html">
      6 <style type="text/css">
      7  @counter-style a {
      8    system: cyclic;
      9    symbols: "";
     10    prefix: "";
     11    suffix: "";
     12  }
     13 </style>
     14 <ol><li>Decimal marker. Should have "1." as marker.</ol>
     15 <ol style="list-style-type: a"><li>Empty string marker, should have "" as marker.</ol>