1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 19:35:08 +00:00
serenity/Libraries/LibHTML/CSS
Andreas Kling fdbad6284c LibHTML: Implement the <blink> element
Just in time for Serenity's 1st birthday, here is the <blink> element!

This patch adds a bunch of different mechanisms to enable partial
repaints of the layout tree (LayoutNode::set_needs_display()))
It also adds LayoutNode::is_visible(), which can be toggled to prevent
a LayoutNode from rendering anything (it still takes up space though.)
2019-10-09 21:25:29 +02:00
..
.gitignore Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Default.css LibHTML: Implement the <blink> element 2019-10-09 21:25:29 +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
PropertyID.h LibHTML: Use an enum for CSS property ID's 2019-10-08 15:35:05 +02:00
Selector.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Selector.h LibHTML: Add adjacent (+) and general (~) sibling combinators 2019-10-06 19:59:07 +02:00
SelectorEngine.cpp LibHTML: Move selector matching into a SelectorEngine namespace 2019-10-08 15:35:05 +02:00
SelectorEngine.h LibHTML: Move selector matching into a SelectorEngine namespace 2019-10-08 15:35:05 +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: Use an enum for CSS property ID's 2019-10-08 15:35:05 +02:00
StyleProperties.cpp LibHTML: Use an enum for CSS property ID's 2019-10-08 15:35:05 +02:00
StyleProperties.h LibHTML: Use an enum for CSS property ID's 2019-10-08 15:35:05 +02:00
StyleResolver.cpp LibHTML: Use an enum for CSS property ID's 2019-10-08 15:35:05 +02:00
StyleResolver.h LibHTML: Use an enum for CSS property ID's 2019-10-08 15:35:05 +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: Use an enum for CSS property ID's 2019-10-08 15:35:05 +02:00