decoration-style-quirks-ref.html 1.9 KB

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