3 Here is specified the decoration style as dotted but no decoration lines,
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.
12 Here is specified the decoration style as dashed but no decoration lines,
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.
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.
29 Here is specified the decoration style as -moz-none.
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.