Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 8a46359

Browse files
Melanie Richardsalrra
Melanie Richards
authored andcommitted
New: Add data for the inert attribute
Close #613
1 parent 18ce6bb commit 8a46359

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

status.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5213,5 +5213,17 @@
52135213
"id": 5663606012116992,
52145214
"uservoiceid": 10938981,
52155215
"msdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/display"
5216+
},
5217+
{
5218+
"name": "inert attribute",
5219+
"category": "Accessibility",
5220+
"link": "https://github.com/WICG/inert",
5221+
"summary": "The inert attribute would allow web authors to mark parts of the DOM tree as inert: nWhen a node is inert, then the user agent must act as if the node was absent for the purposes of targeting user interaction events, may ignore the node for the purposes of text search user interfaces (commonly known as \"find in page\"), and may prevent the user from selecting text in that node.",
5222+
"ieStatus": {
5223+
"text": "Under Consideration",
5224+
"priority": "Low"
5225+
},
5226+
"id": 5703266176335872,
5227+
"uservoiceid": 31606522
52165228
}
52175229
]

0 commit comments

Comments
 (0)