Closed
Bug 1083587
Opened 11 years ago
Closed 11 years ago
Add host and olderShadowRoot properties to ShadowRoot interface
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: wchen, Assigned: wchen)
Details
Attachments
(1 file)
13.76 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
These properties were added to the spec after the implementation but we already have them implemented internally, they just need to be exposed.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8505877 -
Flags: review?(bugs)
Comment 2•11 years ago
|
||
Comment on attachment 8505877 [details] [diff] [review]
Add host and olderShadowRoot properties to ShadowRoot interface.
/** Test for Bug 9999999 **/
?
So GetHost is guaranteed to return non-null for ShadowRoot.
Looks like so.
Attachment #8505877 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Flags: in-testsuite+
![]() |
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•