On 21/02/2024 10:50, Pierre Tachoire wrote:
From: Pierre Tachoire <[email protected]>According with https://wpt.live/dom/nodes/Node-cloneNode.html test, libdom missed some hmtl tags. This commit adds tt, acronym, big, bgsound, marquee, noframes, spacer, strike and nobr tags --- include/dom/html/html_elements.h | 9 +++++++++ src/html/html_document.c | 27 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+)
Applied, thanks! John-Mark.
