Skip to content

Commit eefbe24

Browse files
committed
[css-inline-3] Mark negative half-leading as an issue for line-sizing: normal. #3199
1 parent fdcb06b commit eefbe24

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-inline-3/Overview.bs

+5-2
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ Line Sizing Containment: the 'line-sizing' property</h3>
662662
</pre>
663663

664664
ISSUE: This is a rough draft of a proposal, and has not yet been approved by the CSSWG.
665+
It is drafted here to promote discussion.
665666
See discussion in <a href="https://github.com/w3c/csswg-drafts/issues/3199">Issue 3199</a>, <a href="https://lists.w3.org/Archives/Public/www-style/2011Mar/0364.html">Hyatt's message</a>, and <a href="https://dev.w3.org/cvsweb/~checkout~/csswg/css3-linebox/Attic/Overview.html?rev=1.5;content-type=text%2Fhtml#LineStacking">dbaron's proposal</a>.
666667

667668
This property controls the method by which line boxes are sized,
@@ -694,8 +695,10 @@ Line Sizing Containment: the 'line-sizing' property</h3>
694695
Half-leading is inserted inside the <a>content box</a> edges,
695696
rather than overlapping the padding/border/margin areas.
696697
However, positive half-leading is only applied to the <a>root inline box</a>.
697-
Negative half-leading is applied to all inline boxes,
698-
reducing the size of the <a>content box</a> as needed.
698+
<!-- Negative half-leading is applied to all inline boxes,
699+
reducing the [=outer size=] as needed. -->
700+
701+
ISSUE: Handle negative half-leading somehow. Maybe apply it to the margin edge?
699702

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

0 commit comments

Comments
 (0)