1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00
serenity/Libraries/LibWeb/CSS
Andreas Kling 29a4da30b7 LibWeb: Make DOM::Node::create_layout_node() not need parent's style
The StyleResolver can find the specified CSS values for the parent
element via the DOM. Forcing everyone to locate specified values for
their parent was completely unnecessary.
2021-01-06 14:58:48 +01:00
..
Parser LibWeb: Generate the CSS::ValueID enum and its helper functions 2020-12-15 20:40:10 +01:00
.gitignore LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
ComputedValues.h LibWeb: Remove specified style from layout nodes 2021-01-06 14:58:48 +01:00
Default.css LibWeb: Improvements to font lookup 2020-12-14 20:43:25 +01:00
Identifiers.json LibWeb: Generate the CSS::ValueID enum and its helper functions 2020-12-15 20:40:10 +01:00
Length.cpp LibWeb: Store the used font in Layout::NodeWithStyle 2021-01-06 14:58:48 +01:00
Length.h LibWeb: Convert a bunch of String::format() => String::formatted() 2021-01-03 14:35:09 +01:00
LengthBox.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
Properties.json LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line' 2020-12-15 19:33:53 +01:00
QuirksMode.css LibWeb: Add a separate UA style sheet for documents in quirks mode 2020-09-24 10:33:33 +02:00
Selector.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
Selector.h LibWeb: Parse :before and :after pseudo-elements 2020-12-01 16:53:10 +01:00
SelectorEngine.cpp LibWeb: Remove more hand-rolled type information :^) 2021-01-01 18:14:00 +01:00
SelectorEngine.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleDeclaration.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleDeclaration.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleInvalidator.cpp LibWeb: Add hack to disable StyleInvalidator while parsing document 2020-12-15 19:33:53 +01:00
StyleInvalidator.h LibWeb: Add a simple StyleInvalidator class 2020-12-14 23:38:08 +01:00
StyleProperties.cpp LibGFX: Move default_xxx_font() methods from Font to FontDatabase 2020-12-30 20:40:30 +01:00
StyleProperties.h LibWeb: Oops, not all length boxes should default to 'auto' values 2020-12-15 20:01:00 +01:00
StyleResolver.cpp LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
StyleResolver.h LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
StyleRule.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleRule.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleSheet.cpp LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleSheet.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
StyleSheetList.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
StyleSheetList.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
StyleValue.cpp LibWeb: Generate the CSS::ValueID enum and its helper functions 2020-12-15 20:40:10 +01:00
StyleValue.h LibWeb: Convert a bunch of String::format() => String::formatted() 2021-01-03 14:35:09 +01:00