diff --git a/features/switch-control.yml b/features/switch-control.yml new file mode 100644 index 00000000000..344efe1b9d8 --- /dev/null +++ b/features/switch-control.yml @@ -0,0 +1,9 @@ +name: '' +description: The `switch` attribute, when present on an `` HTML element, renders a switch control with an on and off state instead of a checkbox control. +spec: https://github.com/whatwg/html/pull/9546 +group: + - forms + - html-elements +compat_features: + - html.elements.input.switch + diff --git a/features/switch-control.yml.dist b/features/switch-control.yml.dist new file mode 100644 index 00000000000..af32f9e2f28 --- /dev/null +++ b/features/switch-control.yml.dist @@ -0,0 +1,4 @@ +# Generated from: switch-control.yml +# Do not edit this file by hand. Edit the source file instead! + +{}