зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1253919 - Enable support for the logical values of CSS 'float' and 'clear' properties for all channels. r=dbaron
This commit is contained in:
Родитель
da0df10ba1
Коммит
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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче