1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 14:45:07 +00:00
serenity/Libraries/LibHTML/Parser
Andreas Kling 62cbaa74f3 LibHTML: Respect the CSS "color" property for text
Also remove the color values from the ComputedStyle object and get them
via StyleProperties instead.

At the moment, we only handle colors that Color::from_string() parses.
2019-09-28 22:57:46 +02:00
..
CSSParser.cpp LibHTML: Respect the CSS "color" property for text 2019-09-28 22:57:46 +02:00
CSSParser.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
HTMLParser.cpp LibHTML: Parse HTML escape sequences 2019-09-28 18:29:42 +02:00
HTMLParser.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00