Skip to content

Commit

Permalink
Add SVG <use> and @font-face as other use cases (#26)
Browse files Browse the repository at this point in the history
* Add SVG `<use>` and `@font-face` as other use cases

* fix: clarify
  • Loading branch information
nolanlawson authored Jan 23, 2023
1 parent 8055468 commit 56baf9c
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 56baf9c

Please sign in to comment.