mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
![]() ParentNode::$children returns a HTMLCollection of all directly descendant child elements of a container. I had to move around some properties such that the ParentNode property offsets are always at a fixed offset, to simplify the code. This also adds the necessary code to deal with GC cycles in HTMLCollections. Furthermore, we also disable cloning a HTMLCollection as that never worked and furthermore it also conflicts with the [[SameObject]] WebIDL requirement of $children. |
||
---|---|---|
.. | ||
css_selectors.c | ||
tree.c |