Projects/Acid3: Difference between revisions

From KDE TechBase
Line 10: Line 10:
! Comment
! Comment
|-
|-
| 04 || HTML Parser || Parser bug: iframe missing text kid || discard_until = ID_IFRAME+ID_CLOSE_TAG --- why is this here?  
| 04 || HTML Parser || Parser bug: iframe missing text kid || discard_until = ID_IFRAME+ID_CLOSE_TAG --- added in http://lists.kde.org/?l=kde-commits&m=99906936412933&w=2.
|-
|-
| 11 || DOM Range || Exception condition || Vague spec
| 11 || DOM Range || Exception condition || Vague spec

Revision as of 18:06, 2 April 2008

Acid3 Test Failures of KHTML

This is an overview of the remaing failures of KHTML on the Acid3 test.

Test No Area Diagnosis Comment
04 HTML Parser Parser bug: iframe missing text kid discard_until = ID_IFRAME+ID_CLOSE_TAG --- added in http://lists.kde.org/?l=kde-commits&m=99906936412933&w=2.
11 DOM Range Exception condition Vague spec
13 DOM Range Unhandled mutation
18 ???? ????
Red image(16) Part loading Not doing fall-back content ... when no mimetype specified (WIP)
26/27 JS + DOM Memory management Cycle breaking cleaning up too much
29 HTML Parser Parser bug: table missing whitespace kid
35 CSS getComputedStyle() on <head> (no renderer)
38 CSS Lack of restyle "adding text to a text node didn't make the element non-:empty"
41 CSS getComputedStyle() on something else rendererless
43 Checkboxes, value, attributes
44 ???? ????
46 Rendering issue is not with media queries themselves. Viewport resize is just not immediately effective, need propagation of the ResizeEvent, so JS does not see the change in time Media queries: dynamic tests (29-36)
48 (red linktest failed) CSS :visited doesn't match relative URL right Performance critical, hot on things like Qt docs, and already slow
51 DOM2 Table Stray row Buggy test. Raised with Ian Hickson.
53 DOM2 Forms Not managing form's element collection when not in document.
65/69 Part loading onload events not emitted for many objects
70-80 Can't run due to 65/69 SVG, SMIL + XHTML
89 JS RegExp Lacking syntax check Perl-centric PCRE behavior. Contacted author.
90 JS RegExp References Perl-centric PCRE behavior. Contacted author.
98 XHTML createDocument() Not creating XHTML document