Timothy Flynn
|
720f7ba746
LibWeb: Define getting and setting an attribute value
|
1 年之前 |
Jonatan Klemets
|
0adda642a6
LibWeb: Fix int parsing in Element::tab_index
|
1 年之前 |
Shannon Booth
|
b0eea51335
LibWeb: Port DOMTokenList from DeprecatedString to String
|
1 年之前 |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 年之前 |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 年之前 |
Andreas Kling
|
76580bb9ba
LibWeb: Cache lowercased tag name for getElementsByTagName() iteration
|
1 年之前 |
Sam Atkins
|
6bee81cfb6
LibWeb: Make serializing basic CSS types infallible
|
1 年之前 |
Sam Atkins
|
9522f761a3
LibWeb: Implement "directionality" of an Element
|
1 年之前 |
Sam Atkins
|
9f83c0f0da
LibWeb: Add Element::is_document_element() helper
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Sam Atkins
|
13b4bf48a8
LibWeb: Give Document a "target element"
|
1 年之前 |
Luke Wilde
|
5694981352
LibWeb: Implement Element.hasAttributeNS
|
1 年之前 |
Andreas Kling
|
c084269e5f
LibJS: Make PrimitiveString::utf8_string() infallible
|
1 年之前 |
Sam Atkins
|
1858f06881
LibWeb: Add namespaces to Universal and TagName selectors
|
1 年之前 |
Aliaksandr Kalenik
|
491da2a810
LibWeb: Use is_scroll_container instead of is_scrollable in JS APIs
|
1 年之前 |
MacDue
|
5f0d3c083f
LibWeb: Allow (explicitly) converting CSSPixels to float and int
|
1 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Aliaksandr Kalenik
|
c985a1b2af
LibWeb: Add non-const version of paintable_box() in DOM::Node
|
1 年之前 |
Aliaksandr Kalenik
|
433d3f988d
LibWeb: Add ad-hoc implementation for Element::scroll(x, y)
|
1 年之前 |
Aliaksandr Kalenik
|
fee5b4deb6
LibWeb: Move set_scroll_offset() from Layout::Box to PaintableBox
|
1 年之前 |
Aliaksandr Kalenik
|
5b7926fa53
LibWeb: Move scroll_offset() from Layout::Box to PaintableBox
|
1 年之前 |
Andreas Kling
|
9937fcc5e1
LibWeb: Don't assume opacity values are CSS numbers
|
1 年之前 |
Sam Atkins
|
5ee1b7db7c
LibWeb: Convert BorderData::width to CSSPixels
|
1 年之前 |
Aliaksandr Kalenik
|
921aee8c66
LibWeb: Optimize stacking context rebuilds on opacity change
|
1 年之前 |
Aliaksandr Kalenik
|
0e8a0a8191
LibWeb: Add support for "display: contents"
|
1 年之前 |
Andreas Kling
|
9174ffd7e6
LibWeb: Create Layout::Box for `display: inline-grid`
|
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 年之前 |