Skip to content

Commit

Permalink
Add writingsuggestions feature (#1579)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
captainbrosset and ddbeck authored Aug 21, 2024
1 parent 91cbbf8 commit 8c0f604
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/writingsuggestions.yml
Original file line number Diff line number Diff line change
@@ -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 <kbd>Tab</kbd>.
spec: https://html.spec.whatwg.org/multipage/interaction.html#writing-suggestions
group: forms
compat_features:
- html.global_attributes.writingsuggestions
- api.HTMLElement.writingSuggestions
12 changes: 12 additions & 0 deletions features/writingsuggestions.yml.dist
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8c0f604

Please # to comment.