[Bug 11305] New: Remove stuff present in DOM Core

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11305

           Summary: Remove stuff present in DOM Core
           Product: HTML WG
           Version: unspecified
          Platform: All
               URL: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.ht
                    ml
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: Ms2ger@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


In particular you could drop

2.1.3 DOM trees
* root element
* in a Document.
* home subtree
* tree order
* text node, as there are no CDATASections anymore

2.3 Case-sensitivity and string comparison
* case-sensitive
* ASCII case-insensitive
* Converting a string to uppercase
* Converting a string to lowercase

2.5.1 Common parser idioms
* space characters
* collect a sequence of characters
* skip whitespace

2.5.7 Space-separated tokens
Entirely

2.6.2 Dynamic changes to base URLs
Update to use DOM Core terminology
(<http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#element>).

2.8.2 Collections
* collections
* represents

2.8.2.1 HTMLCollection
Entirely

2.8.3 DOMTokenList
2.8.4 DOMSettableTokenList
Entirely

3.1 Documents
* XML documents
* HTML documents

3.1.3 Resource metadata management
* compatMode and related definitions

3.1.4 DOM tree accessors
* getElementsByClassName

3.1.5 Creating documents
Entirely

3.2.3.1 The id attribute
* concept-id

3.3 APIs in HTML documents
Entirely

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 11 November 2010 21:35:32 UTC