diff options
author | Andy <webmaster@RealityRipple.com> | 2020-08-07 14:32:59 -0700 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-08-30 09:23:46 +0000 |
commit | bf95a03189d74d118d149b49ac5f45a134683fd6 (patch) | |
tree | 102d807e5823a73bc01722db6e4705f57c67f053 /modules | |
parent | c75e412f17a0cfcf4036a4c7a87ad1476601cc5e (diff) | |
download | UXP-bf95a03189d74d118d149b49ac5f45a134683fd6.tar UXP-bf95a03189d74d118d149b49ac5f45a134683fd6.tar.gz UXP-bf95a03189d74d118d149b49ac5f45a134683fd6.tar.lz UXP-bf95a03189d74d118d149b49ac5f45a134683fd6.tar.xz UXP-bf95a03189d74d118d149b49ac5f45a134683fd6.zip |
Issue #1620 - Enable Intrinsic Ratio by Default
A simpler name feels so much cleaner.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 21203552b..60851e55e 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -4819,7 +4819,7 @@ pref("layout.css.touch_action.enabled", true); // https://html.spec.whatwg.org/multipage/rendering.html#attributes-for-embedded-content-and-images // Are the width and height attributes on image-like elements mapped to the // internal-for-now aspect-ratio property? -pref("layout.css.width-and-height-map-to-aspect-ratio.enabled", false); +pref("layout.css.intrinsic-aspect-ratio.enabled", true); // Enables some assertions in nsStyleContext that are too expensive // for general use, but might be useful to enable for specific tests. |