Arthur Evans
|
5168604beb
|
Corrected method name. Fixes #2649.
|
2015-10-30 14:01:20 -07:00 |
|
Monica Dinculescu
|
a0debf4e86
|
isLightDescendant should return false for self
|
2015-10-22 14:54:43 -07:00 |
|
Steven Orvell
|
b40060ae98
|
Merge branch 'master' into effective-children
Conflicts:
test/unit/utils-content.html
test/unit/utils-elements.html
|
2015-10-07 18:23:14 -07:00 |
|
Monica Dinculescu
|
1e9110a6cf
|
add util method for shadow children
|
2015-10-06 11:42:41 -07:00 |
|
Steven Orvell
|
f34fb45b7f
|
Adds getEffectiveChildNodes, getEffectiveChildren, getEffectiveTextContent
|
2015-08-03 16:11:05 -07:00 |
|
Steven Orvell
|
f9663815ed
|
Fixes #2081: make Polymer.dom(element).getDistributedNodes and Polymer.dom(element).getDestinationInsertionPoints() always return at least an empty array (was generating exception under Shadow DOM); make element.getContentChildNodes and element.getContentChildren always return at least an empty array when a selector is passed that does not find a <content> (was generating exception under Shadow DOM)
|
2015-07-14 11:41:55 -07:00 |
|
frankiefu
|
c4769b35a6
|
add getContentChildNodes/getContentChildren utils: it finds the first
content node (or if `slctr` is specified it will use that to query the
content node), and returns the getDistributedNodes of the content.
|
2015-03-17 16:25:22 -07:00 |
|