[wpt-sync] Sync PR 45998 - Set minimum target size of 24px for appearance:base-select
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45998 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45998
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Set minimum target size of 24px for appearance:base-select
According to accessibility guidelines, we must ensure that all of the
pointer targets in appearance:base-select must be at least 24x24 CSS
pixels. https://github.com/openui/open-ui/issues/1026Bug: 1511354
Change-Id: Iba814399e4061f7ce36c24296aef37a540444612Reviewed-on: https://chromium-review.googlesource.com/5503502
WPT-Export-Revision: 1ad9b6f8a2b0e900eef42170315af81255f0dc2a
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 6 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 6
Chrome
OK
: 1
FAIL
: 6
Safari
OK
: 1
FAIL
: 6
Links
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/stylable-select/select-accessibility-minimum-target-size.tentative.html [wpt.fyi]
- horizontal-tb "": Select with appearance:base-select should have targets for pointer inputs be at least 24x24 CSS pixels.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - vertical-lr "": Select with appearance:base-select should have targets for pointer inputs be at least 24x24 CSS pixels.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - vertical-rl "": Select with appearance:base-select should have targets for pointer inputs be at least 24x24 CSS pixels.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - horizontal-tb "i": Select with appearance:base-select should have targets for pointer inputs be at least 24x24 CSS pixels.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - vertical-lr "i": Select with appearance:base-select should have targets for pointer inputs be at least 24x24 CSS pixels.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - vertical-rl "i": Select with appearance:base-select should have targets for pointer inputs be at least 24x24 CSS pixels.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- horizontal-tb "": Select with appearance:base-select should have targets for pointer inputs be at least 24x24 CSS pixels.:
https://hg.mozilla.org/mozilla-central/rev/e78f0e4d4325
https://hg.mozilla.org/mozilla-central/rev/7f86f2d4413d
Description
•