Doma

Results 50 issues of Doma

### Describe the feature you'd like: Assert that an ARIA table is currently sorted by a certain column in certain order. ### Suggested implementation: Check that an ARIA `columnheader` with...

Hi, thanks for this tool! I was wondering if there's any difference (in performance or semantic) between these two ways of declaring repeating items (e.g. rows in csv)? ```nearley rows...

Thanks for loving it! Sharing your project and giving feedbacks are welcome. Leave links to your sites below :) **P.S. This issue is not for asking questions, [open a new...

Let me know!

Want to attach my song data from my backend to vue-aplayer in my vue project but don't know how to go about it. If you can be of help, i...

Good projects are welcomed :D - Your repo should have no fewer than 1,000 stars. - Leave links to your project in comments.

Let me know!

## Current behaviour 💣 When output.publicPath is specified in webpack configuration and running webpack dev server, the html-webpack-plugin won't populate template parameter placeholders in the template file. ## Expected behaviour...

Speed up tests by calling `done(err)` to fail a test when assertion fails, instead of waiting for timeout.

I'm writing styles for a react component library and we're going to adopt custom properties. One thing I'm worrying is that global custom properties defined in my library may pollute...

I have a test suite that exits unexpectedly on IE11. But the BrowserStack session does not stop, leaving its "REST API" attribute "UNMARKED" instead of "FAILED" like when the test...

设置了 CSS `position: sticky` 的元素,在页面滚动的过程中,当其触到父容器的底部时,会随着父容器滚出屏幕而被推出屏幕,并非直接消失。 [CodeSandbox](https://codesandbox.io/s/headless-snow-q8wlb)