Andreas Kling
|
3bfb0534be
LibGC: Rename MarkedVector => RootVector
|
6 months ago |
Andreas Kling
|
dc8343cc23
LibWeb: Add mechanism to invalidate only inherited styles
|
6 months ago |
sideshowbarker
|
966c68ae0e
LibWeb: Align accname alt-vs-title behavior w/ HTML-AAM spec & WPT tests
|
6 months ago |
Jelle Raaijmakers
|
f29457b61e
LibWeb: Resolve performance FIXME in Node::is_equal_node()
|
6 months ago |
Jelle Raaijmakers
|
1c55153d43
LibWeb: Refactor "editable" and "editing host" concepts
|
7 months ago |
Shannon Booth
|
02efb64e64
LibWeb/DOM: Implement the DOM post connection steps
|
7 months ago |
sideshowbarker
|
68894306e2
LibWeb: Compute default ARIA roles context-sensitively where required
|
7 months ago |
Timothy Flynn
|
6381ed26f2
LibWeb: Modernize the ARIA spec comment style a bit
|
7 months ago |
sideshowbarker
|
989c2f9e87
LibWeb: Use el.aria_foo(), not el.has_attribute("aria-foo"_string)
|
7 months ago |
sideshowbarker
|
5d47ba1e38
LibWeb: Minor code cleanup; use HTML::AttributeNames::value, not string
|
7 months ago |
Psychpsyo
|
d4d335ebda
LibWebView: Display layouting information in devtools
|
7 months ago |
Shannon Booth
|
0fa54c2327
LibURL+LibWeb: Make URL::serialize return a String
|
7 months ago |
sideshowbarker
|
6bfc35b6a9
LibWeb: Fix aria-label precedence in accessible-name computation
|
7 months ago |
sideshowbarker
|
314e5d6bb7
LibWeb: Compute accessible names for hidden/hidden-but-referenced nodes
|
8 months ago |
sideshowbarker
|
e2a7f844e6
LibWeb: Handle accessible-name computation for shadow roots and slots
|
7 months ago |
sideshowbarker
|
db29d248ad
LibWeb: Fix accessible-name computation for “encapsulation” cases
|
7 months ago |
sideshowbarker
|
7a6813cdea
LibWeb: Fix input@type=button|submit|reset accessible-name computation
|
7 months ago |
sideshowbarker
|
12b7304876
LibWeb: Fix accessible-name computation for table, fieldset, image input
|
7 months ago |
Andreas Kling
|
01f4bbbba7
LibWeb: Abandon Node.replaceChild() if removal rejigs the DOM
|
7 months ago |
sideshowbarker
|
8965698ce7
LibWeb: Support accessible-name computation for SVG elements
|
7 months ago |
Andreas Kling
|
4203b7823f
LibWeb: Fix incorrect exception on replaceChild() with doctypes
|
7 months ago |
Andreas Kling
|
ab0dc83d28
LibWeb: Make Node.normalize() ignore CDATASection nodes
|
7 months ago |
Timothy Flynn
|
b99a3ec2df
LibWeb: Clone CDATASection nodes with the correct node type
|
7 months ago |
Andreas Kling
|
564dc0a434
LibWeb: Use correct factory function when cloning a Document node
|
7 months ago |
sideshowbarker
|
ed7ec7a0f8
LibWeb: Fix accname computation for all aria-labelledby cases
|
8 months ago |
Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
8 months ago |
Shannon Booth
|
9b79a686eb
LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T>
|
8 months ago |
sideshowbarker
|
55b19c3177
LibWeb: Remove unused append_with_space etc functions from DOM::Node
|
8 months ago |
sideshowbarker
|
dfd50afa4e
LibWeb: Add an alternative_text() getter
|
8 months ago |
sideshowbarker
|
6d29afaa6c
LibWeb: Fix accessible-name computation for aria-labelledby cases
|
8 months ago |