Skip to content

Commit

Permalink
[css-rhythm] line-height-step initial value (#3893)
Browse files Browse the repository at this point in the history
line-height-step is a length, so the initial
value is '0px', not '0'.

WPT: web-platform-tests/wpt#13572
  • Loading branch information
ewilligers authored and kojiishi committed May 6, 2019
1 parent 6030c88 commit 03407f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-rhythm-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Adjusting Line Box Heights: the 'line-height-step' property {#line-height-step}
<pre class='propdef'>
Name: line-height-step
Value: <<length>>
Initial: 0
Initial: 0px
Applies to: block containers
Inherited: yes
Animatable: no
Expand Down

0 comments on commit 03407f8

Please sign in to comment.