Skip to content

Commit

Permalink
chore(markdown): lowercase language identifiers (#36611)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo authored Nov 1, 2024
1 parent fb1a66a commit d8fd932
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/accessibility/aria/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ All content that is available to non-assistive technology users must be made ava

It would have been much simpler to use the native {{HTMLElement('progress')}} element instead:

```HTML
```html
<progress id="percent-loaded" value="75" max="100">75 %</progress>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The `search` role is [a landmark](/en-US/docs/Web/Accessibility/ARIA/Roles#3._la

When a {{HTMLElement('form')}} is a search form, use the `search` role instead of [`form`](/en-US/docs/Web/Accessibility/ARIA/Roles/form_role) role.

```HTML
```html
<form id="search" role="search">
<label for="search-input">Search this site</label>
<input type="search" id="search-input" name="search" spellcheck="false">
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xsltprocessor/clearparameters/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This example shows how `clearParameters()` can be used to reset all parameters b

#### HTML

```HTML
```html
<div id="result"></div>
```

Expand Down

0 comments on commit d8fd932

Please sign in to comment.