Open core-ai-bot opened 3 years ago
Comment by TomMalbran Wednesday Mar 19, 2014 at 19:47 GMT
I don't think most of this warnings should be a problem. Chrome gives a warning for every property they don't support, but most they do support it prefixed or they just don't support the alternative Firefox/IE prefixes
Comment by peterflynn Wednesday Mar 19, 2014 at 20:05 GMT
Seems worth scrubbing the warnings, though -- some might indicate genuine bugs in our CSS (like the Unexpected CSS token: {
one at the end).
Comment by TomMalbran Wednesday Mar 19, 2014 at 21:57 GMT
The only genuine bugs seems to be the Unexpected CSS token: { styles/brackets.min.css:9
and Unexpected CSS token: {
.
The rest are warnings about the unsupported unprefixed transform and flex-box properties and the use of the prefixed input-placeholder
pseudo class for other browsers.
Comment by pthiess Monday Mar 24, 2014 at 18:27 GMT
all the warnings - are no-priority
Invalid property values are our concern, we are on the fence with giving it a medium priority.@
redmunds@
TomMalbran - someone needs to investigate. We decided to make it a starter bug for someone to investigate the syntax issues. I leave it unassigned such that anyone who feels stronger about it can start on this.
Comment by redmunds Tuesday Mar 25, 2014 at 00:54 GMT
These are all warnings, not errors. The syntax warnings also seem to be warnings about unknown un-prefixed properties, for example:
`@`media all and (-webkit-min-device-pixel-ratio : 2), (min-device-pixel-ratio : 2) {
Comment by maltemuth Sunday Jun 08, 2014 at 15:49 GMT
4 of these warnings can be removed by removing the "offending" un-webkit-prefixed rules; the other 40 are part of bootstrap and can't be hacked, since bootstrap is used as a submodule.
Comment by redmunds Sunday Jun 08, 2014 at 16:48 GMT
@
maltemuth We hope to make Brackets an in-browser editor some day, so we don't want to remove the "un-webkit-prefixed" rules.
Comment by joshghent Tuesday Apr 19, 2016 at 19:49 GMT
@
redmunds Does this issue still need addressing or can it be closed? I am willing to work on it.
Comment by pthiess Tuesday Apr 19, 2016 at 22:39 GMT
@
maltemuth@
madanbn may be able to help delegate - Madan, please advise.
Comment by zaggino Saturday Mar 04, 2017 at 19:54 GMT
This has already been fixed, I don't see any CSS warnings when starting master
branch at the moment.
Issue by JeffryBooher Wednesday Mar 19, 2014 at 18:43 GMT Originally opened as https://github.com/adobe/brackets/issues/7251