-
Notifications
You must be signed in to change notification settings - Fork 708
[css-display] Interaction of run-in and block inside inline #1472
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
Comments
I believe that, first of all, A and D themselves are wrapped in anonymous block boxes, since the container has at least one block box inside, so they all are in the block formatting context. Given that
I don't think it's "splitting the |
@SelenIT You are right I forgot to wrap the inline fragments inside anonymous block boxes, I have edited it. When I said that the block splits the span I meant this:
This does not affect the DOM, of course. I only tried to represent the various box fragments. It's not clear how this affects the box tree, though, so I filed #1477. |
@Loirooriol I agree with your correction. Yes, the |
@tabatkins and I agree that this is the most sensible option. Should be fixed in 6f6913e. |
It's OK, thanks. But maybe I would restrict to CSS2§9.2.1.1, because CSS2§9.2 is so big. |
We wanted to include the full scope of flow layout anonymous box fixup there, so linked up to 9.2. (The section in between those headings is relatively short and is a good introduction for understanding 9.2.1.1, so it's not a bad place to land anyway.) |
How is this supposed to behave?
I guess it's one of these options:
The text was updated successfully, but these errors were encountered: