You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/known-issues-and-solutions/solutions-index/Noscript element.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@
16
16
WAVE Tool's Reference material on Noscript element may not specifically address your problem. We provide it here for optional reading.
17
17
18
18
??? Info "Click to see WAVE Tool Reference"
19
-
20
-
This content added 2026-04-07. Check for updated guidance at: <a href="https://wave.webaim.org/api/docs?format=html#noscript" target="_blank">https://wave.webaim.org/api/docs?format=html#noscript</a>
19
+
This content added [YYYY-MM-DD]. Check for updated guidance at: <ahref="https://wave.webaim.org/api/docs?format=html#noscript"target="_blank">https://wave.webaim.org/api/docs?format=html#noscript</a>
21
20
22
21
> ### WAVE Category
23
22
> Alerts
@@ -26,14 +25,14 @@ WAVE Tool's Reference material on Noscript element may not specifically address
26
25
> ### What It Means
27
26
> A `<noscript>` element is present.
28
27
> ### Why It Matters
29
-
> Content within `<noscript>` is presented if JavaScript is disabled. Because nearly all users (including users of screen readers and other assistive technologies) have JavaScript enabled, `<noscript>` cannot be used to provide an accessible version of inaccessible scripted content.
28
+
> Content within `<noscript>` is presented if JavaScript is disabled. Because nearly all users (including users of screen readers and other assistive technologies) have JavaScript enabled, `<noscript>` cannot be used to provide an accessible version of inaccessible scripted content.
30
29
> ### What To Do
31
-
> Ensure that scripted content is accessible. The <noscript> content will be presented to very few users, but must be accessible if used.
30
+
> Ensure that scripted content is accessible. The `<noscript>` content will be presented to very few users, but must be accessible if used.
32
31
> ### The Algorithm... in English
33
32
> A `<noscript>` element is present.
34
33
> ### Standards and Guidelines
35
34
> None
36
-
35
+
37
36
## Example of a DOM Snippet Generated From WAVE Tool
0 commit comments