-
http://www.webstandards.org/action/acid3/.
2008-03-06 13:19:39 UTC in Lobo - Java Web Browser
-
http://www.webstandards.org/action/acid2/.
2008-03-06 13:19:03 UTC in Lobo - Java Web Browser
-
File Added: colornames.patch.
2008-01-14 21:22:38 UTC in Lobo - Java Web Browser
-
i found another web-page with around 150-css-colornames
File Added: colornames.patch.
2008-01-14 21:10:32 UTC in Lobo - Java Web Browser
-
that's the case
alert(document.foobar[0]); => JavaScript error
alert(document.images[0]); => Alert-Dialog "Object HTMLImageObject"
without the patch also the second alert fails.
2008-01-11 17:34:35 UTC in Lobo - Java Web Browser
-
that's the case
alert(document.foobar[0]); => JavaScript error
alert(document.styleSheets[0]); => Alert-Dialog "Object CSSStyleSheet"
without the patch also the second alert fails.
2008-01-11 17:31:30 UTC in Lobo - Java Web Browser
-
several attribute keys missing/misspelled.
2008-01-09 22:42:15 UTC in Lobo - Java Web Browser
-
A few colors were missing.
2008-01-09 22:33:44 UTC in Lobo - Java Web Browser
-
this commes with the other patches for CSSStyleSheet
alert(document.styleSheets[0]);
this should show an alert with:
"Object CSSStyleSheet".
2008-01-06 20:35:52 UTC in Lobo - Java Web Browser
-
With this patch, unknown Objects will not create an exception by calling
alert(object)
2008-01-06 14:59:55 UTC in Lobo - Java Web Browser