On 5/24/17 1:50 PM, Boris Zbarsky wrote:
> On 5/24/17 1:06 PM, Mike Taylor wrote:
>> [1]
>> <https://github.com/tochman/website/blob/520b212a96d221d035c9bf3efa9b5b766b035e43/app/assets/stylesheets/theme.css#L136-L141>
> 
> Sadly, that code is already buggy in Firefox: it uses 
> ":moz-placeholder", which doesn't parse.  The thing that parses is 
> ":-moz-placeholder".

Yeah, good point Boris -- I overlooked that.

But it's not hard to find more results on GitHub that aren't parse
errors:
<https://github.com/search?l=CSS&p=13&q=moz+placeholder&type=Code&utf8=%E2%9C%93>


For example,
https://github.com/yields/rework-pseudos/blob/c4d2a48fe82a3a387f2f78744b25e765acbd06f3/test/fixtures/pseudos.out.css#L38-L60

Looking at some of these results, it makes me wonder if adding a webkit
prefix alias would improve things more than removing a moz prefix.

-- 
Mike Taylor
Web Compat, Mozilla
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to