Remove use counters for non-square radio/checkbox
These counters were added in [1], and data was gathered. It turns out that about 7% of all visible radio buttons and 11% of all visible checkboxes are "non-square" - their width != height. With the existing code, these are rendered square, using min(width,height). But the point is that if we relaxed this constraint, 7-11% of page loads would change - a huge web compat problem. Now that data gathering is complete, I'm removing these counters. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1967426 Change-Id: I6f2334d04a2dcd62b71ce428cd2d13c16b5e59c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088334 Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:Stephen Chenney <schenney@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#748927}
Showing
Please register or sign in to comment