Skip to content

Commit

Permalink
Add HTML dialog element (worth prototyping) (mozilla#391)
Browse files Browse the repository at this point in the history
Add HTML dialog element (worth prototyping). Closes mozilla#388

Co-authored-by: Anne van Kesteren <[email protected]>
Co-authored-by: L. David Baron <[email protected]>
  • Loading branch information
3 people authored Jul 13, 2020
1 parent 25cea3c commit 8d7d933
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,18 @@
"title": "Zstandard Compression and the application/zstd Media Type",
"url": "https://tools.ietf.org/html/rfc8478"
},
{
"ciuName": "dialog",
"description": "The dialog element represents a part of an application that a user interacts with to perform a task, for example a dialog box, inspector, or window.",
"id": "dialog-element",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=840640",
"mozPosition": "worth prototyping",
"mozPositionDetail": "A high-level HTML feature for authors to achieve these use cases while getting a11y right seems useful, and we have an implementation.",
"mozPositionIssue": 388,
"org": "WHATWG",
"title": "dialog element",
"url": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element"
},
{
"ciuName": null,
"description": "The enterkeyhint attribute specifies what action label (or icon) to present for the enter key on virtual keyboards.",
Expand Down

0 comments on commit 8d7d933

Please sign in to comment.