-
Notifications
You must be signed in to change notification settings - Fork 719
[css-inline] initial-letter should be clearer about how it makes its block taller #719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
The CSS Working Group just discussed
The full IRC log of that discussion |
fantasai
added a commit
that referenced
this issue
Jun 13, 2020
1 task
Normative edits completed; opened a separate issue to track the request for examples/illustrations. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The section on Raised and Sunken Caps specifies that the initial letter's margin box contributes to the size of the containing block. However, it's not clear on the mechanism that's used for this.
In particular, it should be clear about whether this works by:
It should also presumably be clear that it increases the size of the block only if the margin-box of the initial letter would (based on its alignment) protrude above the top of the first line box.
The difference is detectable, at a minimum, by testing
vertical-align: top
elements in the first line.The text was updated successfully, but these errors were encountered: