Skip to content

Commit

Permalink
Move and rename "Accessibility concerns" section in HTML element page…
Browse files Browse the repository at this point in the history
… template (mdn#33628)

* move and rename accessibility section

* remove 'optionally'
  • Loading branch information
elichad authored May 17, 2024
1 parent fd4435c commit f70c80a
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit f70c80a

Please sign in to comment.