Skip to content

Should async be allowed as an attribute name? #768

Closed
@saschanaz

Description

@saschanaz
[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions