mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
7f6520be1a
85 changed files with 1013 additions and 385 deletions
|
|
@ -95,6 +95,7 @@ interface GlobalEventHandlers {
|
|||
[Pref="dom.select_events.enabled"]
|
||||
attribute EventHandler onselectstart;
|
||||
|
||||
[Pref="dom.details_element.enabled"]
|
||||
attribute EventHandler ontoggle;
|
||||
|
||||
// Pointer events handlers
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
* and create derivative works of this document.
|
||||
*/
|
||||
|
||||
[HTMLConstructor]
|
||||
[HTMLConstructor, Pref="dom.details_element.enabled"]
|
||||
interface HTMLDetailsElement : HTMLElement {
|
||||
[CEReactions, SetterThrows]
|
||||
attribute boolean open;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue