From 0af3700f8ab8a5c71eecbe6c2162ec7438787ec2 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Sat, 7 Dec 2019 01:46:25 +0100 Subject: [PATCH] Add position on enterkeyhint (#231) Closes #68. --- activities.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/activities.json b/activities.json index b50faf45..852870fb 100644 --- a/activities.json +++ b/activities.json @@ -449,5 +449,16 @@ "org": "IETF", "title": "Zstandard Compression and the application/zstd Media Type", "url": "https://tools.ietf.org/html/rfc8478" + }, + { + "ciuName": null, + "description": "The enterkeyhint attribute specifies what action label (or icon) to present for the enter key on virtual keyboards.", + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1490661", + "mozPosition": "worth prototyping", + "mozPositionDetail": null, + "mozPositionIssue": 68, + "org": "WHATWG", + "title": "enterkeyhint attribute", + "url": "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint" } ]