LibWeb: Derive implicit aria-level for h1–h6 from tag name

This commit is contained in:
Dowsley 2025-10-10 08:25:49 -07:00 committed by Sam Atkins
parent d7f830cdd1
commit c6b289c3dc
Notes: github-actions[bot] 2025-10-10 16:19:11 +00:00
6 changed files with 40 additions and 2 deletions

View file

@ -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);