Bug 1340027 - Part 2: Add HTML CEReactions annotation.

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-04 21:41:41 -05:00 committed by Roy Tam
commit 8119a60e3d
68 changed files with 398 additions and 359 deletions

View file

@ -14,22 +14,22 @@
// http://www.whatwg.org/specs/web-apps/current-work/#the-menuitem-element
[HTMLConstructor]
interface HTMLMenuItemElement : HTMLElement {
[SetterThrows]
[CEReactions, SetterThrows]
attribute DOMString type;
[SetterThrows]
[CEReactions, SetterThrows]
attribute DOMString label;
[SetterThrows]
[CEReactions, SetterThrows]
attribute DOMString icon;
[SetterThrows]
[CEReactions, SetterThrows]
attribute boolean disabled;
[SetterThrows]
[CEReactions, SetterThrows]
attribute boolean checked;
[SetterThrows]
[CEReactions, SetterThrows]
attribute DOMString radiogroup;
// This should be 'default' but in the IDL implementation
// this has been renamed 'defaultChecked'.
[SetterThrows]
[CEReactions, SetterThrows]
attribute boolean defaultChecked;
// Currently not implemented.