RESOLVED WONTFIX 119119
Element's insertAdjacent API should lazy attach
https://bugs.webkit.org/show_bug.cgi?id=119119
Summary Element's insertAdjacent API should lazy attach
Ryosuke Niwa
Reported 2013-07-25 19:27:47 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/87cc87c21bcf50b1622fc21533c76d1553a703ac insertAdjacentElement, insertAdjacentText and insertAdjacentHTML should all lazyAttach just like appendChild() would have. I also removed some redundant ASSERT_WITH_SECURITY_IMPLICATIONS that aren't needed since we use toElement() right below them which contains the same assert.
Attachments
Ahmad Saleem
Comment 1 2022-09-30 18:02:34 PDT
lazyAttach is not something in Webkit. So marking this as "RESOLVED WONTFIX".
Note You need to log in before you can comment on or make changes to this bug.