Partial fix for #12415: expose interfaces only where necessary

This commit is contained in:
Kuba Birecki 2016-07-22 19:59:40 +02:00
parent 7c8bd58c4a
commit fa8c407191
11 changed files with 0 additions and 20 deletions

View file

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlbuttonelement
[Exposed=(Window,Worker)]
interface HTMLButtonElement : HTMLElement {
// attribute boolean autofocus;
attribute boolean disabled;