RESOLVED FIXED 254334
document.write of template producing multiple text nodes
https://bugs.webkit.org/show_bug.cgi?id=254334
Summary document.write of template producing multiple text nodes
Sam Sneddon [:gsnedders]
Reported 2023-03-23 08:00:01 PDT
c.f. http://wpt.live/html/syntax/parsing/html5lib_template.html?run_type=write_single writing `<body><template>Hello</template>` character-by-character is producing five text nodes ("H", "e", "l", "l", "o"), contrary to the spec
Attachments
Reduction (428 bytes, text/html)
2023-05-08 11:37 PDT, Ryosuke Niwa
no flags
Reduction (420 bytes, text/html)
2023-05-08 11:42 PDT, Ryosuke Niwa
no flags
Radar WebKit Bug Importer
Comment 1 2023-03-30 08:00:15 PDT
Anne van Kesteren
Comment 2 2023-05-08 07:45:37 PDT
Ryosuke Niwa
Comment 3 2023-05-08 11:37:08 PDT
Created attachment 466283 [details] Reduction
Ryosuke Niwa
Comment 4 2023-05-08 11:42:50 PDT
Created attachment 466284 [details] Reduction
Ryosuke Niwa
Comment 5 2023-05-08 12:40:03 PDT
EWS
Comment 6 2023-05-08 17:53:19 PDT
Committed 263841@main (830fc5996373): <https://commits.webkit.org/263841@main> Reviewed commits have been landed. Closing PR #13593 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.