This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25163 - Missing error name in DOMError table
Summary: Missing error name in DOMError table
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: DOM4 (show other bugs)
Version: unspecified
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Robin Berjon
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 19:59 UTC by Paul T
Modified: 2014-03-31 15:48 UTC (History)
0 users

See Also:


Attachments

Description Paul T 2014-03-26 19:59:17 UTC
In the W3C DOM4 specification (http://www.w3.org/TR/domcore/#error-names-0) section 3.3 the Error name "NotReadableError" defined in the FileApi sepecification section 9.1 (http://dev.w3.org/2006/webapi/FileAPI/#dfn-error-codes) is missing from the Error names table.
Comment 1 Robin Berjon 2014-03-31 14:05:28 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: Added the error name http://w3c.github.io/dom/#error-names-0
Rationale: It exists.