Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move and rename "Accessibility concerns" section in HTML element page template #33628

Merged
merged 2 commits into from
May 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ Include a table of the events fired on this type of element, if any.
| event 2 | Explain briefly when it is fired |
| etc. | |

## Accessibility

Warn of any potential accessibility concerns that exist with using this element, and how to work around them. Remove this section if there are none to list.

## Examples

Note that we use the plural "Examples" even if the page only contains one example.
Expand Down Expand Up @@ -141,10 +145,6 @@ See our guide on how to add [code examples](/en-US/docs/MDN/Writing_guidelines/P
> For examples of this API, see [the page on fetch()](https://example.org).
> ```

## Accessibility concerns

Optionally, warn of any potential accessibility concerns that exist with using this element, and how to work around them. Remove this section if there are none to list.

## Technical summary

<table class="properties">
Expand Down