- From: woody-li <notifications@github.com>
- Date: Mon, 29 Jan 2024 01:23:48 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 January 2024 09:23:55 UTC
Current anchor link resolves with outer targets, but don't resolve inner target. Is it right for inner target? ```html <custom-element> #shadow-root <a href="#outer">Goto outer</a> <a href="#inner">Goto inner</a> <br /> <p id="inner">Inner target</p> </custom-element> <p id="outer">Outer target</p> ``` -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1048 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1048@github.com>
Received on Monday, 29 January 2024 09:23:55 UTC