Ivailo Hristov

Results 20 comments of Ivailo Hristov

Can we vote for this? I want it as well :)

@bezoerb exactly - the suggestion was based on [this penthouse example](https://github.com/pocketjoso/penthouse/blob/master/examples/custom-browser.js). The idea is that having the daemon will allow easy integrations with other systems or even running a network...

Seems to be working for me. Can you provide a more elaborated example?

Yes, I will probably work on this some time soon because I will need it 😄

Hm, I was just about to start working on this, but yet again I cannot reproduce it even without lenient mode. @bmbrands can you provide an example CSS which triggers...

This doesn't seem to recognize some escape sequences. For example: ```CSS body { background: height: ca\lc(100% - 1px); } ``` The proposed changes cause the background rule here to get...

The CSS I meant to post in my previous message was actually: ```CSS body { height: ca\lc(100% - 1px); } ``` And the dropped rule is the `height`.

It looks like this will introduce breaking changes (at least in lenient mode). I am not fully on board with the idea of running this kind of validation while parsing,...

I have an idea that might work. Please consider the following changes as a proposal, not something ready to use (although it works with the provided example many cases are...