A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Acid3: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(add some more)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To simplify the platform Acid3 needs various changes to its tests.
To simplify the platform Acid3 needs various changes to its tests:


; test 8
; test 8
; test 11
; test 11
:Tests exceptions for range we want to consolidate with DOMException.
:Test exceptions for range we want to consolidate with DOMException.
; test 10
; test 10
: We want to change Attr into an object, may need more flexibility.
; test 18
; test 60
: We want to change Attr into an object, may need more flexibility. In particular, it may turn out we can only make a couple of simplifications. Testing specifics of Attr nodes creates problems.
; test 38
: We want to remove replaceWholeText() from the platform.
;test 98
;test 98
:Tests document.doctype.ownerDocument. DOM4 made it consistent with elements so it never returns null.
:Tests document.doctype.ownerDocument. DOM4 made it consistent with elements so it never returns null.
Maybe these should be changed at some point:
; test 22
; test 23
; test 25
: Test various exceptions that we might want to change at some point or stop throwing altogether.
; test 75
; test 76
: These test SVG Animation (SMIL). As I understand it we can still nuke that from the platform and use the CSS model throughout.
; test 77
; test 78
; test 79
: These test support for SVG fonts

Latest revision as of 09:25, 9 September 2011

To simplify the platform Acid3 needs various changes to its tests:

test 8
test 11
Test exceptions for range we want to consolidate with DOMException.
test 10
test 18
test 60
We want to change Attr into an object, may need more flexibility. In particular, it may turn out we can only make a couple of simplifications. Testing specifics of Attr nodes creates problems.
test 38
We want to remove replaceWholeText() from the platform.
test 98
Tests document.doctype.ownerDocument. DOM4 made it consistent with elements so it never returns null.

Maybe these should be changed at some point:

test 22
test 23
test 25
Test various exceptions that we might want to change at some point or stop throwing altogether.
test 75
test 76
These test SVG Animation (SMIL). As I understand it we can still nuke that from the platform and use the CSS model throughout.
test 77
test 78
test 79
These test support for SVG fonts