Skip to content

Commit 639d561

Browse files
authored
Update Noscript element.md
update formatting
1 parent 21da56d commit 639d561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ WAVE Tool's Reference material on Noscript element may not specifically address
2626
> ### What It Means
2727
> A `<noscript>` element is present.
2828
> ### 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.
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.
3030
> ### What To Do
3131
> Ensure that scripted content is accessible. The <noscript> content will be presented to very few users, but must be accessible if used.
3232
> ### The Algorithm... in English

0 commit comments

Comments
 (0)