James Craig

Results 535 comments of James Craig

GetAccessibilityProperties 21% + Acacia AAM 20% + Misc 10% (30(2/6)=10) = 51% - https://github.com/web-platform-tests/wpt.fyi/pull/4627

Once we have some new interface defined, we may need to request new [error codes in WebDriver](https://w3c.github.io/webdriver/#dfn-error-code) when say, `computedrole` or another getter is called on a DOM element without...

Following up from a mention in the ARIA F2F this week, @jcsteh suggested this might be a static copy of the accessibility element at the time of request. All properties...

[Update: I'm being purposefully vague about syntax because I don't want us to get hung up on implementation details yet.] Discussed a bit with some colleagues. I think all this...

I don't think that's determined yet and either could work, but as I mentioned above, "perhaps an accessibility extension spec to WebDriver" is the best option?

@alice wrote: > I think I can understand @jcsteh's confusion, based on the original issue description Yes sorry. That was also prefixed with a bikeshed disclaimer: "Nothing is being formally...

Some WebDriver extensions do spec IDL interfaces in addition to the post method; see [Generate Test Report](https://www.w3.org/TR/reporting-1/#generate-test-report-command) in the Reporting API WebDriver Extension Spec. However, if I understand correctly, the...

Probably a way in WebDriver to post a notification (press, trigger action by action label, etc) on an accessibility element, too.

@alice wrote: > How did the BTT/WPT folks envision this working? Shopping around still, but will hopefully have something concrete enough to discuss by TPAC. @aleventhal wrote: > As I...

@benbeaudry wrote: > Just to clarify, this new AccessibleNode interface should only be allowed to be queried from a WebDriver, right? Or will there be a way for a web...