html - Chrome moz-box invalid property value -
i use
display:-moz-box
its work on firefox "invalid property value" on chrome, should now?
thanks
any css code starts hyphen browser-specific feature (it means feature experimental , not yet ready full release).
only browser uses extension (-moz-
firefox) work property. other browsers may need own prefix specified instead (eg -webkit-
webkit-based browsers, or -ms-
ie).
you should specify unprefixed version of style if has been standardised, experimental prefix removed future browser versions once standard version established.
in particular case, talking flexbox feature. there has been quite bit of change specs on time has gone through standardisation process, browsers may support non-standard syntax. makes harder give succinct answer here, rather go great detail, i'll point articles may help:
Comments
Post a Comment