logoalt Hacker News

Sateeshmlast Thursday at 5:51 PM5 repliesview on HN

What's the point of Chrome-only css.


Replies

err4ntlast Thursday at 5:56 PM

The point of Chrome-only CSS (vendor-prefixed features) would be to allow Chrome or any other vendor to expose styling functionality to CSS authors in valid CSS syntax in ways that won't impede future standardization efforts (like writing non-standard CSS would do) or interfere with that same CSS being processed by other vendors.

But this article isn't an example of Chrome-only CSS, this is about a change to the standard select element to make it customizeable in a standard way. It's not fully frozen yet, so they're seeking feedback and still working on it, so if you have input to give about this feature I think they'd welcome it. This blog post was about Chrome introducing experimental support for it, likely so developers can experiment with it and provide more valuable feedback towards its standardization!

chentelast Thursday at 6:23 PM

Reminds me of when we had to use browser hacks for IE.

zb3last Thursday at 6:10 PM

So websites "look better in Chrome", that's what Google wants.. but it's ultimately not good for us, so I hope developers don't fall for this..

show 1 reply
bitpushlast Thursday at 7:06 PM

[flagged]

show 1 reply
drivingmenutslast Thursday at 7:05 PM

It's a middle finger to people who try to set some standards and maintain them for a while. Also, a middle finger to accessibility people.

show 2 replies