You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you click the links in the Shadow DOM, they don't work as navigational targets (e.g. the hash doesn't update) so CSS :target should also not work.
Background: When this came talking to the spec folks, the argument was that ids are scoped to ShadowDOM so they don't make sense as navigation targets.
What I see is that clicking the link in the Shadow DOM does make the navigational jump to the anchor target (outside of the SD). Clicking a link outside the SD does not make the jump to a target that's inside the SD. This makes sense from the scoping/encapsulation standpoint.
http://jsbin.com/voruhaxo/1#foo
'foo' is not highlighted on page load. without polymer, this works
The text was updated successfully, but these errors were encountered: