mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #2472 - Enable dialog element by default.
While work is still on-going to get layering/modal right, this should be enabled by default for web compatibility reasons.
This commit is contained in:
parent
07cc276a10
commit
f2c576b12c
1 changed files with 1 additions and 1 deletions
|
|
@ -5178,7 +5178,7 @@ pref("narrate.filter-voices", true);
|
|||
pref("dom.audiochannel.mutedByDefault", false);
|
||||
|
||||
// HTML <dialog> element
|
||||
pref("dom.dialog_element.enabled", false);
|
||||
pref("dom.dialog_element.enabled", true);
|
||||
|
||||
// Enable <details> and <summary> tags.
|
||||
pref("dom.details_element.enabled", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue