Skip to content

Commit

Permalink
[css-text-decor-4] Move description of text-decoration-style before -…
Browse files Browse the repository at this point in the history
…color.
  • Loading branch information
fantasai committed Jan 16, 2018
1 parent 9ee342d commit d18fb9e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 19 deletions.
40 changes: 21 additions & 19 deletions css-text-decor-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,27 @@ Text Decoration Lines: the 'text-decoration-line' property</h3>
Note: The ''spelling-error'' and ''grammar-error'' values are at risk.


<h3 id="text-decoration-style-property">
Text Decoration Style: the 'text-decoration-style' property</h3>

<pre class="propdef">
Name: text-decoration-style
Value: solid | double | dotted | dashed | wavy
Initial: solid
Inherited: no
</pre>

<p>This property specifies the style of the line(s) drawn for
text decoration specified on the element. Values have the
same meaning as for the
<a href="https://www.w3.org/TR/css3-background/#the-border-style">border-style
properties</a> [[!CSS3BG]]. ''wavy'' indicates a wavy line.</p>

<p>
The style of text decorations must remain the same on all decorations originating from a given element,
even if descendant boxes have different specified styles.


<h3 id="text-decoration-color-property">
Text Decoration Color: the 'text-decoration-color' property</h3>

Expand All @@ -296,25 +317,6 @@ Text Decoration Color: the 'text-decoration-color' property</h3>
The color of text decorations must remain the same on all decorations originating from a given element,
even if descendant boxes have different specified colors.

<h3 id="text-decoration-style-property">
Text Decoration Style: the 'text-decoration-style' property</h3>

<pre class="propdef">
Name: text-decoration-style
Value: solid | double | dotted | dashed | wavy
Initial: solid
Inherited: no
</pre>

<p>This property specifies the style of the line(s) drawn for
text decoration specified on the element. Values have the
same meaning as for the
<a href="https://www.w3.org/TR/css3-background/#the-border-style">border-style
properties</a> [[!CSS3BG]]. ''wavy'' indicates a wavy line.</p>

<p>
The style of text decorations must remain the same on all decorations originating from a given element,
even if descendant boxes have different specified styles.

<h3 id="text-decoration-property">
Text Decoration Shorthand: the 'text-decoration' property</h3>
Expand Down
7 changes: 7 additions & 0 deletions css-text-decor-3/issues-cr-2013.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,10 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2011Mar/0405.html
Closed: Accepted
Resolved: =i18n= Review
----
Issue 37.
Summary: Describe text-decoration-style before -color.
From: Dennis Heuer
Comment: https://lists.w3.org/Archives/Public/www-style/2018Jan/0066.html
Closed: Accepted
Resolved: Editorial
----

0 comments on commit d18fb9e

Please sign in to comment.