-
Notifications
You must be signed in to change notification settings - Fork 713
Grid values are -moz- prefixed in Firefox 56-58, maybe others #6128
Comments
Hi Eric, At first I was surprised, because (as you know) -prefix-free doesn't keep a list of what to prefix, it does feature testing on the current browser, so how could this happen? However, in my testing it appears that Firefox still needs the MDN also agrees: https://developer.mozilla.org/en-US/docs/Web/CSS/width If you disagree, please provide more information (perhaps a testcase?). |
Yes, a pair of tests would be very useful, thank you! |
Here’s a pair of simple grids without Prefixfree loaded: http://meyerweb.com/eric/css/tests/bugs/prefixfree-off.html The CSS will appear to be different between the two unless you view source. There are, as noted in the “off” test page, no actual prefixes in the document source, even though they’re displayed in Firefox. (Which I find fascinating.) |
Wowzers. |
-prefix-free tests if a prefix is needed for |
Prefixfree turns
min-content
,max-content
, and probablyfit-content
into their-moz-
versions, which FF56-58 (possibly earlier) do not recognize as valid.The text was updated successfully, but these errors were encountered: