mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1253919 - Enable support for the logical values of CSS 'float' and 'clear' properties for all channels. r=dbaron
This commit is contained in:
parent
da0df10ba1
commit
23d97b6f9d
@ -2752,11 +2752,7 @@ pref("layout.css.text-justify.enabled", true);
|
||||
|
||||
// Is support for CSS "float: inline-{start,end}" and
|
||||
// "clear: inline-{start,end}" enabled?
|
||||
#if defined(MOZ_B2G) || !defined(RELEASE_OR_BETA)
|
||||
pref("layout.css.float-logical-values.enabled", true);
|
||||
#else
|
||||
pref("layout.css.float-logical-values.enabled", false);
|
||||
#endif
|
||||
|
||||
// Is support for the CSS4 image-orientation property enabled?
|
||||
pref("layout.css.image-orientation.enabled", true);
|
||||
|
Loading…
Reference in New Issue
Block a user