Shannon Booth
|
e5e4920e66
LibWeb: Make Element::has_attribute_ns take a StringView
|
1 year ago |
Aliaksandr Kalenik
|
35623ad52e
LibWeb: Visit IntersectionObserverRegistration instead of using Handle
|
1 year ago |
Shannon Booth
|
47514e07b4
LibWeb: Make Element attribute getters take a StringView
|
1 year ago |
Shannon Booth
|
3458a53cb4
LibWeb: Make Element::get_elements_by_class_name take a StringView
|
1 year ago |
Shannon Booth
|
79f97da4b4
LibWeb: Make Element::has_attribute take a StringView
|
1 year ago |
Shannon Booth
|
52fccae654
LibWeb: Make Element::set_inner_html take a StringView
|
1 year ago |
Shannon Booth
|
ab674f3bf6
LibWeb: Make Element::remove_attribute take a StringView
|
1 year ago |
Shannon Booth
|
fc7f79e0e7
LibWeb: Use Element::namespace_ instead of ELement::namespace_uri
|
1 year ago |
Shannon Booth
|
3bd04d2c58
LibWeb: Port Attr interface from DeprecatedString to String
|
1 year ago |
Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 year ago |
Aliaksandr Kalenik
|
ee50d9b2b5
LibWeb: Update Page to use navigables
|
1 year ago |
Timothy Flynn
|
b602ee7ddd
LibWeb: Implement automatic slottable assignment
|
1 year ago |
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 |