Skip to content

Commit 8c0f604

Browse files
Add writingsuggestions feature (#1579)
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 91cbbf8 commit 8c0f604

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

features/writingsuggestions.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: writingsuggestions
2+
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 <kbd>Tab</kbd>.
3+
spec: https://html.spec.whatwg.org/multipage/interaction.html#writing-suggestions
4+
group: forms
5+
compat_features:
6+
- html.global_attributes.writingsuggestions
7+
- api.HTMLElement.writingSuggestions
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: writingsuggestions.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "124"
8+
chrome_android: "124"
9+
edge: "124"
10+
compat_features:
11+
- api.HTMLElement.writingSuggestions
12+
- html.global_attributes.writingsuggestions

0 commit comments

Comments
 (0)