From 8a1aa5622bcf14dc244a4c6d086a19ccc3d05f83 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 17 Oct 2023 13:04:22 -0400 Subject: [PATCH] switch attribute for checkbox inputs closes #496 if this feature goes through. --- index.html | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 107 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0b8074dd..952081ab 100644 --- a/index.html +++ b/index.html @@ -3157,6 +3157,58 @@

`input` (`type` attribute in t +

`input` (`type` attribute in the Checkbox state) with the switch attribute

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HTML Specification + `input` + (`type` attribute in the + Checkbox state) with the + `switch` attribute +
[[wai-aria-1.2]] + `switch` role, with the + `aria-checked` state set to "true" if the element's + checkedness is true, or "false" otherwise +
MSAA + IAccessible2 +
Use WAI-ARIA mapping
+
UIA +
Use WAI-ARIA mapping
+
ATK +
Use WAI-ARIA mapping
+
AX +
Use WAI-ARIA mapping
+
Comments +

`input` (`type` attribute in theColor state)

@@ -14979,7 +15031,61 @@

`step`

-

`style`

+

`switch`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HTML Specification + `switch` +
Element(s) + `input` `type=checkbox` +
[[WAI-ARIA-1.2]] +
Not mapped
+
MSAA + IAccessible2 +
Not mapped
+
UIA +
Not mapped
+
ATK +
Not mapped
+
AX +
Not mapped
+
Comments + The `switch` attribute modifies the semantics and behavior of the `input` element in the checkbox state. + See `input type=checkbox switch` for mapping details. +
+

`style`