<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>11305</bug_id>
          
          <creation_ts>2010-11-11 21:35:30 +0000</creation_ts>
          <short_desc>Remove stuff present in DOM Core</short_desc>
          <delta_ts>2011-08-04 05:05:03 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>LC1 HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>13387</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ms2ger">Ms2ger</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>bzbarsky</cc>
    
    <cc>ian</cc>
    
    <cc>jonas</cc>
    
    <cc>mike</cc>
    
    <cc>mounir</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>42454</commentid>
    <comment_count>0</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2010-11-11 21:35:30 +0000</bug_when>
    <thetext>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 (&lt;http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#element&gt;).

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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43630</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-12-29 09:01:54 +0000</bug_when>
    <thetext>How mature is Web DOM Core? My impression was that Anne was overloaded with different specs and that it wasn&apos;t being actively updated (case in point, it hasn&apos;t changed in over 2 months).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>44592</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-01-22 00:24:30 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51512</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-07-26 23:25:08 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; In particular you could drop
&gt; 
&gt; 2.1.3 DOM trees
&gt; * root element
&gt; * in a Document.
&gt; * home subtree
&gt; * tree order
&gt; * text node, as there are no CDATASections anymore
&gt; 
&gt; 2.3 Case-sensitivity and string comparison
&gt; * case-sensitive
&gt; * ASCII case-insensitive
&gt; * Converting a string to uppercase
&gt; * Converting a string to lowercase
&gt; 
&gt; 2.5.1 Common parser idioms
&gt; * space characters
&gt; * collect a sequence of characters
&gt; * skip whitespace
&gt; 
&gt; 2.5.7 Space-separated tokens
&gt; Entirely

For these I&apos;d rather share text than reference DOM Core, since not everything I need is in DOM Core and it doesn&apos;t seem useful to move the rest of the stuff to DOM Core since DOM Core doesn&apos;t use it.

Sharing text would consist of slurping up the DOM Core text and snipping it out and then merging that text into the HTML spec. I&apos;m happy to do that; file another bug when ready.


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

Can you elaborate on this in a new bug?


&gt; 2.8.2 Collections
&gt; * collections
&gt; * represents
&gt; 2.8.2.1 HTMLCollection
&gt; Entirely

Done.

However, note that HTMLCollection in DOM Core doesn&apos;t define the &apos;caller&apos; which is needed for compat according to certain UAs.

[remainder yet to be examined]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51517</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-07-26 23:56:39 +0000</bug_when>
    <thetext>(continuing...)
&gt; 2.8.3 DOMTokenList
&gt; 2.8.4 DOMSettableTokenList
&gt; Entirely

Done.


&gt; 3.1 Documents
&gt; * XML documents
&gt; * HTML documents

Done.


&gt; 3.1.3 Resource metadata management
&gt; * compatMode and related definitions

Done. Also the charset stuff.


[remainder yet to be examined]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51587</commentid>
    <comment_count>5</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-07-27 23:06:14 +0000</bug_when>
    <thetext>(continuing...)
&gt; 
&gt; 3.1.4 DOM tree accessors
&gt; * getElementsByClassName

Done. Did you get the memo about getAncestorByClassName()?


&gt; 3.1.5 Creating documents
&gt; Entirely

Done.


&gt; 3.2.3.1 The id attribute
&gt; * concept-id

I&apos;ve left this. It&apos;s just exposition.


&gt; 3.3 APIs in HTML documents
&gt; Entirely

See bug 11717 and bug 11719.


EDITOR&apos;S RESPONSE: This is an Editor&apos;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: removed sections listed above
Rationale: See comments above.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51611</commentid>
    <comment_count>6</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2011-07-28 08:39:09 +0000</bug_when>
    <thetext>(In reply to comment #5)
&gt; (continuing...)
&gt; &gt; 
&gt; &gt; 3.1.4 DOM tree accessors
&gt; &gt; * getElementsByClassName
&gt; 
&gt; Done. Did you get the memo about getAncestorByClassName()?

Yes.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52880</commentid>
    <comment_count>7</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:05:03 +0000</bug_when>
    <thetext>mass-moved component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>