Andreas Kling 71556e39a4 LibWeb: Switch to using AK::is and AK::downcast 5 年之前
..
.gitignore 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 年之前
Default.css f270f1f274 LibWeb: Give the <blockquote> element some margins in the UA style 5 年之前
Length.cpp a565121793 LibWeb: Move HTML object model stuff into LibWeb/HTML/ 5 年之前
Length.h 7d3c8d066f LibWeb: Support "pt" length units :^) 5 年之前
LengthBox.h 5744dd43c5 LibWeb: Remove default Length constructor and add make_auto()/make_px() 5 年之前
Properties.json 4e1939c635 LibWeb: Expand border-{top,right,bottom-left} CSS shorthand properties 5 年之前
Selector.cpp 49dd4b7e8a LibWeb: Compress specificity into a 32-bit unsigned int 5 年之前
Selector.h ebf326a98c LibWeb: Fix build after Specificity.h removal 5 年之前
SelectorEngine.cpp 71556e39a4 LibWeb: Switch to using AK::is and AK::downcast 5 年之前
SelectorEngine.h 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 年之前
StyleDeclaration.cpp 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 年之前
StyleDeclaration.h 41da1a4336 LibWeb: Fix duplicated public access modifier in StyleDeclaration 5 年之前
StyleProperties.cpp 244fe1089c LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group 5 年之前
StyleProperties.h 62daa6f73c LibWeb: Add the 'float' CSS property to LayoutStyle 5 年之前
StyleResolver.cpp 9e642827fc LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode 5 年之前
StyleResolver.h 384b5f15c9 LibWeb: Sort matched style rules by specificity, document order 5 年之前
StyleRule.cpp 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 年之前
StyleRule.h 7fe2f5f170 LibWeb: Apply style rules in order of specificity (kinda) 5 年之前
StyleSheet.cpp 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 年之前
StyleSheet.h 959de19418 LibWeb: Process style sheets in document order 5 年之前
StyleSheetList.cpp 685e006e27 LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^) 5 年之前
StyleSheetList.h 685e006e27 LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^) 5 年之前
StyleValue.cpp 4c00cae4b9 LibWeb: Decode CSS image values out-of-process as well 5 年之前
StyleValue.h 685e006e27 LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^) 5 年之前