Sebastian Mayr
Sebastian Mayr
Found this in a Google search by chance since I'm just fixing this in actix-web as well. > I am not sure if presence of transfer-encoding header violates the condition:...
"Spec" (if you can call it that) is here: https://w3c.github.io/editing/execCommand.html
css-layout only implements flexbox. It'd not even be possible to parse only newly developed sites people are trying to parse with jsdom. We talked about implementing a layouting engine at...
nehan.js: > Available on IE8+, Firefox3.5+, Google Chrome4+, Safari3+, Opera10+ etc. Makes me think they're using dom methods to render that stuff, which makes it useless to implement rendering. >...
> The layout engine is not going to happen anytime soon, or is it? No.
> On a bit more serious note: was work on this ever started? Not really, I think the current state of affairs is that it'd be way to slow to...
I think we may not be implementing [X(HT)ML entity names](https://www.w3.org/TR/xml-entity-names/) at all. Saxes (our XML parser) only includes the basic XML entity names (`& < > ' "`), but apparently...
While we could theoretically change window.navigator.language, stuff like toLocaleTimeString is (normally) out of reach. We could maybe overwrite the formatting functions of Date in the sandbox and replace them with...
Whatever's in VM is not a big deal, we can overwrite that stuff ourselves (we do, in fact, with set timeout and set interval at least), but we currently kill...
Just as a note: We can actually introduce this without penalizing our require time, nor our runtime. We can actually just add a method like `jsdom.secureSandbox()` which can be called...