jugglinmike

Results 244 comments of jugglinmike

If this is to be implemented via git (as opposed to an HTTP request to the GitHub.com API), then we could rebase with `--autosquash`. That would allow contributors to express...

Chromium has also implemented this with the request [mode](https://fetch.spec.whatwg.org/#concept-request-mode) "navigate." https://bugs.chromium.org/p/chromium/issues/detail?id=1082429 This has some implications for CORB, [as noted in fetch](https://fetch.spec.whatwg.org/#corb-check): > 1. If request’s initiator is "download", then return...

We discussed this during [today's Task Force meeting](https://www.w3.org/events/meetings/04ea9c7d-4622-4e4e-99c2-b75ed75ff862/20240430T130000/). Relevant notes are available in [the public meeting minutes.](https://www.w3.org/2024/04/30-aria-apg-minutes.html#t05)

Great work, @isaacdurazo! As always, your attention to detail for design and documentation is inspiring :) In each row of the "Status Summary" table, a phase name is displayed twice:...

Glad to hear it, @j-mendez! Just to be clear: my handle appears in the IRC log because I served as scribe for this meeting. For each entry, the speaker's handle...

@mcking65 Did you envision this capability being available for all Testers or only for Test Admins?

The ARIA-AT Community Group discussed this during their meeting today. Due to technical difficulties, the IRC bot did not post the minutes here, so I'm doing so manually (I've also...

The relevant tests have moved: - https://github.com/web-platform-tests/wpt/blob/master/webdriver/tests/classic/execute_script/promise.py ([wpt.fyi results](https://wpt.fyi/results/webdriver/tests/classic/execute_script/promise.py?label=experimental&label=master&aligned)) - https://github.com/web-platform-tests/wpt/blob/master/webdriver/tests/classic/execute_async_script/promise.py ([wpt.fyi results](https://wpt.fyi/results/webdriver/tests/classic/execute_async_script/promise.py?label=experimental&label=master&aligned))

The ARIA Authoring Practices Task Force discussed this issue during [today's meeting](https://www.w3.org/2024/12/03-aria-apg-minutes.html). The full IRC log of that discussion Matt_King: This issue was originally reported to the mailing list Matt_King:...

For the curious, [we implemented the fix here](https://github.com/w3c/aria-at-automation-harness/pull/77).