-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[meta] Web Compat Bucket #9
Comments
@jgraham would you consider this a proposal in itself, or will this spawn other individual proposals? (Mostly wondering where on tomorrow's agenda to slot this.) |
Both (sorry!). I think the proposal is "have a bucket that's unifying theme is observed webcompat issues" but the actual selection of issues would require followup proposals. |
I think we should skip an overly global "bucket of bugs" idea unless we can kind of theme them somehow. Like, in your example, a goal could be to find things in a similar general area that involve something substantial enough to label and target... maybe just a bunch that are all generally related to lack of interop on interactive elements, for example, which play a huge role on the web?... Maybe this is part of #11 ? |
Well the theme would be "bugs that have caused user-noticable breakage on sites". To expand out on that: although developers often complain about missing features, the interop problems we see affecting sites in the wild often aren't of the form "this whole feature is missing". Of course it can happen, but when it does it's often a specific decision by authors to not care about cross-browser support. In the cases where they care even a small amount, resources like caniuse.com are good at showing which features must be avoided entirely. This works even if when developers don't test in all implementations, or where there is extensive testing during the initial design process, but less once the overall architecture and technology choices are fixed and there are just incremental changes to the functionality. This means that whilst missing features are the most obvious pain points in surveys, they are often not the kinds of bugs that end up as (for example) webcompat.com issues. Instead these tend to be cases where multple browsers implement a feature but with some smaller differences. These differences might go unnoticed by authors if they aren't performing rigourous cross-browser testing, or might be the kind of thing that developers work around during development, causing a general feeling that "cross browser differences make my life hard", but not being as easy to pin down as just "this feature isn't implemented". Often we already have a web-platform-test covering the failure or bugs reported in various browser bug trackers. But because there are many failing tests, and many bugs reported, it's hard to know that these ones specifically keep causing compat problems. So from the point of view of improving the experience of web developers and end users, finding a way to identify and prioritise fixing these issues is at least as important as implementing new features. |
For html/semantics/forms/attributes-common-to-form-controls/disabled-elements-01.html specifically, making sure it's part of #11 might also be an option. |
https://github.com/web-platform-tests/interop-2022/labels/compat-bug-proposal is the list of issues. |
@jgraham would you be able to compile a single list of tests that should be included here? I can then label those in wpt-metadata. |
@jgraham I've labeled the listed tests except https://wpt.fyi/results/dom/historical.html and https://wpt.fyi/results/html/dom/idlharness.https.html which require counting only some subtests. |
@jgraham are there additional tests that need to be labeled (or written) here? |
See I would prefer to drop the |
@foolip that sounds reasonable. Is there any plans to count the remaining |
I created web-platform-tests/wpt#32351 for |
For the negative margin testing, @dholbert is planning to land the tests from https://bugzilla.mozilla.org/show_bug.cgi?id=1745310 |
I created web-platform-tests/wpt#32367 for |
For mouse events on disabled form controls, I created web-platform-tests/wpt#32381 as a draft; we could land something there as |
These are already labeled as interop-2021-flexbox: web-platform-tests/interop#9 (comment)
I've sent web-platform-tests/wpt-metadata#2406 to drop the flexbox tests, per #9 (comment). |
These are already labeled as interop-2021-flexbox: web-platform-tests/interop#9 (comment)
Remaining items here are:
|
@jgraham are all of the remaining items in #9 (comment) still remaining? |
Yes, I think so. I marked the PR as ready for review if you want to take a look. @dholbert and update on the negative margin tests? |
Yeah, sorry for the delay on those; I'll aim to get those tests landed this week, as a "part 1" to https://bugzilla.mozilla.org/show_bug.cgi?id=1745310. (I'll land them on mozilla-central, and then the wpt merge bot should upstream them soon after that.) |
Update: that negative-margin test is now in WPT: Chrome, WebKit, and Firefox Nightly all pass it (with today's Firefox Nightly or later, which include the fix that I landed in https://bugzilla.mozilla.org/show_bug.cgi?id=1745310 ). We can add that test to the interop2022 compat set. Since everyone passes it (now), it'll just be a minor "+1" bump to everyone's score, I guess. But it's still worth including since it covers a behavior difference that was a source of interop pain for Firefox until we got to the bottom of it and fixed this bug. |
I filed w3c/csswg-drafts#8142 to get this specced, FWIW. |
Description
Many features that are already widely implemented and shipped have small implementation differences that cause compatibility problems on real sites. These aren't necessarily big enough to form a bucket on their own, but fixing them will significantly reduce site breakage going forward. This seems important to demonstrate an ongoing investment into the quality of the web platform.
If there is interest in this proposal we can propose specific bugs/tests as seperate issues. Proposed bugs to include can be validated with e.g. webcompat.com reports, or reports in bugtrackers relating to site breakage. To give an idea of the kind of thing I have in mind, here's an example proposal:
Description
Mouse events on disabled input elements work differently in Gecko compared to WebKit/Blink.
Specification
https://html.spec.whatwg.org/#enabling-and-disabling-form-controls:-the-disabled-attribute
whatwg/html#2368
Tests
https://wpt.fyi/results/html/semantics/forms/attributes-common-to-form-controls/disabled-elements-01.html?label=master&label=experimental&aligned but it seems to not cover this case.
Related Bugs
https://bugzilla.mozilla.org/show_bug.cgi?id=1653882
https://webcompat.com/issues/65773
webcompat/web-bugs#73699
webcompat/web-bugs#72988
The text was updated successfully, but these errors were encountered: