Skip to content

Commit 3d31527

Browse files
authored
Update Noscript element.md
update formatting
1 parent 639d561 commit 3d31527

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/known-issues-and-solutions/solutions-index/Noscript element.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
WAVE Tool's Reference material on Noscript element may not specifically address your problem. We provide it here for optional reading.
1717

1818
??? 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: <a href="https://wave.webaim.org/api/docs?format=html#noscript" target="_blank">https://wave.webaim.org/api/docs?format=html#noscript</a>
2120

2221
> ### WAVE Category
2322
> Alerts
@@ -26,14 +25,14 @@ WAVE Tool's Reference material on Noscript element may not specifically address
2625
> ### What It Means
2726
> A `<noscript>` element is present.
2827
> ### 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.
3029
> ### 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.
3231
> ### The Algorithm... in English
3332
> A `<noscript>` element is present.
3433
> ### Standards and Guidelines
3534
> None
36-
35+
3736
## Example of a DOM Snippet Generated From WAVE Tool
3837

3938
> ```html

0 commit comments

Comments
 (0)