Files
serenity/Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp
Timothy Flynn b106429d4f LibWeb: Append attributes to the correct element
The spec indicates we should append attributes to the top element of the
stack of open elements. We were appending the attribute to the bottom.

(cherry picked from commit 657bbd1542ce8fcd3357e5b4dada895229faf834)
2024-11-04 13:17:19 -05:00

226 KiB