Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add position for the inert attribute. #371

Merged
merged 1 commit into from
Jul 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,18 @@
"title": "enterkeyhint attribute",
"url": "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint"
},
{
"ciuName": "mdn-api_htmlelement_inert",
"description": "Allow arbitrary DOM subtrees to become inert",
"id": "inert-attr",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=921504",
"mozPosition": "worth prototyping",
"mozPositionDetail": "A high-level tool for authors to achieve some of these use cases while getting a11y right seems useful",
"mozPositionIssue": 174,
"org": "WHATWG",
"title": "inert attribute",
"url": "https://github.com/whatwg/html/pull/4288"
},
{
"ciuName": null,
"description": "Proposal to add various output attributes on HTML's <input> elements that would allow developers to declare some conversions the browser could do to, for example, images and videos.",
Expand Down