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

Improve DOM interfaces' extended attributes #7601

Merged
merged 5 commits into from Sep 20, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix Element missing attributes

Attributes classList and attributes are [SameObject].
  • Loading branch information
nox committed Sep 11, 2015
commit d93c8da7d74d51f87a2254adf848ac5fd171338f
@@ -28,10 +28,10 @@ interface Element : Node {
attribute DOMString id;
[Pure]
attribute DOMString className;
[Constant]
[SameObject]
readonly attribute DOMTokenList classList;

[Constant]
[SameObject]
readonly attribute NamedNodeMap attributes;
DOMString? getAttribute(DOMString name);
DOMString? getAttributeNS(DOMString? namespace, DOMString localName);
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.