-
Notifications
You must be signed in to change notification settings - Fork 33
@font-face and @property constructs in Shadow Roots #212
Copy link
Copy link
Closed
Labels
focus-area-proposalFocus Area ProposalFocus Area Proposal
Description
Description
Whether it is @font-face or @property, an intersection of confusing spec'ing and partial implementation leaves a number of nice capabilities out of reach of shadow root users. Placing @font-face or @property within shadow roots is ignored in some browsers degrading the experience of pre-packaged web components cross browser. This is an area where WPT could also be leveraged to support not falling into this same trap with other and future @ sigil based CSS APIs.
- FF bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1077396
- Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=336876
Rationale
The code needed to packages a custom element for reuse should be usage within the custom element package.
Specification
Tests
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
focus-area-proposalFocus Area ProposalFocus Area Proposal