[WICG/webcomponents] What's the right target of anchor link inside shadowDom (Issue #1048)

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