Skip to content

Commit 550f66d

Browse files
committed
[css-ruby] Fix missing resets for size, line-height. Fixes w3c#760.
1 parent c5b0158 commit 550f66d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-ruby/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ Appendix A: Default Style Sheet</h2>
14511451

14521452
<pre>ruby, rb, rt, rbc, rtc, rp {
14531453
<!-- --> display: inline; white-space: inherit;
1454-
<!-- --> font-variant-east-asian: inherit; text-emphasis: inherit; }</pre>
1454+
<!-- --> font: inherit; text-emphasis: inherit; }</pre>
14551455

14561456
<h3 id="default-parens" class="no-num">
14571457
<span class="secno">A.3</span> Generating Parentheses</h3>

0 commit comments

Comments
 (0)