mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
pref: turn on dialog element globally
This commit is contained in:
parent
7b5249f151
commit
b33b661414
1 changed files with 1 additions and 1 deletions
|
|
@ -5183,7 +5183,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