We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
async
[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?
_async
AttributeName
cc @Ms2ger @bzbarsky
The text was updated successfully, but these errors were encountered:
The latter, imo.
Sorry, something went wrong.
includes
Successfully merging a pull request may close this issue.
The attribute
async
now has an invalid syntax after #720. Should it be just escaped with_async
or should we addasync
toAttributeName
?cc @Ms2ger @bzbarsky
The text was updated successfully, but these errors were encountered: