.. |
.gitignore
|
LibWeb: Rename directory LibHTML => LibWeb
|
2020-03-07 10:32:51 +01:00 |
Default.css
|
LibWeb: Tweak default style for <hr> to use em units for margin values
|
2020-06-28 12:57:42 +02:00 |
Length.cpp
|
LibWeb: Serialize Length::Type::Percentage with a "%" suffix
|
2020-06-25 15:53:23 +02:00 |
Length.h
|
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
|
2020-06-24 18:06:21 +02:00 |
LengthBox.h
|
LibWeb: Remove default Length constructor and add make_auto()/make_px()
|
2020-06-24 11:08:46 +02:00 |
Properties.json
|
LibWeb: Expand border-{top,right,bottom-left} CSS shorthand properties
|
2020-06-10 16:14:31 +02:00 |
Selector.cpp
|
LibWeb: Compress specificity into a 32-bit unsigned int
|
2020-06-25 16:43:49 +02:00 |
Selector.h
|
LibWeb: Fix build after Specificity.h removal
|
2020-06-25 20:59:00 +02:00 |
SelectorEngine.cpp
|
LibWeb: Parse and match the :visited pseudo-class (always fails)
|
2020-06-13 00:23:30 +02:00 |
SelectorEngine.h
|
LibWeb: Rename directory LibHTML => LibWeb
|
2020-03-07 10:32:51 +01:00 |
StyleDeclaration.cpp
|
LibWeb: Rename directory LibHTML => LibWeb
|
2020-03-07 10:32:51 +01:00 |
StyleDeclaration.h
|
LibWeb: Fix duplicated public access modifier in StyleDeclaration
|
2020-05-19 19:25:41 +02:00 |
StyleProperties.cpp
|
LibWeb: Add the 'float' CSS property to LayoutStyle
|
2020-06-26 18:27:12 +02:00 |
StyleProperties.h
|
LibWeb: Add the 'float' CSS property to LayoutStyle
|
2020-06-26 18:27:12 +02:00 |
StyleResolver.cpp
|
LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode
|
2020-06-28 12:46:40 +02:00 |
StyleResolver.h
|
LibWeb: Sort matched style rules by specificity, document order
|
2020-06-13 00:44:26 +02:00 |
StyleRule.cpp
|
LibWeb: Rename directory LibHTML => LibWeb
|
2020-03-07 10:32:51 +01:00 |
StyleRule.h
|
LibWeb: Apply style rules in order of specificity (kinda)
|
2020-06-10 16:42:36 +02:00 |
StyleSheet.cpp
|
LibWeb: Rename directory LibHTML => LibWeb
|
2020-03-07 10:32:51 +01:00 |
StyleSheet.h
|
LibWeb: Process style sheets in document order
|
2020-06-04 16:06:32 +02:00 |
StyleSheetList.cpp
|
LibWeb: Process style sheets in document order
|
2020-06-04 16:06:32 +02:00 |
StyleSheetList.h
|
LibWeb: Process style sheets in document order
|
2020-06-04 16:06:32 +02:00 |
StyleValue.cpp
|
LibWeb: Decode CSS image values out-of-process as well
|
2020-06-23 14:28:45 +02:00 |
StyleValue.h
|
LibWeb: Add the 'float' CSS property to LayoutStyle
|
2020-06-26 18:27:12 +02:00 |