Timothy Flynn
|
45b36bd08a
LibWeb: Introduce the slottable concept for DOM elements and text nodes
|
1 year ago |
Timothy Flynn
|
b85a252753
LibWeb: Implement the attribute-change-steps extension
|
1 year ago |
Timothy Flynn
|
54b5a431a3
LibWeb: Implement element slot-related attributes and settings
|
1 year ago |
Timothy Flynn
|
f598a357ad
LibWeb: Assign a unique ID to each HTML task
|
1 year ago |
Sam Atkins
|
f3124c492b
LibWeb: Add `display: math`
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
bcb6851c07
LibWeb: Port Text interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 year ago |
Shannon Booth
|
a53459192f
LibWeb: Add Optional<String> overload for Element::set_attribute
|
1 year ago |
Timothy Flynn
|
f05d291b41
LibWeb: Use the spec-mandated set-value when setting an attribute
|
1 year ago |
Timothy Flynn
|
5ec76331e8
LibWeb: Invoke our internal attribute change handler from Attr
|
1 year ago |
Timothy Flynn
|
2d97dd019e
LibWeb: Use the spec-mandated change-attribute when setting an attribute
|
1 year ago |
Timothy Flynn
|
50ec91fbe3
LibWeb: Add a missing spec-mandated return in Element::toggle_attribute
|
1 year ago |
Timothy Flynn
|
720f7ba746
LibWeb: Define getting and setting an attribute value
|
1 year ago |
Jonatan Klemets
|
0adda642a6
LibWeb: Fix int parsing in Element::tab_index
|
1 year ago |
Shannon Booth
|
b0eea51335
LibWeb: Port DOMTokenList from DeprecatedString to String
|
1 year ago |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 year ago |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 year ago |
Andreas Kling
|
76580bb9ba
LibWeb: Cache lowercased tag name for getElementsByTagName() iteration
|
1 year ago |
Sam Atkins
|
6bee81cfb6
LibWeb: Make serializing basic CSS types infallible
|
1 year ago |
Sam Atkins
|
9522f761a3
LibWeb: Implement "directionality" of an Element
|
1 year ago |
Sam Atkins
|
9f83c0f0da
LibWeb: Add Element::is_document_element() helper
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Sam Atkins
|
13b4bf48a8
LibWeb: Give Document a "target element"
|
1 year ago |
Luke Wilde
|
5694981352
LibWeb: Implement Element.hasAttributeNS
|
1 year ago |
Andreas Kling
|
c084269e5f
LibJS: Make PrimitiveString::utf8_string() infallible
|
1 year ago |
Sam Atkins
|
1858f06881
LibWeb: Add namespaces to Universal and TagName selectors
|
1 year ago |
Aliaksandr Kalenik
|
491da2a810
LibWeb: Use is_scroll_container instead of is_scrollable in JS APIs
|
1 year ago |
MacDue
|
5f0d3c083f
LibWeb: Allow (explicitly) converting CSSPixels to float and int
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |