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

Missing <output> in attr_overrides #1207

Closed
KrishnaRPatel opened this issue Nov 19, 2020 · 1 comment
Closed

Missing <output> in attr_overrides #1207

KrishnaRPatel opened this issue Nov 19, 2020 · 1 comment

Comments

@KrishnaRPatel
Copy link
Contributor

Line:

const ATTR_OVERRIDES: Dict<Dict> = {

Bug:
emberjs/ember.js#19272

Setting an <output>'s form with a non-ancestor form's id should be allowed, but is set as readonly in typescript (as it is in the whatwg idl). <output>'s form attribute is similar to the others (whatwg/html#6165) so we should add the output tag as an additional override here.

@rwjblue
Copy link
Member

rwjblue commented Dec 23, 2020

Fixed by #1209

@rwjblue rwjblue closed this as completed Dec 23, 2020
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

No branches or pull requests

2 participants