mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
In conformance with the requirements of the spec PR at https://github.com/whatwg/html/pull/9546, this change adds support for the “switch” attribute for type=checkbox “input” elements — which is shipping in Safari (since Safari 17.4). This change also implements support for exposing it to AT users with role=switch.
11 lines
408 B
Plaintext
11 lines
408 B
Plaintext
Harness status: OK
|
|
|
|
Found 6 tests
|
|
|
|
6 Pass
|
|
Pass Disconnected <input type=checkbox switch>
|
|
Pass Connected <input type=checkbox switch>
|
|
Pass Connected <input type=checkbox switch>: adding switch attribute
|
|
Pass Connected <input type=checkbox switch>: removing switch attribute
|
|
Pass Connected <input type=checkbox switch>: removing type attribute
|
|
Pass Connected <input type=checkbox switch>: adding type attribute |