Marek Stępień
Results
2
issues of
Marek Stępień
WebKit 534 and newer don't need the blank.html hack for forcing quirks mode inside the iframe anymore. This includes recent WebKit nightlies and release builds of Chrome 9 and 10.
Shouldn't this: ``` php function js() { return ("00"==false); } ``` be replaced with this: ``` php $js = ("00" == false); ``` This way, there would be less function...