Rahim Abdi
Rahim Abdi
@scottaohara @cookiecrook May we add this as an agenda item for a future meeting? Happy to take this forward although I have several questions now 🙂
@scottaohara @cookiecrook Thank you both, this PR is ready for another review. I've created a new html-aam/summary.html file (and updated roles.html/roles-contextual.html with a documentation link referencing the new file).
@scottaohara @cookiecrook One more question about the [HTML-AAM `` mapping](https://www.w3.org/TR/html-aam-1.0/#el-summary): "If the element is the first child of its type within a parent details element: `html-summary`" I'm not certain what...
> Is it normal for utilities to actually be test function wrappers? That seems a bit weird to me. > > I would expect that to more clearly show up...
> This resembles [some utilities that have recently been introduced for testing accessibility primitives](https://github.com/web-platform-tests/wpt/blob/master/wai-aria/scripts/aria-utils.js). Since [we're currently combatting some technical debt in that initial design](https://github.com/web-platform-tests/wpt/pull/42769), it may be wise to...
@cookiecrook @scottaohara A couple outstanding questions for this test: - I see that ignoring `aria-hidden` on focusable elements is still pending ([aria #1255](https://github.com/w3c/aria/issues/1255)) however, WebKit/Chromium do currently ignore it from...
Generally, I agree with @brennanyoung's assessment of this issue. The distinction between ordered/unordered is important and parity with native HTML list semantics (``/``) is desirable. Where I would disagree is...
> If the markers are removed, they're both just "lists" (or not even lists at all 😉 depending on the browser). without the visual markers, any order or not would...
@cookiecrook @jnurthen @spectranaut Following up on this: > Rahim makes a test in WPT to verify whether or not this scenario is supported in the browsers Done, here is the...
WPT tests for this one include the following tests (presumably to be added to the existing `accname/name/comp_labelledby.html` test file): - Testing standalone `aria-labeledby` for name calculation - Testing `aria-labelledby`'s precedence...