Nokia releases 'Web Browser for S60' code
Nokia releases 'Web Browser for S60' code
Posted May 24, 2006 15:12 UTC (Wed) by cventers (guest, #31465)Parent article: Nokia releases 'Web Browser for S60' code
It's great to see more devices using the KHTML/WebCore family... since
they're the only renderers that seem to pass ACID2, it is good news
indeed.
Posted May 24, 2006 18:09 UTC (Wed)
by niner (subscriber, #26151)
[Link]
In normal webdeveloper practice KHTML is a very nice engine. But it still lacks compared to Gecko. For example, it's not possible to add new stylesheet rules with JavaScript. And a bug I discovered a few weeks ago and was fixed a week later in the svn version:
You know, ACID2 is not everything. ACID2 got famous because it's a nice picture and tests some pretty obscure things, so all browsers failed.Nokia releases 'Web Browser for S60' code
KHTML could not assign a percentage height to an element, when it's parent had no explicit height set, but got it implicit via position: absolute; top: 1em; bottom: 1em;
Sounds obscure, but is something that happens far more often in practice, than most of the ACID2 tests that modern browsers fail.