Skip to content

[css-fonts-4] Missing Exposed extended attribute #2342

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

Closed
dstorey opened this issue Feb 21, 2018 · 0 comments · Fixed by #2344
Closed

[css-fonts-4] Missing Exposed extended attribute #2342

dstorey opened this issue Feb 21, 2018 · 0 comments · Fixed by #2344
Assignees

Comments

@dstorey
Copy link
Member

dstorey commented Feb 21, 2018

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 CSSOM

ewilligers pushed a commit to ewilligers/csswg-drafts that referenced this issue Feb 22, 2018
CSSFontFaceRule, CSSViewportRule, CSSCounterStyleRule are now
explicitly exposed to Window.

The other CSSRule interfaces defined in csswg-drafts are
already exposed to Window.

resolves w3c#2342
ewilligers pushed a commit to ewilligers/csswg-drafts that referenced this issue Feb 22, 2018
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
@tabatkins tabatkins removed the ready label Feb 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants