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 15484 - [Shadow]: Consider renaming ShadowRoot::host to ShadowRoot::hostElement
Summary: [Shadow]: Consider renaming ShadowRoot::host to ShadowRoot::hostElement
Status: RESOLVED WONTFIX
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14978
  Show dependency treegraph
 
Reported: 2012-01-10 01:53 UTC by Morrita Hajime
Modified: 2012-01-11 00:54 UTC (History)
0 users

See Also:


Attachments

Description Morrita Hajime 2012-01-10 01:53:48 UTC
This is because there are type-implying names like Node::parentElement and Node::ownerDocument.
Comment 1 Dimitri Glazkov 2012-01-10 18:02:26 UTC
No, because the type-implying names are:
a) longer
b) in most cases necessary only to distinguish when operating on node vs. element
Comment 2 Morrita Hajime 2012-01-11 00:54:58 UTC
(In reply to comment #1)
> No, because the type-implying names are:
> a) longer
> b) in most cases necessary only to distinguish when operating on node vs.
> element
That sounds makes sense.