mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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.
2.7 KiB
2.7 KiB