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)

1.9.2 Branch
defect
Not set
major

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
Assignee: nobody → jonas
Fixed as part of bug 530901
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: dev-doc-needed
Resolution: --- → FIXED
Documentation updated.
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.