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

Add SVG <use> and @font-face as other use cases #26

Merged
merged 2 commits into from
Jan 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ Here we cannot set the relationship between the external `label` and the inner `
There are other cases that also reference to other elements:
* [`list`](https://html.spec.whatwg.org/multipage/input.html#attr-input-list) attribute in `input`.
* [Pop Up](https://open-ui.org/components/popup.research.explainer) proposal by Open UI, that adds some new attributes `popuptoggletarget`, `popupshowtarget` and `popuphidetarget`.
* [SVG `<use>` and the `href` attribute](https://github.com/WICG/webcomponents/issues/772)
* [`@font-face` and the `font-family` CSS property](https://robdodson.me/posts/at-font-face-doesnt-work-in-shadow-dom/)

Should we look for a solution that is generic enough to cover these cases too?

Expand Down