diff --git a/features/writingsuggestions.yml b/features/writingsuggestions.yml new file mode 100644 index 0000000000..b237fa35c2 --- /dev/null +++ b/features/writingsuggestions.yml @@ -0,0 +1,7 @@ +name: writingsuggestions +description: The `writingsuggestions` HTML attribute turns on or off a browser's writing suggestions. Writing suggestions vary by browser. For example, if turned on then a browser might show inline text completions accepted by pressing Tab. +spec: https://html.spec.whatwg.org/multipage/interaction.html#writing-suggestions +group: forms +compat_features: + - html.global_attributes.writingsuggestions + - api.HTMLElement.writingSuggestions diff --git a/features/writingsuggestions.yml.dist b/features/writingsuggestions.yml.dist new file mode 100644 index 0000000000..825edf44f9 --- /dev/null +++ b/features/writingsuggestions.yml.dist @@ -0,0 +1,12 @@ +# Generated from: writingsuggestions.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "124" + chrome_android: "124" + edge: "124" +compat_features: + - api.HTMLElement.writingSuggestions + - html.global_attributes.writingsuggestions