Skip to content

Commit f8ef875

Browse files
mdn-botJosh-Cena
andauthored
fix: auto-cleanup by bot (mdn#42680)
* chore: auto-fix Markdownlint, Prettier, and front-matter issues * Fix more * Fix typos --------- Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
1 parent 9384ca2 commit f8ef875

File tree

22 files changed

+63
-46
lines changed

22 files changed

+63
-46
lines changed

.vscode/dictionaries/code-entities.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ jssidebar
325325
jsval
326326
kaios
327327
kawi
328+
kdeglobals
328329
kerx
329330
Key_Codeinput
330331
KEY_dead_abovecomma
@@ -360,6 +361,7 @@ KIND_NONHEAP
360361
knda
361362
Kore
362363
krai
364+
kwriteconfig
363365
lanatham
364366
laoo
365367
largeop

files/en-us/games/techniques/control_mechanisms/other/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ If you want to go completely bananas you can use [Makey Makey](https://makeymake
157157

158158
Check out the [banana piano video](https://www.youtube.com/watch?v=_DWQ6ce2Ags), and be sure to visit the [quick start guide](https://learn.sparkfun.com/tutorials/makey-makey-quickstart-guide) for all the needed info.
159159

160-
There's even a [Cylon.js-supported Makey Button functionality](https://cylonjs.com/documentation/drivers/makey-button/) inspired by the Makey Makey board, so you can use the popular Cylon robotics framework for your experiments with Arduino or Raspberry Pi. Connecting the boards and using them may look like this:
160+
There's even a Cylon.js-supported Makey Button functionality inspired by the Makey Makey board, so you can use the popular Cylon robotics framework for your experiments with Arduino or Raspberry Pi. Connecting the boards and using them may look like this:
161161

162162
```js
163163
const Cylon = require("cylon");

files/en-us/glossary/adobe_flash/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar: glossarysidebar
1212
- [Flash](https://en.wikipedia.org/wiki/Adobe_Flash) on Wikipedia
1313
- [Adobe Flash Player](https://en.wikipedia.org/wiki/Adobe_Flash_Player) on Wikipedia
1414
- [Adobe Flash end-of-life announcement](https://www.adobe.com/products/flashplayer/end-of-life-alternative.html)
15-
- Chrome: [Saying goodbye to Flash in Chrome](https://blog.google/products/chrome/saying-goodbye-flash-chrome/)
15+
- Chrome: [Saying goodbye to Flash in Chrome](https://blog.google/products-and-platforms/products/chrome/saying-goodbye-flash-chrome/)
1616
- Firefox: [Firefox Roadmap for Flash End-of-Life](https://blog.mozilla.org/futurereleases/2017/07/25/firefox-roadmap-flash-end-life/)
1717
- Safari: [Adobe Announces Flash Distribution and Updates to End](https://webkit.org/blog/7839/adobe-announces-flash-distribution-and-updates-to-end/)
1818
- Edge: [The End of an Era – Next Steps for Adobe Flash](https://blogs.windows.com/msedgedev/2017/07/25/flash-on-windows-timeline/)

files/en-us/learn_web_development/core/accessibility/what_is_accessibility/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ This article should have given you a useful high-level overview of accessibility
176176
- [Understandable](/en-US/docs/Web/Accessibility/Guides/Understanding_WCAG/Understandable)
177177
- [Robust](/en-US/docs/Web/Accessibility/Guides/Understanding_WCAG/Robust)
178178

179-
- [Google Chrome released an auto-captioning extension](https://blog.google/products/chrome/live-caption-chrome/)
179+
- [Google Chrome released an auto-captioning extension](https://blog.google/products-and-platforms/products/chrome/live-caption-chrome/)
180180

181181
{{NextMenu("Learn_web_development/Core/Accessibility/Tooling", "Learn_web_development/Core/Accessibility")}}

files/en-us/mdn/community/pull_requests/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,5 @@ Once the reviewer mentioned in the description has approved the changes, they wi
198198
Reviewers are encouraged to read the following articles for help with common tasks:
199199

200200
- [The Art of Closing](https://blog.jessfraz.com/post/the-art-of-closing/) explains how to close an unfinished or rejected pull request
201-
- [Kindness and Code Reviews: Improving the Way We Give Feedback](https://product.voxmedia.com/2018/8/21/17549400/kindness-and-code-reviews-improving-the-way-we-give-feedback) gives useful hints to give feedback
202201
- [Code Review Guidelines for the Reviewer](https://phauer.com/2018/code-review-guidelines/#code-reviews-guidelines-for-the-reviewer) provides examples of good and bad feedback
203202
- [How to do a code review](https://google.github.io/eng-practices/review/reviewer/) on google.github.io/eng-practices

files/en-us/mozilla/firefox/releases/147/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Firefox 147 is the current [Beta version of Firefox](https://www.firefox.com/en-
103103

104104
#### WebDriver BiDi
105105

106-
- Implemented the `input.fileDialogOpened` event, which is emitted whenever a filepicker is triggered by the content page, for instance after clicking on an input with `type="file"`. ([Firefox bug 1855045](https://bugzil.la/1855045)).
106+
- Implemented the `input.fileDialogOpened` event, which is emitted whenever a file picker is triggered by the content page, for instance after clicking on an input with `type="file"`. ([Firefox bug 1855045](https://bugzil.la/1855045)).
107107
- Implemented the `emulation.setScreenSettingsOverride` command to allow clients to emulate the screen dimensions for a list of browsing contexts or user contexts. ([Firefox bug 2000651](https://bugzil.la/2000651)).
108108
- Fixed an issue where `browsingContext.navigate` with `wait=none` didn't always contain the real target URL. ([Firefox bug 2004191](https://bugzil.la/2004191)).
109109
- Updated `script.evaluate` and `script.callFunction` to bypass Content Security Policy (CSP). ([Firefox bug 1941780](https://bugzil.la/1941780)).

files/en-us/web/api/serviceworkercontainer/register/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This ensures that only one service worker runs for each document.
9999
100100
### Security considerations
101101

102-
The `scriptURL` parameter specifies the script for the service worker, which can intercept network requests for pages within its scope and return respones that are fresh, cached, new, or modified.
102+
The `scriptURL` parameter specifies the script for the service worker, which can intercept network requests for pages within its scope and return responses that are fresh, cached, new, or modified.
103103
If the input is provided by a user, this is a possible vector for [cross-site scripting (XSS)](/en-US/docs/Web/Security/Attacks/XSS) attacks.
104104

105105
It is extremely risky to accept and execute arbitrary URLs from untrusted origins.
@@ -162,7 +162,7 @@ const trustedScriptURL = policy.createScriptURL(untrustedScript);
162162
We can now pass the `TrustedScriptURL` object into `register()`:
163163

164164
```js
165-
navigator.serviceWorker.register(trustedScriptURL).
165+
navigator.serviceWorker.register(trustedScriptURL);
166166
```
167167

168168
### Register a service worker with default scope

files/en-us/web/api/svganimatedstring/baseval/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ browser-compat: api.SVGAnimatedString.baseVal
99
{{APIRef("SVG")}}
1010

1111
> [!WARNING]
12-
> The [`baseVal`](/en-US/docs/Web/API/SVGAnimatedString/baseVal) property can be used to set the non-animated value of a reflected attribute.
12+
> The `baseVal` property can be used to set the non-animated value of a reflected attribute.
1313
> In the case of {{domxref("SVGScriptElement/href","SVGScriptElement.href.baseVal")}} this property represents the URL of an external script loaded into the SVG script element.
1414
> APIs like this are known as [injection sinks](/en-US/docs/Web/API/Trusted_Types_API#concepts_and_usage), and are potentially a vector for [cross-site scripting (XSS)](/en-US/docs/Web/Security/Attacks/XSS) attacks.
1515
>
@@ -24,7 +24,7 @@ This is the value of the reflected attribute before any animations are applied.
2424

2525
Getting the property returns a string that represents the non-animated value of the reflected attribute, if it has been set.
2626
If the reflected attribute is not specified but has an alternative deprecated version that has been set, then its value will be returned instead.
27-
If neither reflected attribute is set, then the property will return an iniital value for the reflected attribute if one exists, and otherwise the empty string (`""`).
27+
If neither reflected attribute is set, then the property will return an initial value for the reflected attribute if one exists, and otherwise the empty string (`""`).
2828

2929
The property must be set to a {{domxref("TrustedScriptURL")}} if the reflected attribute's element is an {{domxref("SVGScriptElement")}} and [Trusted Types](/en-US/docs/Web/API/Trusted_Types_API) are [enforced by a CSP](/en-US/docs/Web/API/Trusted_Types_API#using_a_csp_to_enforce_trusted_types).
3030
For all other cases, the value can be a string (or an object that can be resolved to a string).

files/en-us/web/css/guides/anchor_positioning/using/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ body {
166166

167167
.scoped {
168168
padding: 20px;
169-
background: #eee;
169+
background: #eeeeee;
170170
}
171171

172172
.anchor {

files/en-us/web/css/reference/properties/anchor-scope/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ anchor-scope: unset;
3333
- : No anchor scope limiting happens on an element. This is the default value.
3434
- `all`
3535
- : Sets the scope so that _any_ `anchor-name` values set in the subtree can only be bound to by positioned elements in the same subtree.
36-
- {{cssxref("dashed-ident")}}#
36+
- {{cssxref("dashed-ident", "&lt;dashed-ident&gt;#")}}
3737
- : One or more comma-separated {{cssxref("dashed-ident")}}s representing anchor names. Sets the scope so that the specified `anchor-name` values, when set in the subtree, can only be bound to by positioned elements in the same subtree.
3838

3939
## Description
@@ -100,7 +100,7 @@ To test this out, we declare the `anchor` `<div>` as an anchor element by settin
100100
```css hidden live-sample___basic-usage
101101
.scoped {
102102
padding: 20px;
103-
background: #eee;
103+
background: #eeeeee;
104104
}
105105

106106
.anchor {
@@ -181,8 +181,8 @@ Finally, we include a {{htmlelement("form")}} containing three different [`<inpu
181181

182182
<input type="radio" id="all" name="scope" value="all" checked />
183183
<label for="all"><code>all</code></label>
184-
<input type="radio" id="--my-anchor" name="scope" value="--my-anchor" />
185-
<label for="--my-anchor"><code>--my-anchor</code></label>
184+
<input type="radio" id="my-anchor" name="scope" value="--my-anchor" />
185+
<label for="my-anchor"><code>--my-anchor</code></label>
186186
<input type="radio" id="none" name="scope" value="none" />
187187
<label for="none"><code>none</code></label>
188188
</fieldset>
@@ -203,8 +203,8 @@ body {
203203

204204
.scoped {
205205
padding: 20px;
206-
background: #eee;
207-
border: 2px solid #ddd;
206+
background: #eeeeee;
207+
border: 2px solid #dddddd;
208208
border-radius: 10px;
209209
width: 100px;
210210
height: 100px;
@@ -225,7 +225,7 @@ body {
225225
border-radius: 3px;
226226
width: fit-content;
227227
padding: 3px 6px;
228-
box-shadow: 3px 3px 3px rgba(0 0 0 / 0.2);
228+
box-shadow: 3px 3px 3px rgb(0 0 0 / 0.2);
229229
}
230230

231231
form {

0 commit comments

Comments
 (0)