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 26792 - Lastest DOM4 draft is self contradictory
Summary: Lastest DOM4 draft is self contradictory
Status: RESOLVED WORKSFORME
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-14 06:12 UTC by sksksksko3
Modified: 2014-09-14 08:05 UTC (History)
3 users (show)

See Also:


Attachments

Description sksksksko3 2014-09-14 06:12:01 UTC
The latest published version of the DOM4 draft[1] makes the following contradictory statements:

1. "DOM defines a platform-neutral model for events and node trees"
2. "If options' attributeFilter is present and options' attributes is false, throw a JavaScript TypeError"

How on earth is specifying JavaScript TypeErrors in the normative text of the specification "platform-neutral"? There are half a dozen or so more references to "JavaScript TypeError" in that draft.
Comment 1 sksksksko3 2014-09-14 06:13:12 UTC
[1]: www.w3.org/TR/dom
Comment 2 Anne 2014-09-14 07:24:58 UTC
JavaScript is a language, not a platform. I don't see the problem.
Comment 3 Ms2ger 2014-09-14 08:05:20 UTC
Indeed.