ladybird/Userland/Libraries/LibWeb/CSS
Luke ca71ac484b LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)"
This is because it includes the initial node that the function was
called on, which makes it "inclusive" as according to the spec.

This is important as there are non-inclusive variants, particularly
used in the node mutation algorithms.
2021-04-06 21:42:00 +02:00
..
Parser LibWeb: Support the :last-of-type CSS selector :^) 2021-04-06 13:06:42 +02:00
.gitignore Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ComputedValues.h LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02:00
CSSImportRule.cpp LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet 2021-03-07 17:45:15 +01:00
CSSImportRule.h LibWeb: CSSImportRule::set_style_sheet() should take a CSSStyleSheet 2021-04-03 11:57:32 +02:00
CSSRule.cpp LibWeb: Create base class CSSRule for all CSS rules 2021-02-28 10:27:32 +01:00
CSSRule.h LibWeb: Add fast_is<T> for CSSRule subclasses 2021-03-18 21:53:05 +01:00
CSSStyleDeclaration.cpp LibWeb: Invalidate element style after setting Element.style.foo 2021-03-16 19:00:42 +01:00
CSSStyleDeclaration.h LibWeb: Invalidate element style after setting Element.style.foo 2021-03-16 19:00:42 +01:00
CSSStyleDeclaration.idl LibWeb: Support named CSS properties on CSSStyleDeclaration wrapper 2021-03-15 21:20:33 +01:00
CSSStyleRule.cpp LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM 2021-03-13 22:41:32 +01:00
CSSStyleRule.h LibWeb: Add fast_is<T> for CSSRule subclasses 2021-03-18 21:53:05 +01:00
CSSStyleSheet.cpp LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet 2021-03-07 17:45:15 +01:00
CSSStyleSheet.h LibWeb: Implement StyleSheet.type 2021-03-08 16:16:28 +01:00
CSSStyleSheet.idl LibWeb: Start exposing CSS style sheets to JavaScript :^) 2021-03-08 11:50:36 +01:00
Default.css LibWeb: Make <option> elements display:none in the default CSS for now 2021-03-15 21:20:33 +01:00
Identifiers.json LibWeb: Store computed CSS value of background-repeat 2021-04-03 11:24:33 +02:00
Length.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Length.h Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
LengthBox.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Properties.json LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02:00
QuirksMode.css Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Screen.cpp LibWeb: Implement the Screen interface 2021-04-04 00:37:54 +02:00
Screen.h LibWeb: Implement the Screen interface 2021-04-04 00:37:54 +02:00
Screen.idl LibWeb: Implement the Screen interface 2021-04-04 00:37:54 +02:00
Selector.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Selector.h LibWeb: Support the :last-of-type CSS selector :^) 2021-04-06 13:06:42 +02:00
SelectorEngine.cpp LibWeb: Support the :last-of-type CSS selector :^) 2021-04-06 13:06:42 +02:00
SelectorEngine.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleInvalidator.cpp LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)" 2021-04-06 21:42:00 +02:00
StyleInvalidator.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StyleProperties.cpp LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02:00
StyleProperties.h LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02:00
StyleResolver.cpp LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02:00
StyleResolver.h LibWeb: Rename StyleRule => CSSStyleRule 2021-03-07 17:45:15 +01:00
StyleSheet.cpp LibWeb: Implement StyleSheet.ownerNode :^) 2021-03-08 16:03:14 +01:00
StyleSheet.h LibWeb: Implement StyleSheet.type 2021-03-08 16:16:28 +01:00
StyleSheet.idl LibWeb: Implement StyleSheet.type 2021-03-08 16:16:28 +01:00
StyleSheetList.cpp LibWeb: Start exposing CSS style sheets to JavaScript :^) 2021-03-08 11:50:36 +01:00
StyleSheetList.h LibWeb: Start exposing CSS style sheets to JavaScript :^) 2021-03-08 11:50:36 +01:00
StyleSheetList.idl LibWeb: Start exposing CSS style sheets to JavaScript :^) 2021-03-08 11:50:36 +01:00
StyleValue.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
StyleValue.h LibWeb: Support two-value background-repeat 2021-04-05 18:49:04 +02:00