1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:38:11 +00:00
serenity/Libraries/LibHTML/Parser
Andreas Kling 8946e50986 LibHTML: Implement some attribute selector support
This patch adds a[foo] and a[foo=bar] attribute selectors.

Note that an attribute selector is an optional part of a selector
component, and not a component on its own.
2019-11-21 20:07:43 +01:00
..
CSSParser.cpp LibHTML: Implement some attribute selector support 2019-11-21 20:07:43 +01:00
CSSParser.h LibHTML: Implement the "margin" shorthand property 2019-11-18 11:51:02 +01:00
HTMLParser.cpp LibHTML: Make the HTML parser handle <div attr> and <div attr=""> 2019-11-21 20:06:10 +01:00
HTMLParser.h LibHTML+IRCClient: Add an escape_html_entities() helper 2019-11-06 22:40:01 +01:00