Christiaan Baartse

Results 24 comments of Christiaan Baartse

I think this is a DOMDocument problem. Can you reproduce this issue when you load the HTML into DOMDocument and then have it output HTML again?

You could use preg_replace_callback to replace all those instances with unique strings that are not escaped. Then after inlining replace them back. I've marked it as a feature but I'm...

I am unable to reproduce this with the master branch of InlineStyle and the v2.2.1 version of the css-selector component. The warning you get is also really cryptic, maybe it...

I've upgraded to 5.5.7 on windows and not getting any errors using the following code. ``` php

Would it make sense to be able to set a screen-width and have inlinestyle decide if it should keep the part between the media-query or not? Or should everything between...

So when a external stylesheet contains @media blocks you suggest that a new tag is inserted in the containing said @media block?

Is it important that those style tags are placed in the body and not in the head? I think using the inliner from zurb as a example on this might...

Maybe you can create some tests instead. See the testGetScoreForSelector method in the InlineStyleTest class. Then we can see if we can get those tests to pass.

What implementation do you expect here? Porting the datagram functionality directly from the i2p java code base? Or just some objects that model the specification described in the linked documentation....

@hagen-i2p that commit fixed the option to statically build awesome! Since this is a proposal for the static builds can I request static builds for armel? I have been trying...