Skip to content

Commit

Permalink
Add position on ARIA Element Reflection.
Browse files Browse the repository at this point in the history
Closes #200.
  • Loading branch information
jcsteh committed Feb 7, 2024
1 parent 59e2cca commit d717990
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 @@ -35,6 +35,18 @@
"title": "ARIA Annotations",
"url": "https://github.com/aleventhal/aria-annotations"
},
{
"ciuName": null,
"description": "This will allow ARIA relationship attributes to be set more easily via JavaScript, and in particular will allow setting ARIA relationship attributes which work across Shadow DOM boundaries (with limitations).",
"id": "aria-element-reflection",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1769586",
"mozPosition": "positive",
"mozPositionDetail": "This is an important piece in making web components accessible. While this unfortunately does not address all of the use cases for ARIA references across shadow roots and it cannot be used declaratively, there is no other single alternative which solves these problems in a reasonable, ergonomic way.",
"mozPositionIssue": 200,
"org": "W3C",
"title": "ARIA Element Reflection",
"url": "https://w3c.github.io/aria/#ARIAMixin"
},
{
"ciuName": null,
"description": "This document describes an API providing access to accelerated shape detectors (e.g. human faces) for still images and/or live image feeds.",
Expand Down

0 comments on commit d717990

Please sign in to comment.