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 14206 - missing dependency for CharacterData interface from [DOMCORE]
Summary: missing dependency for CharacterData interface from [DOMCORE]
Status: CLOSED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-19 02:01 UTC by Glenn Adams
Modified: 2011-11-20 18:08 UTC (History)
4 users (show)

See Also:


Attachments

Description Glenn Adams 2011-09-19 02:01:26 UTC
the current editor's draft, 2.2.2, indicates mandatory support for CDATASection, Comment, ProcessingInstruction, and Text nodes as defined by [DOMCORE] (aka DOM4);

however, all of these interface inherit from the CharacterData interface, which appears to argue for including a dependency upon CharacterData in the DOM interface dependencies listed in 2.2.2
Comment 1 Ian 'Hixie' Hickson 2011-10-19 22:02:12 UTC
I don't understand. Can you elaborate?
Comment 2 Ian 'Hixie' Hickson 2011-10-25 03:12:36 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: Did Not Understand Request
Change Description: no spec change
Rationale: see comment 1
Comment 3 Glenn Adams 2011-11-20 18:08:13 UTC
I'm withdrawing this, as I understand the Editor does not wish to list 2nd (or greater) order type dependencies.