LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

`display:-moz-[inline-]grid;` triggers XUL Grid Layout in Firefox #55

Closed fbender closed 5 years ago

fbender commented 11 years ago

Commit d908abaf1c 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).

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!

ExE-Boss commented 6 years ago

Bug 914360 has now been resolved as part of bug 1288572 in Firefox 62.

See also: