diff options
author | Andy <webmaster@RealityRipple.com> | 2020-08-07 14:32:59 -0700 |
---|---|---|
committer | Andy <webmaster@RealityRipple.com> | 2020-08-07 14:32:59 -0700 |
commit | 05ee48943cdf2c48c24a43bdb289eabb1cd08e9a (patch) | |
tree | d198545ac4f415960dff2c4799ddee3945bda669 /modules/libpref/init/all.js | |
parent | 644f617e6612b3a147e50b06c244fcc9362c9605 (diff) | |
download | UXP-05ee48943cdf2c48c24a43bdb289eabb1cd08e9a.tar UXP-05ee48943cdf2c48c24a43bdb289eabb1cd08e9a.tar.gz UXP-05ee48943cdf2c48c24a43bdb289eabb1cd08e9a.tar.lz UXP-05ee48943cdf2c48c24a43bdb289eabb1cd08e9a.tar.xz UXP-05ee48943cdf2c48c24a43bdb289eabb1cd08e9a.zip |
Issue #1620 - Enable Intrinsic Ratio by Default
A simpler name feels so much cleaner.
Diffstat (limited to 'modules/libpref/init/all.js')
-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 25e487206..6d5667205 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -4814,7 +4814,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. |