We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b964d6b commit de7dec7Copy full SHA for de7dec7
1 file changed
styles/index.html
@@ -2947,6 +2947,10 @@ <h2>Forms</h2>
2947
<output role=alert for=output-input aria-live=polite>Polite alert text</output>
2948
2949
<header>With <var>role=alert</var><var>aria-live=assertive</var></header>
2950
+ <!-- https://w3c.github.io/aria#alert -->
2951
+ <!-- https://w3c.github.io/aria#aria-live -->
2952
+ <output role=alert for=output-input aria-live=assertive>Assertive alert text</output>
2953
+
2954
2955
<header>With <var>role=note</var></header>
2956
<!-- https://w3c.github.io/aria//#note -->
0 commit comments