Partial fix for #12415: expose interfaces of some HTML Elements

This commit is contained in:
Maciej Skrzypkowski 2016-07-28 14:38:47 +02:00
parent a0c502261d
commit 9fa6d5083c
12 changed files with 2 additions and 25 deletions

View file

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlhyperlinkelementutils
[NoInterfaceObject, Exposed=(Window,Worker)]
[NoInterfaceObject]
interface HTMLHyperlinkElementUtils {
// stringifier attribute USVString href;
attribute USVString href;