diff --git a/files/en-us/learn/server-side/express_nodejs/mongoose/index.md b/files/en-us/learn/server-side/express_nodejs/mongoose/index.md index c2fee92aea6f8c9..894a0a3afbfeda1 100644 --- a/files/en-us/learn/server-side/express_nodejs/mongoose/index.md +++ b/files/en-us/learn/server-side/express_nodejs/mongoose/index.md @@ -520,7 +520,7 @@ After logging in, you'll be taken to the [home](https://cloud.mongodb.com/v2) sc 1. Click the **Build a Database** button in the _Database Deployments_ section. ![Create a database on MongoDB Atlas.](mongodb_atlas_-_createdatabase.jpg) - + 2. This will open the _Deploy a cloud database_ screen. Click on the **Create** button under the _Shared_ deployment option. ![Choose a deployment option when using MongoDB Atlas.](mongodb_atlas_-_deploy.jpg) diff --git a/files/en-us/mozilla/add-ons/webextensions/modify_a_web_page/index.md b/files/en-us/mozilla/add-ons/webextensions/modify_a_web_page/index.md index f83e589f84a6101..cfec46e5ec2f3e3 100644 --- a/files/en-us/mozilla/add-ons/webextensions/modify_a_web_page/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/modify_a_web_page/index.md @@ -60,7 +60,7 @@ document.body.appendChild(header); Now [install the extension](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/), and visit [https://developer.mozilla.org/](/). The page should look like this: -![developer.mozilla.org page "eaten" by the script](eaten_page.png ) +![developer.mozilla.org page "eaten" by the script](eaten_page.png) ## Modifying pages programmatically diff --git a/files/en-us/mozilla/firefox/releases/101/index.md b/files/en-us/mozilla/firefox/releases/101/index.md index 14ca08c49844c1e..5e5ed580679fe52 100644 --- a/files/en-us/mozilla/firefox/releases/101/index.md +++ b/files/en-us/mozilla/firefox/releases/101/index.md @@ -42,7 +42,7 @@ This article provides information about the changes in Firefox 101 that will aff - [`HTMLMediaElement.preservesPitch`](/en-US/docs/Web/API/HTMLMediaElement/preservesPitch) is now supported without the `moz` prefix. `mozPreservesPitch` is now an alias of `preservesPitch`, but is deprecated, and may be removed in future releases. ({{bug(1652950)}}). - + - [`HTMLInputElement.showPicker()`](/en-US/docs/Web/API/HTMLInputElement/showPicker) is now supported, allowing the picker for an input element to be displayed when a user interacts with some other element, such as a button ({{bug(1745005)}}). diff --git a/files/en-us/web/accessibility/aria/roles/spinbutton_role/index.md b/files/en-us/web/accessibility/aria/roles/spinbutton_role/index.md index 4375b3b9ec7edc1..cf76b260e52c25e 100644 --- a/files/en-us/web/accessibility/aria/roles/spinbutton_role/index.md +++ b/files/en-us/web/accessibility/aria/roles/spinbutton_role/index.md @@ -69,7 +69,7 @@ There are some types of user interface components that, when represented in a pl - [`aria-valuetext`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-valuetext) - : Assistive technologies often present the value of `aria-valuenow` as a number. If `aria-valuenow` cannot be accurate, use `aria-valuetext` to provide the spinbutton with a more understandable value. - + - [`aria-valuemin`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-valuemin) - : Set to a decimal value representing the minimum value and less than `aria-valuemax`. If not present, there is no default value. @@ -163,7 +163,7 @@ It is recommended to use the native {{HTMLElement("input")}} element of type `nu - Working examples: - [Date picker spin button example](https://www.w3.org/TR/wai-aria-practices/examples/spinbutton/datepicker-spinbuttons.html) - [Toolbar example: font-size picker](https://www.w3.org/TR/wai-aria-practices/examples/toolbar/toolbar.html) - +