Skip to content
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

Shadow and <dialog> #1175

Closed
annevk opened this issue May 3, 2016 · 2 comments
Closed

Shadow and <dialog> #1175

annevk opened this issue May 3, 2016 · 2 comments
Labels
topic: shadow Relates to shadow trees (as defined in DOM)

Comments

@annevk
Copy link
Member

annevk commented May 3, 2016

As far as I can tell most of this is relatively straightforward. Should alignment work across boundaries? @hayatoito @smaug---- @upsuper @rniwa?

@annevk annevk added the topic: shadow Relates to shadow trees (as defined in DOM) label May 3, 2016
@tabatkins
Copy link
Contributor

Alignment is a feature of CSS layout model, which works on the flattened tree, and has no knowledge of shadows or boundaries or anything like that. So yes, it should work across boundaries unless we specifically define the behavior otherwise.

@domenic
Copy link
Member

domenic commented Sep 6, 2017

This got fixed at some point; in particular we define the inertness in terms of the full tree including shadow-including descendants these days.

#763 is somewhat related and broken, but we can track it there.

@domenic domenic closed this as completed Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: shadow Relates to shadow trees (as defined in DOM)
Development

No branches or pull requests

3 participants