jugglinmike

Results 223 comments of jugglinmike

From [the proposal's "Considerations & Open Issues" section](https://github.com/WICG/aom/blob/gh-pages/notification-api.md#considerations--open-issues): > What about supporting non-textual cues? We think other platform capabilities (like `.play()`) can be used to handle non-textual output, and that...

Elsewhere, @zcorpan pointed out how enums are generally discouraged in web API design these days. If the priority and the existing content attribute really are correlated, and if there really...

@foolip could you comment on the need to address this in WebDriver? I'm starting to think that the "browser implementer" use case is addressed by [@Honry's patch](https://github.com/w3c/sensors/pull/369) and that the...

Accepting a writable stream as input would be even better. That would allow folks to use not only `process.stderr` but also a stream of their own creation, which is much...

Firefox fires an "error" event under these conditions. @bzbarsky wrote about this [while helping out with a web-platform-test](https://github.com/web-platform-tests/wpt/pull/12283#issuecomment-410049699): > When Firefox does the blocking, we fire an error event on...

Geckodriver 0.24.0 now returns "unknown error" if the crash occurs during Execute Async Script. Chromedriver 73.0.3683.68 still returns "success" with data `null`. I'll include a Bash script below in case...

Your motivation sounds similar to gh-1440. That describes the feature in terms of the Accessible Name API, which may be a more powerful entry point than labellable elements.

Same problem here. In my case, I'm trying to inject code that I do not own: [a UMD-formatted JavaScript file](https://testing-library.com/docs/dom-testing-library/intro). It attaches its exported value to the `globalThis` object where...

Thanks, @emilsjolander! I spent some time researching this tonight--here's what I came up with. For background: we can ignore the vast majority of tests in WPT. For now, we're just...

@emilsjolander One thing which might discourage that solution is Stretch's lack of alternate `display` values. I know that `grid` is on the roadmap, but do you have any plans to...