mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Issue #1719 - Make <menuitem> pref-controlled and disable by default.
Resolves #1719
This commit is contained in:
parent
74680d59a1
commit
a828a5f321
12 changed files with 32 additions and 16 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue