History log of /PHP-8.4/ext/dom/inner_html_mixin.c (Results 1 – 4 of 4)
Revision Date Author Comments
# d5e6dd8f 30-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Add missing cache invalidation for innerHTML (#16652)

* Add test with wrong output

* Add missing cache invalidation for innerHTML


# 1b077725 17-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Remove outdated comment


# 6980eba8 10-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Support templated content

The template element in HTML 5 is special in the sense that it does not
add its contents into the DOM tree, but instead keeps them in a separate
shadow DOM

Support templated content

The template element in HTML 5 is special in the sense that it does not
add its contents into the DOM tree, but instead keeps them in a separate
shadow DOM document fragment. Interacting with the DOM tree cannot touch
the elements in the document fragment.

Closes GH-14906.

show more ...


# 768900b1 12-Apr-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Implement Dom $innerHTML property