Closed
Bug 1648332
Opened 4 years ago
Closed 2 years ago
Ship enterkeyhint in release
Categories
(Core :: DOM: Editor, task, P3)
Tracking
()
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
No description provided.
Updated•4 years ago
|
Type: enhancement → task
Keywords: site-compat
Assignee | ||
Comment 1•2 years ago
|
||
enterkeyhint
defines action label to present the enterkey of virtual
keyboard.
Actually, This attribute and setter/getter support on WebKit and Blink.
Even if desktop browsers (WebKit/macOS, Blink/Windows, Blink/macOS and
Blink/Linux) cannot set the enter key label on virtual keyboard, this is
supported.
So I would like to ship this to all platforms.
If this value is changed on desktop browser, it is unaffected.
Pushed by m_kato@ga2.so-net.ne.jp: https://hg.mozilla.org/integration/autoland/rev/3cf561301854 Ship enterkeyhint in release. r=smaug
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
Updated•2 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
Comment 4•2 years ago
|
||
FYI only, docs work for this in FF94 release can be tracked here: https://github.com/mdn/content/issues/9367
In summary it is just an browser compatibility update and a release note, as this is already documented in HTMLElement.enterKeyHint and the enterkeyhint global attribute.
You need to log in
before you can comment on or make changes to this bug.
Description
•