Skip to content

Commit 03407f8

Browse files
ewilligerskojiishi
authored andcommitted
[css-rhythm] line-height-step initial value (#3893)
line-height-step is a length, so the initial value is '0px', not '0'. WPT: web-platform-tests/wpt#13572
1 parent 6030c88 commit 03407f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-rhythm-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Adjusting Line Box Heights: the 'line-height-step' property {#line-height-step}
347347
<pre class='propdef'>
348348
Name: line-height-step
349349
Value: <<length>>
350-
Initial: 0
350+
Initial: 0px
351351
Applies to: block containers
352352
Inherited: yes
353353
Animatable: no

0 commit comments

Comments
 (0)