[Bug 11305] Remove stuff present in DOM Core

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Depends on|12094                       |
         Resolution|NEEDSINFO                   |

--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-07-26 23:25:08 UTC ---
(In reply to comment #0)
> 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

For these I'd rather share text than reference DOM Core, since not everything I
need is in DOM Core and it doesn't seem useful to move the rest of the stuff to
DOM Core since DOM Core doesn'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'm happy to do that; file
another bug when ready.


> 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>).

Can you elaborate on this in a new bug?


> 2.8.2 Collections
> * collections
> * represents
> 2.8.2.1 HTMLCollection
> Entirely

Done.

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

[remainder yet to be examined]

-- 
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 Tuesday, 26 July 2011 23:25:10 UTC