1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 12:25:06 +00:00
serenity/Libraries/LibWeb/Parser
Andreas Kling 42f47da75d LibWeb: Treat '<' characters as part of the text inside <script>
When we encounter a '<' during HTML parsing, we now look ahead to see
if there is a full </script> coming, otherwise we treat it as text.

This makes it possible to use '<' in inline scripts. :^)
2020-04-04 21:01:58 +02:00
..
CSSParser.cpp LibWeb: Support more advanced selectors in document.querySelectorAll() 2020-03-30 11:35:39 +02:00
CSSParser.h LibWeb: Add naive support for document.querySelectorAll() 2020-03-30 11:35:39 +02:00
HTMLParser.cpp LibWeb: Treat '<' characters as part of the text inside <script> 2020-04-04 21:01:58 +02:00
HTMLParser.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00