Bug 1253919 - Enable support for the logical values of CSS 'float' and 'clear' properties for all channels. r=dbaron

This commit is contained in:
Jonathan Kew 2017-04-21 16:01:04 +01:00
Родитель da0df10ba1
Коммит 23d97b6f9d
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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);