File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments