Andreas Kling
|
08d60d7521
LibWeb: Make HTML::Task IDs a sequential, distinct numeric type
|
11 місяців тому |
Andreas Kling
|
c288bfb404
LibWeb: Only remember source CSSStyleDeclaration for animation-name
|
11 місяців тому |
Sam Atkins
|
3abd3ef5e2
LibWeb: Compute pseudo-element style when computing element style
|
11 місяців тому |
Sam Atkins
|
7daf5cdaff
LibWeb: Invalidate layout if pseudo-element style changes
|
11 місяців тому |
Sam Atkins
|
f23f0721bd
LibWeb: Combine Element's pseudo-element data together
|
11 місяців тому |
Ángel Carias
|
9624e0d2a2
LibWeb/DOM: Implement Node.lookupPrefix
|
11 місяців тому |
Sam Atkins
|
696ccc1aa9
LibWeb: Prevent elements with no layout box from modifying counters
|
11 місяців тому |
Sam Atkins
|
017d6c3314
LibWeb: Implement counter-[increment,reset,set] properties
|
11 місяців тому |
Sam Atkins
|
708f49d906
LibWeb: Give DOM Elements a CountersSet
|
11 місяців тому |
Timur Sultanov
|
d1a7caa35d
LibWeb: Use queue_a_task() function to queue an element task
|
11 місяців тому |
Jamie Mansfield
|
f774d75f89
LibWeb/DOM: Check if name is valid in Element.toggleAttribute
|
11 місяців тому |
Tim Ledbetter
|
21e21abeed
LibWeb: Update Element class list is when class attribute is removed
|
11 місяців тому |
Andreas Kling
|
4c326fc5f6
LibWeb: Implement :host and :host(<compound-selector>) selector matching
|
11 місяців тому |
Tim Ledbetter
|
e40352b6b5
LibWeb: Ensure `document.getElementsByName("")` returns no elements
|
11 місяців тому |
Tim Ledbetter
|
0fceede029
LibWeb: Ensure `document.getElementsByClassName("")` returns no elements
|
11 місяців тому |
Tim Ledbetter
|
faf64bfb41
LibWeb: Move get_elements_by_name implementation to `ParentNode`
|
11 місяців тому |
Tim Ledbetter
|
f666d967d6
LibWeb: Ensure `document.getElementById("")` returns null
|
11 місяців тому |
Edwin Hoksberg
|
5f154ba372
LibWeb: Implement Element::check_visibility
|
1 рік тому |
Edwin Hoksberg
|
020b20d817
LibWeb: Support content-visibility css
|
1 рік тому |
Daniel Bertalan
|
c62240aa80
Everywhere: Warn on function definitions without prototypes
|
11 місяців тому |
Tim Ledbetter
|
a552bda8d9
LibWeb: Pass the old attribute value to `Element::attribute_changed()`
|
1 рік тому |
Luke Warlow
|
ce8d3d17c4
LibWeb: Implement unsafe HTML parsing methods
|
1 рік тому |
Luke Warlow
|
9171c35183
LibWeb: Refactor DOM parsing APIs
|
1 рік тому |
Andreas Kling
|
fb9f3f10f3
LibWeb: Add Element.getHTML() and ShadowRoot.getHTML()
|
1 рік тому |
Andreas Kling
|
f4bdf56212
LibWeb: Rename Element::shadow_root_internal() to shadow_root()
|
1 рік тому |
Andreas Kling
|
043ad0eb76
LibWeb: Refactor Element.attachShadow() after spec changes
|
1 рік тому |
Timothy Flynn
|
aa3a30870b
LibUnicode: Replace code point bidirectional classes with ICU
|
1 рік тому |
Aliaksandr Kalenik
|
5285e22f2a
LibWeb+WebContent: Move scrollbar painting into WebContent
|
1 рік тому |
Tim Ledbetter
|
d6297ec074
LibWeb: Cast to the correct type in `Element::auto_directionality()`
|
1 рік тому |
Andreas Kling
|
802af5ad9d
LibWeb: Allow Element.insertAdjacentHTML on the document element
|
1 рік тому |