1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 21:25:07 +00:00
serenity/Libraries/LibHTML/Parser
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
..
CSSParser.cpp LibHTML: Respect the link color set via <body link> 2019-10-06 10:25:08 +02:00
CSSParser.h LibHTML: Refactor the CSS parser into a class 2019-09-30 20:24:38 +02:00
HTMLParser.cpp LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced 2019-10-05 23:29:01 +02:00
HTMLParser.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00