@@ -276,6 +276,27 @@ Text Decoration Lines: the 'text-decoration-line' property</h3>
276276 Note: The ''spelling-error'' and ''grammar-error'' values are at risk.
277277
278278
279+ <h3 id="text-decoration-style-property">
280+ Text Decoration Style: the 'text-decoration-style' property</h3>
281+
282+ <pre class="propdef">
283+ Name : text-decoration-style
284+ Value : solid | double | dotted | dashed | wavy
285+ Initial : solid
286+ Inherited : no
287+ </pre>
288+
289+ <p> This property specifies the style of the line(s) drawn for
290+ text decoration specified on the element. Values have the
291+ same meaning as for the
292+ <a href="https://www.w3.org/TR/css3-background/#the-border-style">border-style
293+ properties</a> [[!CSS3BG]] . ''wavy'' indicates a wavy line.</p>
294+
295+ <p>
296+ The style of text decorations must remain the same on all decorations originating from a given element,
297+ even if descendant boxes have different specified styles.
298+
299+
279300<h3 id="text-decoration-color-property">
280301Text Decoration Color: the 'text-decoration-color' property</h3>
281302
@@ -296,25 +317,6 @@ Text Decoration Color: the 'text-decoration-color' property</h3>
296317 The color of text decorations must remain the same on all decorations originating from a given element,
297318 even if descendant boxes have different specified colors.
298319
299- <h3 id="text-decoration-style-property">
300- Text Decoration Style: the 'text-decoration-style' property</h3>
301-
302- <pre class="propdef">
303- Name : text-decoration-style
304- Value : solid | double | dotted | dashed | wavy
305- Initial : solid
306- Inherited : no
307- </pre>
308-
309- <p> This property specifies the style of the line(s) drawn for
310- text decoration specified on the element. Values have the
311- same meaning as for the
312- <a href="https://www.w3.org/TR/css3-background/#the-border-style">border-style
313- properties</a> [[!CSS3BG]] . ''wavy'' indicates a wavy line.</p>
314-
315- <p>
316- The style of text decorations must remain the same on all decorations originating from a given element,
317- even if descendant boxes have different specified styles.
318320
319321<h3 id="text-decoration-property">
320322Text Decoration Shorthand: the 'text-decoration' property</h3>
0 commit comments