Skip to content

Commit ba39444

Browse files
committed
[css-inline-3] Comment out all the sentences not just the last one. :/
1 parent d1d3fdf commit ba39444

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-inline-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -925,13 +925,13 @@ Line Sizing Containment: the 'line-sizing' property</h3>
925925
based on its <a>margin box</a>
926926
(prior to applying ''inline-sizing: stretch'', if applicable),
927927
rather than its 'line-height'.
928-
Half-leading is inserted inside the <a>content box</a> edges,
928+
<!-- Half-leading is inserted inside the <a>content box</a> edges,
929929
rather than overlapping the padding/border/margin areas.
930930
However, positive half-leading is only applied to the <a>root inline box</a>.
931-
<!-- Negative half-leading is applied to all inline boxes,
931+
Negative half-leading is applied to all inline boxes,
932932
reducing the [=outer size=] as needed. -->
933933

934-
ISSUE: Handle negative half-leading somehow. Maybe apply it to the margin edge?
934+
ISSUE(5178): Handle negative half-leading somehow. Maybe apply it to the margin edge?
935935

936936
Note: This will give consistent line spacing
937937
as long as there is some amount of leading added,

0 commit comments

Comments
 (0)