tor-browser

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

decoration-style-standards-ref.html (1226B)


      1 <!DOCTYPE html>
      2 <p>
      3  Here is specified the decoration style as dotted but no decoration lines,
      4  however,
      5  <span style="font-size: 2em;
      6               text-decoration: underline line-through overline;
      7               text-decoration-style: solid;">
      8    here has solid decoration lines</span>,
      9  and here has no decoration lines.
     10 </p>
     11 <p>
     12  Here is specified the decoration style as dashed but no decoration lines,
     13  however,
     14  <span style="font-size: 2em;
     15               text-decoration: underline line-through overline;
     16               text-decoration-style: dashed;">
     17    here has inherited decoration lines</span>,
     18  and here has no decoration lines.
     19 </p>
     20 <p style="text-decoration: underline line-through overline;
     21          text-decoration-style: double;">
     22  Here has double decoration lines,
     23  <span style="font-size: 2em;
     24               text-decoration: none;">
     25     here is specified as dashed decoration lines but should be ignored</span>,
     26  and here has double decoration lines.
     27 </p>
     28 <p>
     29  Here is specified the decoration style as -moz-none.
     30 </p>
     31 <p style="text-decoration: underline line-through overline;">
     32  Here has solid decoration lines even if its style is specified as dotted
     33  before text-decoration.
     34 </p>