auto merge of #1907 : brunoabinader/servo/element-classname, r=Ms2ger

Removes stub implementation from HTMLElement & implements logic in Element WebIDL.
This commit is contained in:
bors-servo 2014-03-15 05:47:18 -04:00
commit 508fe57f8d
6 changed files with 50 additions and 14 deletions

View file

@ -28,10 +28,8 @@ interface Element : Node {
[Pure]
attribute DOMString id;
/*
FIXME Bug 810677 Move className from HTMLElement to Element
[Pure]
attribute DOMString className;
*/
/*[Constant]
readonly attribute DOMTokenList? classList;*/

View file

@ -43,10 +43,6 @@ interface HTMLElement : Element {
readonly attribute boolean isContentEditable;
[SetterThrows, Pure]
attribute boolean spellcheck;
// Mozilla specific stuff
// FIXME Bug 810677 Move className from HTMLElement to Element
attribute DOMString className;
};
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface