Daniel Weck

Results 315 issues of Daniel Weck

The keyboard focus should remain in the section I am exploring ![Image](https://github.com/user-attachments/assets/cee7c187-9370-45f7-9f5e-4206d26fff30)

* `document.getElementById()`: https://github.com/search?q=repo%3Aedrlab%2Fthorium-reader+getElementById&type=code * `document.getElementsByTagName()` is particularly problematic compared with DOM IDs which are unique and easy to refactor / track during code changes: https://github.com/search?q=repo%3Aedrlab%2Fthorium-reader+getElementsByTagName&type=code * `document.querySelector()` and `document.querySelectorAll()`: https://github.com/search?q=repo%3Aedrlab%2Fthorium-reader+querySelector&type=code...

> WebPack and Electron are not supported runtimes; Node.js is the only supported one. https://github.com/jsdom/jsdom/issues/3937#issuecomment-3326353174 > Reverted to JSDOM v26, it's only used for W3C audiobooks parsing anyway ... I...

https://standardebooks.org/ebooks/lewis-carroll/alices-adventures-in-wonderland/john-tenniel EPUB: https://standardebooks.org/ebooks/lewis-carroll/alices-adventures-in-wonderland/john-tenniel/downloads/lewis-carroll_alices-adventures-in-wonderland_john-tenniel_advanced.epub?source=download online HTML: https://standardebooks.org/ebooks/lewis-carroll/alices-adventures-in-wonderland/john-tenniel/text/titlepage ``` @media all and (prefers-color-scheme: dark) { img.black-on-transparent { filter: invert (100%); } } ```