From 2378a11bc7c26c7f5db75c05657bf6f2de59e556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 17 Jun 2020 12:49:42 +0200 Subject: [PATCH] Add position for the inert attribute. Mark it as worth-prototyping as per this comment[1] and following. Closes #4288, let's continue the more technical discussion somewhere else, like in https://github.com/whatwg/html/issues/5650. Same as #369, but with @dbaron's feedback addressed, because apparently I can't re-open a PR if I have already force-pushed to the same branch. [1]: https://github.com/mozilla/standards-positions/issues/174#issuecomment-590227139 --- activities.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/activities.json b/activities.json index efa78964..3f04c032 100644 --- a/activities.json +++ b/activities.json @@ -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.",