Re: [PHP-DEV] Add Dom\Element::insertAdjacentHTML()

2024-10-31 Thread Gina P. Banyard
On Monday, 28 October 2024 at 20:21, Niels Dossche wrote: > Hi internals > > I'd like to add the Dom\Element::insertAdjacentHTML() DOM API from the WHATWG > DOM spec to our DOM extension. > PR link: https://github.com/php/php-src/pull/16614 > It uses the same underlying infrastructure as $inne

[PHP-DEV] Add Dom\Element::insertAdjacentHTML()

2024-10-28 Thread Niels Dossche
Hi internals I'd like to add the Dom\Element::insertAdjacentHTML() DOM API from the WHATWG DOM spec to our DOM extension. PR link: https://github.com/php/php-src/pull/16614 It uses the same underlying infrastructure as $innerHTML and $outerHTML; it's the HTML counterpart of the existing Dom\Elem