Shannon Booth
|
6fb3586baa
LibWeb: Add Optional<String> version of Element::attribute
|
1 年之前 |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 年之前 |
Shannon Booth
|
a53459192f
LibWeb: Add Optional<String> overload for Element::set_attribute
|
1 年之前 |
Timothy Flynn
|
5ec76331e8
LibWeb: Invoke our internal attribute change handler from Attr
|
1 年之前 |
Timothy Flynn
|
720f7ba746
LibWeb: Define getting and setting an attribute value
|
1 年之前 |
Andreas Kling
|
76580bb9ba
LibWeb: Cache lowercased tag name for getElementsByTagName() iteration
|
1 年之前 |
Sam Atkins
|
9522f761a3
LibWeb: Implement "directionality" of an Element
|
1 年之前 |
Sam Atkins
|
9f83c0f0da
LibWeb: Add Element::is_document_element() helper
|
1 年之前 |
Sam Atkins
|
13b4bf48a8
LibWeb: Give Document a "target element"
|
2 年之前 |
Luke Wilde
|
5694981352
LibWeb: Implement Element.hasAttributeNS
|
2 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
2 年之前 |
Aliaksandr Kalenik
|
55b5c61a79
LibWeb: Move scroll offset state from layout tree to dom tree
|
2 年之前 |
Luke Wilde
|
165abafb80
LibWeb: Add initial implementation of IntersectionObserver
|
2 年之前 |
Jonah
|
57a6d577ad
LibWeb: Add AriaData object to parse ARIAMixin data
|
2 年之前 |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 年之前 |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 年之前 |
Andreas Kling
|
dd2080c55f
LibWeb: Stub out Element.scroll() and Element.scrollTo()
|
2 年之前 |
stelar7
|
fd360ba171
LibWeb: Implement `details_notification_task_steps` for <details>
|
2 年之前 |
Andreas Kling
|
7d24c13d8b
LibWeb: Make input element placeholders look better
|
2 年之前 |
Andreas Kling
|
821f808e52
LibWeb: Avoid rebuilding layout tree unless CSS display property changes
|
2 年之前 |
Andreas Kling
|
fb722e69f3
LibWeb: Resolve CSS custom properties on pseudo elements
|
2 年之前 |
Andreas Kling
|
70db40c9b0
LibWeb: Don't include Layout/Node.h from DOM/Element.h
|
2 年之前 |
Andreas Kling
|
e43027091d
LibWeb: Don't include HTML/Window.h from DOM/Element.h
|
2 年之前 |
Andreas Kling
|
ac0c30ce62
LibWeb: Don't include WindowGlobalMixin from DOM/Element.h
|
2 年之前 |
Andreas Kling
|
67d2e32984
LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h
|
2 年之前 |
Andreas Kling
|
f7678e2797
LibWeb: Don't include Layout/TreeBuilder.h from DOM/Element.h
|
2 年之前 |
Andreas Kling
|
4399ca2d82
LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h
|
2 年之前 |
Andreas Kling
|
5b5fbecb38
LibWeb: Don't include DOM/Attr.h from DOM/Element.h
|
2 年之前 |
Andreas Kling
|
43616316de
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
|
2 年之前 |
Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 年之前 |