Skip to content

Commit 23baa2a

Browse files
committed
[css-ruby] Use CSS-INLINE-3 rather than CSS2 as the ref for line-height
1 parent abce2ae commit 23baa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-ruby-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ Line Spacing</h3>
914914
The 'line-height' property controls spacing between lines in CSS.
915915
When inline content on line is shorter than the 'line-height',
916916
half-leading is added on either side of the content,
917-
as specified in <a href="https://www.w3.org/TR/CSS2/visudet.html#line-height">CSS2.1&sect;10.8</a>. [[!CSS2]]
917+
as specified in [[CSS-INLINE-3#line-height]].
918918

919919
In order to ensure consistent spacing of lines,
920920
documents with ruby typically ensure that the 'line-height' is large enough

0 commit comments

Comments
 (0)