You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSSFontFaceRule, CSSViewportRule, CSSCounterStyleRule are now
explicitly exposed to Window.
The other CSSRule interfaces defined in csswg-drafts are
already exposed to Window.
resolvesw3c#2342
From w3c#2342:
WebIDL now defines that interfaces include the Exposed extended attribute even in the case where it is only exposed to Window.
The following interfaces previously omitted the Exposed extended attribute:
NamedFlow, NamedFlowMap,
CSSPseudoElement, CSSPseudoElementList,
CSSKeyframeEffectReadOnly,
TransitionEvent
https://drafts.csswg.org/css-fonts-4/#om-fontface
WebIDL now defines that interfaces include the Exposed extended attribute even in the case where it is only exposed to Window.
CSSFontFaceRule should have
[Exposed=Window]
like its parent CSSRule does in CSSOMThe text was updated successfully, but these errors were encountered: