| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Enable KeyboardFocusableScrollers by default
As of this CL:
https://chromium-review.googlesource.com/c/chromium/src/+/5812197
the new behavior is to make scrollers *only* keyboard focusable,
and *not* click focusable. This matches Gecko behavior more-
closely, and should also avoid most of the breakage seen when
this feature was launched in M127/128.
This CL enables the feature, in code, by default. This is
different from the prior shipping methodology, which was slowly
via Finch. That approach did not tend to suss out problems early
in the ramp up, and instead only found problems when that Finch
config got to 100%. This is likely due to the particular sites
that are affected by this behavior. Because of this, we will
simply ship the feature by default in M130, and keep the feature
flag as a kill switch in case it is needed.
The I2S already approved shipment a while back:
https://groups.google.com/a/chromium.org/g/blink-dev/c/jzMA5vUqNDs/m/VbhNdHgQAgAJ
And the chromestatus already shows M130 as the shipping
milestone:
https://chromestatus.com/feature/5231964663578624
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |