Luke
|
83d2c3f2f5
|
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
I initially had it in Node just because, but then saw it was part of
ParentNode in the spec.
|
2021-04-11 18:32:42 +02:00 |
|
Andreas Kling
|
33e3f0c71f
|
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
You can now access an element's inline style via Element.style.
The interface is not very capable yet though. :^)
|
2021-03-13 22:41:32 +01:00 |
|
Linus Groh
|
79bab28f5e
|
LibWeb: Implement Element.getElementsBy{Tag,Class}Name()
Just like the Document variants, but using the given Element as
for_each_in_subtree_of_type() root.
|
2021-02-08 17:59:04 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|