Hi, The CSS Grid Layout feature is shipped and enabled by default since Safari 10.1. It's also shipped by default in Chrome, Firefox and Edge. Do we still need the 'cssGridLayoutEnabled' runtime flag ? In my opinion it's safe to remove the flag and the conditional code we have in the CSS parser and layout. Thanks, Javier
Hi, Since nobody seems to object to my proposal of removing the grid runtime flag, here is the patch to do it. https://bugs.webkit.org/show_bug.cgi?id=183484 I appreciate any feedback, specially if this change could break any platform still needing to disable the grid feature for some reason. Thanks, -- Javier On 03/02/18 00:26, Javier Fernandez wrote:
Hi,
The CSS Grid Layout feature is shipped and enabled by default since Safari 10.1. It's also shipped by default in Chrome, Firefox and Edge.
Do we still need the 'cssGridLayoutEnabled' runtime flag ? In my opinion it's safe to remove the flag and the conditional code we have in the CSS parser and layout.
Thanks,
Javier
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev
participants (1)
-
Javier Fernandez