Bug 1322938 - Put <dialog> element behind preference.

Tag #1343
This commit is contained in:
Gaming4JC 2020-01-07 09:10:56 -05:00 committed by Roy Tam
commit a77fa3ec13
11 changed files with 45 additions and 5 deletions

View file

@ -5368,6 +5368,9 @@ pref("narrate.filter-voices", true);
pref("dom.audiochannel.mutedByDefault", false);
// HTML <dialog> element
pref("dom.dialog_element.enabled", false);
// Enable <details> and <summary> tags.
pref("dom.details_element.enabled", true);