mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-20 09:21:55 +00:00
LibWeb/SVG: Implement default_tab_index_value for a element
Another FIXME bites the dust :^)
This commit is contained in:
parent
9c13644cde
commit
9c4e80a3ec
Notes:
github-actions[bot]
2024-08-14 19:40:26 +00:00
Author: https://github.com/jamierocks
Commit: 9c4e80a3ec
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1077
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 61 additions and 1 deletions
12
Tests/LibWeb/Text/expected/HTML/tabIndex-attribute.txt
Normal file
12
Tests/LibWeb/Text/expected/HTML/tabIndex-attribute.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
p.tabIndex initial value: -1
|
||||
h1.tabIndex initial value: -1
|
||||
a.tabIndex initial value: 0
|
||||
area.tabIndex initial value: 0
|
||||
button.tabIndex initial value: 0
|
||||
frame.tabIndex initial value: 0
|
||||
iframe.tabIndex initial value: 0
|
||||
input.tabIndex initial value: 0
|
||||
object.tabIndex initial value: 0
|
||||
select.tabIndex initial value: 0
|
||||
textarea.tabIndex initial value: 0
|
||||
svg.a.tabIndex initial value: 0
|
Loading…
Add table
Add a link
Reference in a new issue