ladybird/Libraries/LibHTML/CSS
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
..
.gitignore Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Default.css LibHTML: Make h1 and h2 tags use Pebbleton Bold by default :^) 2019-09-28 19:14:36 +02:00
Length.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LengthBox.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Selector.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Selector.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
Specificity.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleDeclaration.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleDeclaration.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
StyleProperties.cpp LibHTML: Respect the CSS "color" property for text 2019-09-28 22:57:46 +02:00
StyleProperties.h LibHTML: Respect the CSS "color" property for text 2019-09-28 22:57:46 +02:00
StyleResolver.cpp LibHTML: Respect the CSS "color" property for text 2019-09-28 22:57:46 +02:00
StyleResolver.h LibHTML: Implement basic style inheritance 2019-09-28 18:29:42 +02:00
StyleRule.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleRule.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleSheet.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleSheet.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleValue.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleValue.h LibHTML: Respect the CSS "color" property for text 2019-09-28 22:57:46 +02:00