Timo Tijhof
Timo Tijhof
This seems fine but I'm hesitant to merge without a test case to confirm it, and also to avoid regressing it in the future.
Thanks. This looks good, but I want to make sure we confirm this with a unit test.
It seems the tests are not passing correctly: ``` Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ color3: #ffffff; - color4: #000000; - color5: #000000;...
I've published a rebased version to a [pull-523 branch](https://github.com/leafo/lessphp/tree/f5a1f3446d12feca7720280600f30c45260264c6).
Thanks. A unit test to confirm the functionality would be nice. Without it it might still get reviewed/merged, but might take longer.
I saw a patch for this at some point but lost it. I'm terrible at regexes but I think the problem is in the isAlphaNum function. Below is what the...
Has a decision been made?
It seems we're forced to hand ourselves contradictory design requirements: 1. Current browsers that don't implement the spec (yet), if JavaScript fails/unsupported/disabled, the image should display. 2. Current browsers without...
Fair enough. Though imho that's more commonly known as "deferred loading". (Commonly implemented by starting the load of all images from a `window.onload` callback). In deferred loading, one will observe...