From 00895bcab085837152a96b110c87153081e7fd96 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Tue, 13 Aug 2024 12:38:58 +0200 Subject: [PATCH 1/4] New writingsuggestions feature --- features/writingsuggestions.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 features/writingsuggestions.yml diff --git a/features/writingsuggestions.yml b/features/writingsuggestions.yml new file mode 100644 index 00000000000..b99af2fd3d1 --- /dev/null +++ b/features/writingsuggestions.yml @@ -0,0 +1,6 @@ +name: 'writingsuggestions' +description: 'The `writingsuggestions` HTML attribute allows you to turn browser-provided writing suggestions on or off for editable regions of a web page.' +spec: https://html.spec.whatwg.org/multipage/interaction.html#writing-suggestions +group: forms +compat_features: + - html.global_attributes.writingsuggestions From 19eae12e71073e37e8e0e94193ab75ad65ec345c Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Wed, 21 Aug 2024 10:50:46 +0200 Subject: [PATCH 2/4] Addressed review comments --- features/writingsuggestions.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features/writingsuggestions.yml b/features/writingsuggestions.yml index b99af2fd3d1..2ec88998b50 100644 --- a/features/writingsuggestions.yml +++ b/features/writingsuggestions.yml @@ -1,6 +1,7 @@ -name: 'writingsuggestions' -description: 'The `writingsuggestions` HTML attribute allows you to turn browser-provided writing suggestions on or off for editable regions of a web page.' +name: writingsuggestions +description: The `writingsuggestions` HTML attribute turns on or off a browser's writing suggestions, such as text completions or incremental autocompletions. spec: https://html.spec.whatwg.org/multipage/interaction.html#writing-suggestions group: forms compat_features: - html.global_attributes.writingsuggestions + - api.HTMLElement.writingSuggestions From 0523c931a37ebfbe797511e79dae41c9b9d5a418 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Wed, 21 Aug 2024 13:39:59 +0200 Subject: [PATCH 3/4] Update features/writingsuggestions.yml Co-authored-by: Daniel D. Beck --- features/writingsuggestions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/writingsuggestions.yml b/features/writingsuggestions.yml index 2ec88998b50..b237fa35c21 100644 --- a/features/writingsuggestions.yml +++ b/features/writingsuggestions.yml @@ -1,5 +1,5 @@ name: writingsuggestions -description: The `writingsuggestions` HTML attribute turns on or off a browser's writing suggestions, such as text completions or incremental autocompletions. +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: From 07bd06a0a0e48d1818e8879d52eb5db817b78c20 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Wed, 21 Aug 2024 14:26:40 +0200 Subject: [PATCH 4/4] Generate dist file --- features/writingsuggestions.yml.dist | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 features/writingsuggestions.yml.dist 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