Improving Chromium's browser compatibility in 2020
blog.chromium.org
Improving Chromium's browser compatibility in 2020
1–10 of 20 posts
Re: Improving Chromium's browser compatibility in 2020
#2Re: Improving Chromium's browser compatibility in 2020
#3https://twitter.com/sroussey/status/1273341472398381056?s=21
Really, if they have these kinds of problems, then the rest of us... :/
Re: Improving Chromium's browser compatibility in 2020
#4Re: Improving Chromium's browser compatibility in 2020
#5* Still no real combobox. is only a half-way solution.
* should be nestable - rarely do things fit into only 2 levels of depth.
* Biggest pain of all: Radio-button events.
Re: Improving Chromium's browser compatibility in 2020
#6Here is an example of Google’s homepage not rendering correctly in Chrome: https://twitter.com/sroussey/status/1273341472398381056?s=21 Really, if they have these kinds of problems, then the rest of us... :/
When finding things like this file bugs at https://crbug.com/new
Re: Improving Chromium's browser compatibility in 2020
#7Re: Improving Chromium's browser compatibility in 2020
#8I hope they fix chromium's weird subpixel bugs like this one: https://bugs.chromium.org/p/chromium/issues/detail?id=717469...
We expect it'll be ready for testing in a few months. However we expect that it'll be a bumpy rolling this out as table layout has a long history, and isn't exactly well defined :).
- Ian
Re: Improving Chromium's browser compatibility in 2020
#9I’m glad to see some traction, finally, for improving elements. They’re the source of my current pains: * Still no real combobox. is only a half-way solution. * should be nestable - rarely do things fit into only 2 levels of depth. * Biggest pain of all: Radio-button events.
Re: Improving Chromium's browser compatibility in 2020
#10Microsoft bringing CSS subgrid support to chromium is a beautiful example of synergetic collaboration! I hope mozilla take notes.