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

@ -52,6 +52,7 @@ DOMInterfaces = {
'Element': {
'needsAbstract': [
'attributes',
'className',
'getBoundingClientRect',
'getClientRects',
'getElementsByClassName',