dstoc

Results 6 comments of dstoc

It has actually updated on the site, but the old version under `web-padawan/brainy-table` is likely being cached in your browser.

I think this is probably a bigger feature. We'll want to figure out how to create index entries for individual elements.

@maxbrunsfeld anything I should do here? The issues with the check seem unrelated to the change.

Thanks. The full list seems to be `isalpha`, `tolower`, `strcmp`, and `isalnum` (from "Import" section in `wasm-objdump -x tree-sitter-markdown.wasm`). Of those `tolower` and `strcmp` don't have an alternative in the...

I can't see the issue in your repro, but this sounds like [this issue](https://github.com/web-animations/web-animations-next/pull/434) which was fixed in [2.2.1](https://github.com/web-animations/web-animations-js/releases/tag/2.2.1)

It's possible. It would follow the same model as regular web animations, where all of the animations would run, but depending on the compositing mode, only the last affecting a...