You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit d908aba added the CSS Grid Module. The test for display: grid and display: inline-grid succedes for Firefox, however it does not trigger CSS3 Grid Layout but XUL Grid layout (via display: -moz-grid; etc., see https://bugzilla.mozilla.org/show_bug.cgi?id=616605#c10).
Commit d908aba added the CSS Grid Module. The test for
display: grid
anddisplay: inline-grid
succedes for Firefox, however it does not trigger CSS3 Grid Layout but XUL Grid layout (viadisplay: -moz-grid;
etc., see https://bugzilla.mozilla.org/show_bug.cgi?id=616605#c10).See https://bugzilla.mozilla.org/show_bug.cgi?id=914360 – if that bug does not get fixed, I'd add another disclaimer to the page. Thanks!
The text was updated successfully, but these errors were encountered: