Skip to content

Commit 05005de

Browse files
committed
[css-align-3][css-text-decor-4][fill-stroke-3] Add <line-width> to appropriate properties. w3c#3720
1 parent fb330e9 commit 05005de

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

css-align-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
20542054

20552055
<pre class='propdef'>
20562056
Name: row-gap, column-gap
2057-
Value: normal | <<length-percentage [0,∞]>>
2057+
Value: normal | <<length-percentage [0,∞]>> | <<line-width>>
20582058
Initial: normal
20592059
Applies to: <a>multi-column containers</a>, <a>flex containers</a>, <a>grid containers</a>
20602060
Inherited: no
@@ -2079,6 +2079,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
20792079

20802080
<dl dfn-type=value dfn-for="row-gap, column-gap, gap">
20812081
: <<length-percentage [0,∞]>>
2082+
: <<line-width>>
20822083
::
20832084
Specifies a gap between “rows” or “columns”,
20842085
as defined by the layout modes to which it applies;

css-text-decor-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Text Decoration Line Thickness: the 'text-decoration-thickness' property</h3>
327327

328328
<pre class="propdef">
329329
Name: text-decoration-thickness
330-
Value: auto | from-font | <<length-percentage>>
330+
Value: auto | from-font | <<length-percentage>> | <<line-width>>
331331
Initial: auto
332332
Applies to: all elements
333333
Inherited: no
@@ -359,6 +359,7 @@ Text Decoration Line Thickness: the 'text-decoration-thickness' property</h3>
359359
otherwise behaves as ''text-decoration-thickness/auto''.
360360

361361
<dt><dfn><<length-percentage>></dfn>
362+
<dt><dfn><<line-width>></dfn>
362363
<dd>
363364
A length value specifies the thickness of text decoration lines as a fixed length.
364365

fill-stroke-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ Stroke Geometry {#stroke-geometry}
577577

578578
<pre class="propdef">
579579
Name: stroke-width
580-
Value: <<length-percentage>>#
580+
Value: [ <<length-percentage>> | <<line-width>> ]#
581581
Initial: 1px
582582
Applies to: text and <a>SVG shapes</a>
583583
Inherited: yes

0 commit comments

Comments
 (0)