[Bug 16453] Rename "node document"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16453

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> 2012-03-20 18:09:47 UTC ---
I think the problem is that node.ownerDocument is null when node is a Document,
but the uses that call it "node document" want node itself when node is a
Document, right?

Maybe we should just add a realOwnerDocument property that does the sane thing
for a Document of returning that same Document?  ;)

-- 
Configure bugmail: https://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, 20 March 2012 18:09:55 UTC