- From: <bugzilla@jessica.w3.org>
- Date: Thu, 05 Sep 2013 02:16:51 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23161
Bug ID: 23161
Summary: [Shadow]: url fragment identifiers should be followed
into ShadowDOM
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: sorvell@chromium.org
QA Contact: public-webapps-bugzilla@w3.org
Blocks: 14978
Given the following:
1. a user navigates to: foo.com/#footer
2. at the requested url inside some shadowRoot we have:
<div>
SR
<footer id="footer"></footer>
In this case, the #footer resource should be navigated to (page scrolls to it)
even though it is inside a shadowRoot. There is one url for a page and it must
be shared by all the shadowRoots.
Since id's are scoped inside ShadowDOM, there may be a lot of duplicates
page-wide. So, which one should be followed? The answer here is to do what
browsers do now in this case: navigate to the first fragment identifier.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 5 September 2013 02:16:53 UTC