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

Should async be allowed as an attribute name? #768

Closed
saschanaz opened this issue Aug 11, 2019 · 1 comment · Fixed by #769
Closed

Should async be allowed as an attribute name? #768

saschanaz opened this issue Aug 11, 2019 · 1 comment · Fixed by #769

Comments

@saschanaz
Copy link
Member

[Exposed=Window,
 HTMLConstructor]
interface HTMLScriptElement : HTMLElement {
  // -- snip --
  [CEReactions] attribute boolean async;
  [CEReactions] attribute boolean defer;
  // -- snip --
};

The attribute async now has an invalid syntax after #720. Should it be just escaped with _async or should we add async to AttributeName?

cc @Ms2ger @bzbarsky

@bzbarsky
Copy link
Collaborator

The latter, imo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants