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

It is unclear how title attribute should work in Shadow DOM #3821

Open
smaug---- opened this issue Jul 13, 2018 · 4 comments
Open

It is unclear how title attribute should work in Shadow DOM #3821

smaug---- opened this issue Jul 13, 2018 · 4 comments
Labels
topic: shadow Relates to shadow trees (as defined in DOM)

Comments

@smaug----
Copy link

https://html.spec.whatwg.org/#attr-title doesn't hint anything about crossing shadow boundary, but seems like at least blink does look for title attribute also in light DOM when mouse is over shadow DOM.

@kojiishi
Copy link

Please also refer to Jun 29 comment on #3699.

@annevk annevk added the topic: shadow Relates to shadow trees (as defined in DOM) label Jul 26, 2018
@smaug----
Copy link
Author

@annevk
Copy link
Member

annevk commented Oct 25, 2018

So this would be replacing "nearest ancestor" with "nearest composed ancestor" and defining "composed ancestor" in similar terms to what "get the parent" does for events.

@rniwa
Copy link

rniwa commented Oct 25, 2018

TPAC F2F consensus: Spec what all browsers have implemented with the semantics @annevk mentioned above.

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

4 participants