tor-browser

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

descriptor-suffix-ref.html (595B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Reference: symbols function, invalid</title>
      4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
      5 <style type="text/css">
      6  div {
      7    padding: 0; margin: 0;
      8    line-height: 150%;
      9  }
     10 </style>
     11 <!-- list-style-type: a -->
     12 <div>-2,-2</div>
     13 <div>-1,-1</div>
     14 <div>0,0</div>
     15 <div>1,1</div>
     16 <div>2,2</div>
     17 <!-- list-style-type: b -->
     18 <div>-2&#x3001;-2</div>
     19 <div>-1&#x3001;-1</div>
     20 <div>0&#x3001;0</div>
     21 <div>1&#x3001;1</div>
     22 <div>2&#x3001;2</div>
     23 <!-- section -->
     24 <div>-2</div>
     25 <div>-1</div>
     26 <div>0</div>
     27 <div>1</div>
     28 <div>2</div>