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
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
Line 5: Line 5:
:Tests exceptions for range we want to consolidate with DOMException.
:Tests exceptions for range we want to consolidate with DOMException.
; test 10
; test 10
; test 60
: We want to change Attr into an object, may need more flexibility.
: We want to change Attr into an object, may need more flexibility.
;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.

Revision as of 13:17, 8 September 2011

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

test 8
test 11
Tests exceptions for range we want to consolidate with DOMException.
test 10
test 60
We want to change Attr into an object, may need more flexibility.
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.