mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Derive implicit aria-level for h1–h6 from tag name
This commit is contained in:
parent
d7f830cdd1
commit
c6b289c3dc
Notes:
github-actions[bot]
2025-10-10 16:19:11 +00:00
Author: https://github.com/Dowsley 🔰
Commit: c6b289c3dc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6256
Reviewed-by: https://github.com/AtkinsSJ ✅
6 changed files with 40 additions and 2 deletions
|
|
@ -49,6 +49,7 @@ interface Internals {
|
|||
|
||||
DOMString getComputedRole(Element element);
|
||||
DOMString getComputedLabel(Element element);
|
||||
DOMString getComputedAriaLevel(Element element);
|
||||
unsigned short getEchoServerPort();
|
||||
|
||||
undefined setBrowserZoom(double factor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue