ladybird/Libraries/LibHTML/CSS
Andreas Kling 847072c2b1 LibHTML: Respect the link color set via <body link>
The default style for "a" tags now has { color: -libhtml-link; }.
We implement this vendor-specific property by querying the containing
document for the appropriate link color.

Currently we only use the basic link color, but in the future this can
be extended to remember visited links, etc.
2019-10-06 10:25:08 +02:00
..
.gitignore Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Default.css LibHTML: Respect the link color set via <body link> 2019-10-06 10:25:08 +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 LibHTML: Various little improvements to the CSS parser 2019-10-06 09:28:58 +02:00
Specificity.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
StyleDeclaration.cpp LibHTML: Fix incorrect CSS object model 2019-09-30 20:06:17 +02:00
StyleDeclaration.h LibHTML: Various little improvements to the CSS parser 2019-10-06 09:28:58 +02:00
StyleProperties.cpp LibHTML: Respect the link color set via <body link> 2019-10-06 10:25:08 +02:00
StyleProperties.h LibHTML: Respect the link color set via <body link> 2019-10-06 10:25:08 +02:00
StyleResolver.cpp LibHTML: Anonymous blocks *should* inherit some properties 2019-10-05 23:47:06 +02:00
StyleResolver.h LibHTML: Anonymous blocks *should* inherit some properties 2019-10-05 23:47:06 +02:00
StyleRule.cpp LibHTML: Fix incorrect CSS object model 2019-09-30 20:06:17 +02:00
StyleRule.h LibHTML: Fix incorrect CSS object model 2019-09-30 20:06:17 +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 LibHTML: Respect the link color set via <body link> 2019-10-06 10:25:08 +02:00
StyleValue.h LibHTML: Respect the link color set via <body link> 2019-10-06 10:25:08 +02:00