Benjamin Aster
Benjamin Aster
@tomayac Thanks! I've now edited the issue to include these links.
You can set ```json "css.validate": false, ``` in your `settings.json` to disable all syntax highlighting for CSS files.
Chromium [has just implemented experimental CSS nesting support](https://bugs.chromium.org/p/chromium/issues/detail?id=1095675#c13) and the CSSWG [confirmed that the syntax will not change any more](https://developer.chrome.com/blog/help-css-nesting-results/#:~:text=The%20CSSWG%20has%20discussed%20the%20results%20and%20has%20decided%20to%20move%20forwards%20with%20%40nest.%20This%20unblocks%20the%20syntax%20issue%2C%20enabling%20the%20%40nest%20spec%20to%20move%20forward.). At this point of time, there is no reason any...
@straker I've made a quick demo to play around with this where you can change the foreground & background color of a paragraph live: [benjaminaster.com/bugs/axe-none-colors](https://benjaminaster.com/bugs/axe-none-colors/) When audited in Chrome Lighthouse...
@jakearchibald That seems a bit... clunky? Coming from a worker, you'd have to pass a message to the main thread, which sends it to the sandboxed iframe, which sends the...
> Yes they are. They're absolutely coupled to documents. That's why they aren't available in workers. Of course it will be some work to implement, but all of the things...
> It blocks the whole tab for me. Desktop Chrome 115.0.5790.114 on mac. Ha, I had tested it in Chromium 113 on my Raspberry Pi (separate threads), and now in...
> I think there are some fringe cases for DOM-in-Worker that make this particularly tricky. All of the problems you mentioned have already been solved when browsers implemented `DOMParser` and...
Now that [the spec](https://wicg.github.io/manifest-incubations/#file_handlers-member) is complete and File Handling has shipped in Chrome, I think we should extend it with directory handling. This feature would be awesome for all sorts...
@tomayac MacOS provides a way to customize the "Quick Actions" menu in the contextmenu of MacOS' finder. It is possible for a human to manually add an "Open folder in...