Lines Matching refs:role
153 | Web | `<h1 aria-level="1" dir="auto" role="heading" />` |
165 | Web | `<h2 aria-level="2" dir="auto" role="heading" />` |
177 | Web | `<h3 aria-level="3" dir="auto" role="heading" />` |
189 | Web | `<h4 aria-level="4" dir="auto" role="heading" />` |
201 | Web | `<h5 aria-level="5" dir="auto" role="heading" />` |
213 | Web | `<h6 aria-level="6" dir="auto" role="heading" />` |
234 | Web | `<a data-focusable="{true}" dir="auto" href="#" role="link" target="_blank" />` |
254 …/developer.mozilla.org/en-US/docs/Web/HTML/Element/header) with the ARIA `role` set to [`"banner"`…
303 | Web | [`<header role="banner" />`][html-header] …
314 Renders a `<main />` on web with ARIA `role` set to `main` and a `View` with no ARIA set on mobile.
329 | Web | `<main role="main" style="display:flex" />` |
344 | Web | `<section role="region" style="display:flex" />` |
359 | Web | `<article role="article" />` |
372 | Web | `<aside role="complementary" />` |
387 | Web | `<footer role="contentinfo" />` |