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 26310 - Refer directly to "node document" instead of "the node's document" etc...
Summary: Refer directly to "node document" instead of "the node's document" etc...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-11 15:57 UTC by contributor
Modified: 2014-09-04 21:16 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-07-11 15:57:32 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#following-hyperlinks
Complete: http://www.whatwg.org/c#following-hyperlinks
Referrer: 

Comment:
Refer directly to "node document" instead of "the node's document" etc...
Now that dom.spec.whatwg.org defines ownerDocument formally, we can get rid of
the old round-about way of referring to it that the HTML spec uses everywhere.
e.g. "the Document object with which subject in question is associated" can
become "the node document of subject" and "'s Document" can be replaced with
"'s node document" pretty much everywhere, with the definition of "Document of
a node" removed.

Posted from: 173.8.185.154 by ian@hixie.ch
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.3 Safari/537.36
Comment 1 contributor 2014-09-04 21:16:33 UTC
Checked in as WHATWG revision r8742.
Check-in comment: Make use of the DOM spec's 'node document' concept. I sure would appreciate careful review of this diff, since it is quite likely that I made some mistakes.
http://html5.org/tools/web-apps-tracker?from=8741&to=8742