Skip to content

Commit 74e7902

Browse files
mdn-botJosh-Cena
andauthored
fix: auto-cleanup by bot (mdn#40787)
* chore: auto-fix Markdownlint, Prettier, and front-matter issues * More stuff * Fix typos --------- Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
1 parent 811626a commit 74e7902

File tree

22 files changed

+24
-30
lines changed

22 files changed

+24
-30
lines changed

.vscode/dictionaries/terms-abbreviations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ stringifiers
682682
stringifying
683683
stringly
684684
strobing
685+
stylability
685686
styracosaurus
686687
subarticle
687688
subarticles

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Common browsers include:
2020
- [Web browser](https://en.wikipedia.org/wiki/Web_browser) on Wikipedia
2121
- {{HTTPHeader("User-agent")}} HTTP request header
2222
- Browser download links:
23-
- [Apple Safari](https://support.apple.com/downloads/safari)
23+
- [Apple Safari](https://www.apple.com/safari/) (Safari is not a downloadable browser)
2424
- [Google Chrome](https://www.google.com/chrome/)
2525
- [Microsoft Edge](https://www.microsoft.com/en-us/edge)
2626
- [Mozilla Firefox](https://www.firefox.com/en-US/)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you want to try the latest Chrome features, install one of the pre-stable bui
3535
- [The Chromium Projects](https://www.chromium.org/)
3636
- [Chrome for Developers](https://developer.chrome.com/)
3737
- [Chrome Platform Status](https://chromestatus.com/)
38-
- [Report Chromium issues](https://bugs.chromium.org/p/chromium/issues/list)
38+
- [Report Chromium issues](https://issues.chromium.org/issues)
3939
- Related glossary terms:
4040
- {{glossary("Browser")}}
4141
- {{glossary("Blink")}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Edge used EdgeHTML as its {{Glossary("Engine/Rendering", "rendering engine")}} u
2121
- {{Glossary("Blink")}}
2222
- {{Glossary("Trident")}}
2323
- {{Glossary("WebKit")}}
24-
- Other browsers: {{glossary("Google Chrome")}}, {{glossary("Microsoft Edge")}}, {{glossary("Mozilla Firefox")}}, {{glossary("Opera Browser")}}
24+
- Other browsers: {{glossary("Apple Safari")}}, {{glossary("Google Chrome")}}, {{glossary("Mozilla Firefox")}}, {{glossary("Opera Browser")}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you want to try the latest Firefox features, install one of the pre-release b
3333
## See also
3434

3535
- [Firefox](https://en.wikipedia.org/wiki/Firefox) on Wikipedia
36-
- [Firefox Release Notes](https://www.mozilla.org/en-US/firefox/releases/)
36+
- [Firefox Release Notes](https://www.firefox.com/en-US/releases/)
3737
- [Firefox Source Docs](https://firefox-source-docs.mozilla.org/)
3838
- [Firefox developer documentation](/en-US/docs/Mozilla/Firefox) on MDN Web Docs
3939
- [SpiderMonkey](https://spidermonkey.dev/) JavaScript and WebAssembly engine

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Opera is available for multiple platforms:
1313

1414
- [Opera for Windows, macOS, and Linux](https://www.opera.com/download)
1515
- [Opera for Android](https://play.google.com/store/apps/details?id=com.opera.browser)
16-
- [Opera for iOS](https://apps.apple.com/app/opera-browser-fast-private/id1411869974)
16+
- [Opera for iOS](https://apps.apple.com/us/app/opera-ai-browser-with-vpn/id1411869974)
1717

1818
## See also
1919

files/en-us/mdn/writing_guidelines/page_structures/page_types/api_property_subpage_template/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ _If you need more than a couple of paragraphs, this should be added in a "Descri
9898
A \{{domxref("SomeDataType" }}.
9999
100100
_Normally just the data type, and allowed values for that data type if relevant._
101-
_If the property has different setter and getter behaviour, these should normally be covered in separate sentences._
101+
_If the property has different setter and getter behavior, these should normally be covered in separate sentences._
102102
103103
_In some cases you may want to say more about what the data type represents._
104104
_This is acceptable, but should not duplicate information from the "Description" section (you should include information about what the value means there)._

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ No notable changes.
5252

5353
#### Media, WebRTC, and Web Audio
5454

55-
- [`RTCInboundRtpStreamStats.trackIdentifier`](/en-US/docs/Web/API/RTCInboundRtpStreamStats#trackidentifier) is now supported.
55+
- [`RTCInboundRtpStreamStats.trackIdentifier`](/en-US/docs/Web/API/RTCInboundRtpStreamStats/trackIdentifier) is now supported.
5656
This allows developers to associate `inbound-rtp` statistics with a particular track when using {{domxref("RTCPeerConnection.getStats()")}}.
5757
(For more information see [Firefox bug 1804676](https://bugzil.la/1804676).)
5858

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Firefox 141 was released on [July 22, 2025](https://whattrainisitnow.com/release
5252

5353
#### General
5454

55-
- Removed the experimental CDP (Chrome DevTools Protocol) implementation from Firefox. With it we also removed the support for the `remote.active-protocols` preference. More details on this topic can be found on [fxdx.dev](https://fxdx.dev/cdp-retirement-in-firefox/) ([Firefox bug 1882096](https://bugzil.la/1882096)).
55+
- Removed the experimental CDP (Chrome DevTools Protocol) implementation from Firefox. With it we also removed the support for the `remote.active-protocols` preference. More details on this topic can be found on [Firefox Developer Experience](https://fxdx.dev/cdp-retirement-in-firefox/) ([Firefox bug 1882096](https://bugzil.la/1882096)).
5656
- Removed the temporary `remote.system-access-check.enabled` preference. This preference can no longer be used to disable system access checks when using WebDriver in Firefox's chrome scope during testing ([Firefox bug 1955007](https://bugzil.la/1955007)).
5757

5858
#### WebDriver BiDi

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ Firefox 142 is the current [Beta version of Firefox](https://www.firefox.com/en-
117117

118118
The CSS {{CSSXRef(":heading")}} pseudo-class allows you to style all [heading elements](/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements) (`<h1>`-`<h6>`) at once rather than targeting them individually. The {{CSSXRef(":heading_function", ":heading()")}} functional pseudo-class allows you to style heading elements that match the [`<An+B>`](/en-US/docs/Web/CSS/:heading_function#functional_notation) notation. ([Firefox bug 1974386](https://bugzil.la/1974386)).
119119

120-
121120
- **`view-transition-name: match-element`** (Nightly): `layout.css.anchor-positioning.enabled`
122121

123122
The {{CSSXRef("view-transition-name", "match-element", "#match-element")}} value of the CSS {{CSSXRef("view-transition-name")}} property [automatically](/en-US/docs/Web/CSS/view-transition-name#specifying_view-transition-name_values_automatically) assigns a unique internal `view-transition-name` to each selected element, rather than having to name them individually. ([Firefox bug 1956141](https://bugzil.la/1956141)).

0 commit comments

Comments
 (0)