Sebastian "Sebbie" Silbermann

Results 555 comments of Sebastian "Sebbie" Silbermann

Blocked by https://github.com/eps1lon/dom-accessibility-api/pull/874

Nodes can only be considered once by spec (i.e. according to ACCNAME). So if we compute the reference `#paragraph` we get "hello world". But that already includes `#world` so we...

Let me check again if I misinterpreted something or if this should be brought up with spec authors or implementers

Blocked due to broken 20.0.1 release. Waiting for resolution of https://github.com/jsdom/jsdom/pull/3475

Thanks for the feedback. I think this makes sense so that you can work around the current limitation for `title` attributes. We currently would consider the `title` for both name...

It doesn't look like this bug report has enough info for one of us to reproduce it. Please provide a CodeSandbox (https://react.new), or a link to a repository on GitHub....

Sandbox returns 404. I switched to using `@babel/traverse` instead. I already use it as a parser so I might as well use their traversal helper to ensure the understanding of...

> do we maybe want to think about also move DTL to peerDeps? I think so. Since DTL is stateful due to the config object, having multiple versions is problematic....

> Also, here's the PR to move DTL to peer: https://github.com/testing-library/react-testing-library/pull/1309 Just push this commit to this branch. I don't want to go through the alpha branch shenanigans and just...

We haven't got any reports recently so this seems safe now. I don't expect bugs that require big changes i.e. if something comes up it's likely small enough to warrant...