Closed
Bug 530210
Opened 15 years ago
Closed 15 years ago
nsIDOMFileError error code for ABORT_ERR does not match the specification
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta4-fixed |
People
(Reporter: arun, Assigned: sicking)
Details
(Keywords: dev-doc-complete)
Summary: nsIDOMFileError.idl (http://mxr.mozilla.org/mozilla1.9.2/source/content/base/public/nsIDOMFileError.idl) contains all the correct error codes except for ABORT_ERR, which currently is value 25 but should be value 20 according to the specification.
Current Behavior: ABORT_ERR is 25
Expected Behavior: The Working Draft covering FileError is: http://www.w3.org/TR/2009/WD-FileAPI-20091117/#dfn-fileerror . ABORT_ERR is 20
Reporter | ||
Updated•15 years ago
|
Assignee: nobody → jonas
Assignee | ||
Comment 1•15 years ago
|
||
Fixed as part of bug 530901
Assignee | ||
Updated•15 years ago
|
status1.9.2:
--- → final-fixed
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•