Projects/Acid3: Difference between revisions
< Projects
No edit summary |
|||
Line 7: | Line 7: | ||
! Diagnosis | ! Diagnosis | ||
! Comment | ! Comment | ||
|- | |||
| 04 || HTML Parser || Parser bug: iframe missing text kid || | |||
|- | |- | ||
| 11 || DOM Range || Exception condition || Vague spec | | 11 || DOM Range || Exception condition || Vague spec | ||
Line 14: | Line 16: | ||
| Red image(16) || Part loading || Not doing fall-back content || ... when no mimetype specified (WIP) | | Red image(16) || Part loading || Not doing fall-back content || ... when no mimetype specified (WIP) | ||
|- | |- | ||
| 29 || HTML Parser | | 29 || HTML Parser || Parser bug: table missing whitespace kid || | ||
|- | |- | ||
| 35 || CSS || || getComputedStyle() on <head> (no renderer) | | 35 || CSS || || getComputedStyle() on <head> (no renderer) | ||
Line 25: | Line 27: | ||
|- | |- | ||
| 51 || DOM2 Table || Stray row || Buggy test. Raised with Ian Hickson. | | 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 | |||
|- | |- | ||
| 89 || JS RegExp || Lacking syntax check || Perl-centric PCRE behavior. Contacted author. | | 89 || JS RegExp || Lacking syntax check || Perl-centric PCRE behavior. Contacted author. |
Revision as of 22:01, 1 April 2008
Acid3 Test Failures of KHTML
Test No | Area | Diagnosis | Comment |
---|---|---|---|
04 | HTML Parser | Parser bug: iframe missing text kid | |
11 | DOM Range | Exception condition | Vague spec |
13 | DOM Range | Unhandled mutation | |
Red image(16) | Part loading | Not doing fall-back content | ... when no mimetype specified (WIP) |
29 | HTML Parser | Parser bug: table missing whitespace kid | |
35 | CSS | getComputedStyle() on <head> (no renderer) | |
41 | CSS | getComputedStyle() on something else rendererless | |
43 | Checkboxes, value, attributes | ||
48 (red linktest failed) | CSS | :visited doesn't match relative URL right | |
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 | |
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 |