James Craig

Results 136 issues of James Craig

Follow-on from #209. If you expand the "Comment" details/summary disclosure in [comp_labelledby](https://w3c.github.io/accname/#comp_labelledby), there is a hidden (ironic?) RFC-2119 requirement: > The result of [LabelledBy Recursion](https://w3c.github.io/accname/#comp_labelledby_recursion) in combination with [Hidden Not...

As part of [WPT PR #42522](https://github.com/web-platform-tests/wpt/pull/42522), I wrote the following test… ```html 1st FAIL IF INCLUDED 2nd FAIL IF INCLUDED 3rd FAIL IF INCLUDED ``` …which all three implementations fail...

In [review](https://github.com/web-platform-tests/wpt/pull/39604#discussion_r1175711266) for WPT `/accname/name/comp_text_node.html` ```html headinglabel ``` WebKit results in `PASS: expected "heading label" and got "heading label"` Chrome results in `FAIL: expected "heading label" but got "headinglabel"` Discrepancy...

topic-whitespace

Seems like I forgot to follow up with some post-merge feedback I left on #150. This is a task issue on me to make sure it's in, or file a...

AccName "Name from content" https://w3c.github.io/accname/#comp_name_from_content …instructs engines to prepend or append "CSS textual content", an undefined term that readers might interpret as not including CSS alternative text. This was formerly...

AccName Computation Step 2B is: Otherwise: - if computing a name, and the current node has an aria-labelledby attribute that contains at least one valid IDREF, and the current node...

AccName should account for images that include alternative text in the file contents For example, if an HTML alt attribute is not provided, but the image file includes an embedded...

CSS Generated Content (a.k.a. pseudo elements) should be referenced with a double colon (`::before` and `::after`), not the legacy single colon. Using a single colon for pseudo elements (`:before` and...

> You are not yet registered to participate! Let us know you want to help by [opening an issue on GitHub](https://github.com/w3c/aria-at-app/issues/new). There was no template, so I'm not really sure...

I have raised concerns a number of times (some of this captured in #11 and #12) about standardizing AT control from WebDriver in the form of the open key combo...

Q1