Skip to content

Commit

Permalink
Mark Element's slot IDL attribute [Unscopable]
Browse files Browse the repository at this point in the history
Fixes #328.
  • Loading branch information
hayatoito authored and annevk committed Sep 15, 2016
1 parent 2153769 commit bf1c902
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5508,7 +5508,7 @@ interface Element : Node {
[CEReactions] attribute DOMString id;
[CEReactions] attribute DOMString className;
[CEReactions, SameObject, PutForwards=value] readonly attribute DOMTokenList classList;
[CEReactions] attribute DOMString slot;
[CEReactions, Unscopable] attribute DOMString slot;

boolean hasAttributes();
[SameObject] readonly attribute NamedNodeMap attributes;
Expand Down
Loading

0 comments on commit bf1c902

Please sign in to comment.