mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
d72c60c303
31 changed files with 115 additions and 207 deletions
|
|
@ -82,6 +82,7 @@ interface GlobalEventHandlers {
|
|||
attribute EventHandler onseeked;
|
||||
attribute EventHandler onseeking;
|
||||
attribute EventHandler onselect;
|
||||
[Pref="dom.menuitem.enabled"]
|
||||
attribute EventHandler onshow;
|
||||
//(Not implemented)attribute EventHandler onsort;
|
||||
attribute EventHandler onstalled;
|
||||
|
|
|
|||
|
|
@ -49,10 +49,8 @@ interface HTMLElement : Element {
|
|||
attribute DOMString contentEditable;
|
||||
[Pure]
|
||||
readonly attribute boolean isContentEditable;
|
||||
[Pure]
|
||||
[Pure, Pref="dom.menuitem.enabled"]
|
||||
readonly attribute HTMLMenuElement? contextMenu;
|
||||
//[SetterThrows]
|
||||
// attribute HTMLMenuElement? contextMenu;
|
||||
[CEReactions, SetterThrows, Pure]
|
||||
attribute boolean spellcheck;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ interface MenuBuilder;
|
|||
// http://www.whatwg.org/specs/web-apps/current-work/#the-menu-element
|
||||
[HTMLConstructor]
|
||||
interface HTMLMenuElement : HTMLElement {
|
||||
[CEReactions, SetterThrows]
|
||||
[CEReactions, SetterThrows, Pref="dom.menuitem.enabled"]
|
||||
attribute DOMString type;
|
||||
[CEReactions, SetterThrows]
|
||||
[CEReactions, SetterThrows, Pref="dom.menuitem.enabled"]
|
||||
attribute DOMString label;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
// http://www.whatwg.org/specs/web-apps/current-work/#the-menuitem-element
|
||||
[HTMLConstructor]
|
||||
[HTMLConstructor, Pref="dom.menuitem.enabled"]
|
||||
interface HTMLMenuItemElement : HTMLElement {
|
||||
[CEReactions, SetterThrows]
|
||||
attribute DOMString type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue