Andreas Kling
|
f67648f872
LibWeb: Rename HTMLDocumentParser => HTMLParser
|
3 years ago |
Andreas Kling
|
f8dd3e14ba
LibWeb: Rename CSS::StyleResolver => StyleComputer
|
3 years ago |
Andreas Kling
|
3d36e4d944
LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"
|
3 years ago |
Luke Wilde
|
d47e431d54
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
|
3 years ago |
Sam Atkins
|
86f78bff2a
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
|
3 years ago |
Luke Wilde
|
8e0f3436a2
LibWeb: Make the innerHTML setter spec compliant
|
3 years ago |
Luke Wilde
|
f62477c093
LibWeb: Implement HTML fragment serialisation and use it in innerHTML
|
3 years ago |
Andreas Kling
|
bf86419979
LibWeb: Use ComputedCSSStyleDeclaration to generate data for inspector
|
3 years ago |
Andreas Kling
|
aa3ba629ba
LibWeb: Add DOM::Element::queue_an_element_task(source, steps)
|
3 years ago |
DoubleNegation
|
0fdfdbed9f
LibWeb: Ensure inline CSS loaded from HTML is ElementInline
|
4 years ago |
Sam Atkins
|
3bd14941c7
LibWeb: Switch to new CSS Parser :^)
|
3 years ago |
Lenny Maiorani
|
a0d7640e03
Userland: Make use of container version of any_of
|
3 years ago |
Brian Gianforcaro
|
217179a39f
LibWeb: Remove unused header includes
|
3 years ago |
Sam Atkins
|
004ae453d1
LibWeb: Add context to new CSS parser, and deprecate the old one
|
4 years ago |
Paul Irwin
|
5eb65286b6
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
|
4 years ago |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 years ago |
Luke
|
19731fc14c
LibWeb: Use HTML-uppercased qualified name for the Element node name
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Andreas Kling
|
e4df1b223f
LibWeb: Implement a slow but functional HTMLCollection :^)
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Luke
|
ca71ac484b
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)"
|
4 years ago |
Andreas Kling
|
cad4cc9a2a
LibWeb: Invalidate element style after setting Element.style.foo
|
4 years ago |
Andreas Kling
|
33e3f0c71f
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
|
4 years ago |
Andreas Kling
|
16cde3f14a
LibWeb: Rename CSSParser => DeprecatedCSSParser
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Linus Groh
|
e064194061
LibWeb: Return InvalidCharacterError from Element::set_attribute() for empty attr
|
4 years ago |
Andreas Kling
|
d597626ea1
LibWeb: Add a way to give DOM::Element a ShadowRoot
|
4 years ago |
Andreas Kling
|
5e91e61900
LibWeb: Remove WidgetBox layout node
|
4 years ago |
Andreas Kling
|
9de1253f44
LibWeb: Remove a whole bunch of unnecessary #includes
|
4 years ago |
Linus Groh
|
79bab28f5e
LibWeb: Implement Element.getElementsBy{Tag,Class}Name()
|
4 years ago |