Issue by oslego
Monday Feb 10, 2014 at 15:42 GMT
Originally opened as adobe/brackets#6824
Is there any reason to ignore prefixes in CSS properties?
Any prefix-like notation is dropped (-webkit- or -xxx-) and the remainder is served as PROP_NAME. This yields false-positives for things like -xxx-transform: value.
Attached test to highlight the issue.
This is for #6861
oslego included the following code: https://github.com/adobe/brackets/pull/6824/commits
Monday Feb 10, 2014 at 15:42 GMT
Originally opened as adobe/brackets#6824
Is there any reason to ignore prefixes in CSS properties?
Any prefix-like notation is dropped (-webkit- or -xxx-) and the remainder is served as PROP_NAME. This yields false-positives for things like
-xxx-transform: value.Attached test to highlight the issue.
This is for #6861
oslego included the following code: https://github.com/adobe/brackets/pull/6824/commits