Bug 1035667 - Remove HTMLElement.className r=bz

This commit is contained in:
Andrew Quartey 2014-07-23 18:46:44 -04:00
Родитель 7cdc7bdc40
Коммит f4d29dc99d
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -76,10 +76,6 @@ interface HTMLElement : Element {
readonly attribute CSSStyleDeclaration style;
// Mozilla specific stuff
// FIXME Bug 810677 Move className from HTMLElement to Element
[Pure]
attribute DOMString className;
attribute EventHandler oncopy;
attribute EventHandler oncut;
attribute EventHandler onpaste;