Bug 1274159 - Part 3-1: Add HTMLConstructor to HTMLElement and its subclass;

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-02 21:46:47 -05:00 committed by Roy Tam
commit 978d53832c
67 changed files with 68 additions and 6 deletions

View file

@ -15,6 +15,7 @@
interface MenuBuilder;
// http://www.whatwg.org/specs/web-apps/current-work/#the-menu-element
[HTMLConstructor]
interface HTMLMenuElement : HTMLElement {
[SetterThrows]
attribute DOMString type;