Skip to content

Commit d18fb9e

Browse files
committed
[css-text-decor-4] Move description of text-decoration-style before -color.
1 parent 9ee342d commit d18fb9e

File tree

2 files changed

+28
-19
lines changed

2 files changed

+28
-19
lines changed

css-text-decor-3/Overview.bs

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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">
280301
Text 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">
320322
Text Decoration Shorthand: the 'text-decoration' property</h3>

css-text-decor-3/issues-cr-2013.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,10 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2011Mar/0405.html
322322
Closed: Accepted
323323
Resolved: =i18n= Review
324324
----
325+
Issue 37.
326+
Summary: Describe text-decoration-style before -color.
327+
From: Dennis Heuer
328+
Comment: https://lists.w3.org/Archives/Public/www-style/2018Jan/0066.html
329+
Closed: Accepted
330+
Resolved: Editorial
331+
----

0 commit comments

Comments
 (0)