Add support for writingsuggestions attribute
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
| Size Estimate | XL |
People
(Reporter: sajos, Assigned: artemmanusenkov)
References
Details
(Keywords: parity-chrome, parity-safari)
User Story
web-feature: writingsuggestions
Attachments
(1 file)
Steps to reproduce:
The WHATWG html spec now supports a new attribute called writingsuggestions to control UA provided writing assistance. This bug tracks the supporting that attribute in Gecko.
Related issue: https://github.com/whatwg/html/issues/9065
WPT tests: https://github.com/web-platform-tests/wpt/pull/43780
Actual results:
Attribute not supported yet.
Expected results:
Attribute should be supported.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•8 months ago
|
Updated•8 months ago
|
Updated•6 months ago
|
| Assignee | ||
Comment 2•5 months ago
|
||
I'll give it a try
Here's how other browsers implemented it:
https://chromium-review.googlesource.com/c/chromium/src/+/5247315
https://github.com/WebKit/WebKit/pull/24051
| Assignee | ||
Comment 3•5 months ago
|
||
Updated•5 months ago
|
Updated•4 months ago
|
Description
•