Hacker News new | ask | show | jobs
by mvonballmo 1114 days ago
It very much used to work like this, pretty much exclusively.

More recently, though (especially, the last couple of years), browser vendors work very closely with standards groups, contributing there, and looking for feedback from other browser vendors. At least in the CSS and JS space, the extensions to those standards have proceeded largely as a group effort rather than as you described.

1 comments

There's pretty much always implementations, but it is a huge headache when people rely on behavior which is not yet stable.

The browsers have started to first ship things behind feature flags, and in Chrome's case also behind "Origin trials". We just have less need now for one browser to go off and define their own way for borders to be drawn as rounded rectangles.

I suspect we'll see some funky CSS extensions ship pre-standardization for VR headsets, though. Things like controlling the z-axis height of <dialog> and other elements.