tor-browser

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

legend-list-item-numbering.html (526B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Legend and display: list-item numbering</title>
      4 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
      5 <link rel="author" title="Mozilla" href="http://www.mozilla.org/">
      6 <link rel=match href="legend-list-item-numbering-ref.html">
      7 
      8 <style>
      9 fieldset { margin: 0; padding: 0; border: none; list-style-type: decimal; }
     10 fieldset > * { margin: 0 40px; padding: 0; display: list-item; }
     11 </style>
     12 
     13 <fieldset>
     14  <div>A</div>
     15  <legend>B</legend>
     16  <div>C</div>
     17 </fieldset>