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.SVGFECompositeElement.in - Name doesn't match with Web IDL #9337

Closed
saschanaz opened this issue Mar 4, 2021 · 1 comment · Fixed by #9343
Closed

api.SVGFECompositeElement.in - Name doesn't match with Web IDL #9337

saschanaz opened this issue Mar 4, 2021 · 1 comment · Fixed by #9343
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@saschanaz
Copy link
Contributor

What information was incorrect, unhelpful, or incomplete?

api.SVGFECompositeElement.in1 is renamed to api.SVGFECompositeElement.in and this no longer matches IDL attribute name defined by the spec:

interface SVGFECompositeElement : SVGElement {
  /* ... */
  readonly attribute SVGAnimatedString in1;
  readonly attribute SVGAnimatedString in2;
  /* ... */
};

What did you expect to see?

It should match the IDL name?

Did you test this? If so, how?

"in1" in SVGFECompositeElement.prototype

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

#9074 (review)

@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Mar 5, 2021
@ddbeck
Copy link
Collaborator

ddbeck commented Mar 5, 2021

Ugh, I misread the spec. But in my defense, it's very unfriendly that the interface uses a different name for the attribute than the element. 🙄

Opened #9343

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

Successfully merging a pull request may close this issue.

3 participants