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

api.Element.attributeStyleMap should be on HTMLElement/SVGElement/MathMLElement #6698

Closed
foolip opened this issue Sep 15, 2020 · 1 comment
Closed
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@foolip
Copy link
Contributor

foolip commented Sep 15, 2020

The spec for this is here: https://drafts.css-houdini.org/css-typed-om-1/#declared-stylepropertymap-objects

The attribute isn't on Element directly, but on the subinterfaces of Element that the browser supports, which may or may not include MathMLElement.

@foolip foolip added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Sep 15, 2020
@queengooborg
Copy link
Contributor

Looks like this was fixed by #10686!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

No branches or pull requests

3 participants
@foolip @queengooborg and others