From 8c0f6046ee9ae1e3dea480cb6104c2a237778f6d Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Wed, 21 Aug 2024 14:28:29 +0200 Subject: [PATCH] Add writingsuggestions feature (#1579) Co-authored-by: Daniel D. Beck --- features/writingsuggestions.yml | 7 +++++++ features/writingsuggestions.yml.dist | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 features/writingsuggestions.yml create mode 100644 features/writingsuggestions.yml.dist diff --git a/features/writingsuggestions.yml b/features/writingsuggestions.yml new file mode 100644 index 00000000000..b237fa35c21 --- /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 00000000000..825edf44f9d --- /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