From 8025600c43b5568ee86aed054f7407018039a1b9 Mon Sep 17 00:00:00 2001 From: dotacow Date: Mon, 6 Jul 2026 17:04:00 +0300 Subject: [PATCH 1/4] chore(dict): add valid Web API terms to ignore list --- .vscode/dictionaries/ignore-list.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vscode/dictionaries/ignore-list.txt b/.vscode/dictionaries/ignore-list.txt index d5b78d6f6497857..9814796cf6cd15f 100644 --- a/.vscode/dictionaries/ignore-list.txt +++ b/.vscode/dictionaries/ignore-list.txt @@ -341,3 +341,9 @@ YWxhZGRpbjpvcGVuc2VzYW1l Za'taak Zorp ZRWB +scrollby +scrollintoview +scrollto +onvisibilitymaskchange +visibilitymaskchange +SIDETYPE \ No newline at end of file From c4a8385e787785805405ecf7e45af8b03da9eaed Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Wed, 8 Jul 2026 16:16:54 -0400 Subject: [PATCH 2/4] fix again --- .vscode/dictionaries/code-entities.txt | 5 +++ .vscode/dictionaries/ignore-list.txt | 6 --- .vscode/dictionaries/proper-names.txt | 2 + .../api/publicsuffix/getdomain/index.md | 4 +- files/en-us/web/api/element/scroll/index.md | 6 +-- files/en-us/web/api/element/scrollby/index.md | 8 ++-- .../web/api/element/scrollintoview/index.md | 8 ++-- files/en-us/web/api/element/scrollto/index.md | 8 ++-- .../api/element/startviewtransition/index.md | 8 ++-- .../api/request/isreloadnavigation/index.md | 2 +- .../using_element-scoped/index.md | 44 +++++++++---------- files/en-us/web/api/window/scroll/index.md | 4 +- files/en-us/web/api/window/scrollby/index.md | 6 +-- files/en-us/web/api/window/scrollto/index.md | 6 +-- .../css/reference/properties/font/index.md | 2 +- .../properties/view-transition-scope/index.md | 2 +- .../values/color_value/alpha/index.md | 22 +++++----- .../defenses/local_network_access/index.md | 4 +- 18 files changed, 74 insertions(+), 73 deletions(-) diff --git a/.vscode/dictionaries/code-entities.txt b/.vscode/dictionaries/code-entities.txt index 5f34fa968a66638..cff9fda4403202d 100644 --- a/.vscode/dictionaries/code-entities.txt +++ b/.vscode/dictionaries/code-entities.txt @@ -139,6 +139,7 @@ congres connectionavailable contentaccessible contentdelete +contentoccluded contentvisibilityautostatechange controlslist cookiechange @@ -575,6 +576,7 @@ ontextformatupdate ontextupdate onuncapturederror onvalidationstatuschange +onvisibilitymaskchange onwebkitmouseforcewillbegin onzoomlevelchange opendocument @@ -790,6 +792,7 @@ testingbot-api texlive texlive-fontsextra textformatupdate +TEXTPATH_SIDETYPE textupdate TEXTUREI thickmathspace @@ -837,6 +840,7 @@ urlsidebar urpmi usedtx useinbandfec +useraction usercontext-content userhash userproximity @@ -860,6 +864,7 @@ viewsource.css VIRTUALENVWRAPPER virtualkeyboardpolicy virtuals +visibilitymaskchange VK_CRSEL VK_EREOF VK_EXSEL diff --git a/.vscode/dictionaries/ignore-list.txt b/.vscode/dictionaries/ignore-list.txt index 9814796cf6cd15f..d5b78d6f6497857 100644 --- a/.vscode/dictionaries/ignore-list.txt +++ b/.vscode/dictionaries/ignore-list.txt @@ -341,9 +341,3 @@ YWxhZGRpbjpvcGVuc2VzYW1l Za'taak Zorp ZRWB -scrollby -scrollintoview -scrollto -onvisibilitymaskchange -visibilitymaskchange -SIDETYPE \ No newline at end of file diff --git a/.vscode/dictionaries/proper-names.txt b/.vscode/dictionaries/proper-names.txt index 21583cd70213289..6254ecee072fb41 100644 --- a/.vscode/dictionaries/proper-names.txt +++ b/.vscode/dictionaries/proper-names.txt @@ -233,6 +233,7 @@ Giorgio Golightly Googlebot Gordo +Gorman Grahl Grande-Dixence Graywolf9 @@ -620,6 +621,7 @@ Tonisha Transcribear Transfonter Transformiix +Treanor Trekhleb Trint Trish diff --git a/files/en-us/mozilla/add-ons/webextensions/api/publicsuffix/getdomain/index.md b/files/en-us/mozilla/add-ons/webextensions/api/publicsuffix/getdomain/index.md index 0128ff51d178bc6..f407d228a29ce91 100644 --- a/files/en-us/mozilla/add-ons/webextensions/api/publicsuffix/getdomain/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/api/publicsuffix/getdomain/index.md @@ -79,8 +79,8 @@ browser.publicSuffix.getDomain("co.uk", { allowPlainSuffix: true }); Using `allowUnknownSuffix` to handle private or local domains: ```js -browser.publicSuffix.getDomain("mydevice.local", { allowUnknownSuffix: true }); -// "mydevice.local" +browser.publicSuffix.getDomain("my-device.local", { allowUnknownSuffix: true }); +// "my-device.local" browser.publicSuffix.getDomain("host.intranet", { allowUnknownSuffix: true }); // "host.intranet" diff --git a/files/en-us/web/api/element/scroll/index.md b/files/en-us/web/api/element/scroll/index.md index 103058522041cd2..25614856bead3aa 100644 --- a/files/en-us/web/api/element/scroll/index.md +++ b/files/en-us/web/api/element/scroll/index.md @@ -74,9 +74,9 @@ Our HTML includes a {{htmlelement("section")}} element containing several paragr ```html
- - - + + +
...
diff --git a/files/en-us/web/api/element/scrollby/index.md b/files/en-us/web/api/element/scrollby/index.md index 5f63823eecef814..9f57eb401524eee 100644 --- a/files/en-us/web/api/element/scrollby/index.md +++ b/files/en-us/web/api/element/scrollby/index.md @@ -74,9 +74,9 @@ Our HTML includes a {{htmlelement("section")}} element containing several paragr ```html
- - - + + +
...
@@ -136,7 +136,7 @@ The rest of the CSS is not shown, for brevity. We start by grabbing references to the ` - - - + + +
@@ -229,7 +229,7 @@ The rest of the CSS is not shown, for brevity. We start by grabbing references to the ` - - - + + +
...
@@ -137,7 +137,7 @@ The rest of the CSS is not shown, for brevity. We start by grabbing references to the `

- Kombucha laborum tempor iceland pour-over. Keytar in echo park gorpcore - bespoke. + Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et + mollis dolor.

``` diff --git a/files/en-us/web/api/request/isreloadnavigation/index.md b/files/en-us/web/api/request/isreloadnavigation/index.md index 3f9d210e204c3a1..74b769aa98eae18 100644 --- a/files/en-us/web/api/request/isreloadnavigation/index.md +++ b/files/en-us/web/api/request/isreloadnavigation/index.md @@ -12,7 +12,7 @@ browser-compat: api.Request.isReloadNavigation The **`isReloadNavigation`** read-only property of the {{domxref("Request")}} interface is a boolean indicating whether the request is a user-triggered reload. -A user-triggered reload can be triggered via a browser control, such as pressing Cmd/Ctrl + R or clicking the browser's reload button, or programmaically (for example, by calling {{domxref("Location.reload()")}}, {{domxref("History.go()", "History.go(0)")}}, or {{domxref("Navigation.reload()")}}). +A user-triggered reload can be triggered via a browser control, such as pressing Cmd/Ctrl + R or clicking the browser's reload button, or programmatically (for example, by calling {{domxref("Location.reload()")}}, {{domxref("History.go()", "History.go(0)")}}, or {{domxref("Navigation.reload()")}}). This property is primarily used within service worker {{domxref("ServiceWorkerGlobalScope.fetch_event", "fetch")}} event handlers to respond appropriately to reload requests versus non-reload requests. For example, a reload request indicates that the user expects current data, so it should prefer content from the server over that from a cache. diff --git a/files/en-us/web/api/view_transition_api/using_element-scoped/index.md b/files/en-us/web/api/view_transition_api/using_element-scoped/index.md index d2967998a6d7e02..a1c3578bbaab94f 100644 --- a/files/en-us/web/api/view_transition_api/using_element-scoped/index.md +++ b/files/en-us/web/api/view_transition_api/using_element-scoped/index.md @@ -41,8 +41,8 @@ The markup includes a {{htmlelement("ul")}} list of links between two {{htmlelem ```html live-sample___basic-element-scoped

- I'm baby xOXO bespoke cupidatat PBR&B, affogato cronut 3 wolf moon ea narwhal - asymmetrical. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Donec a diam lectus. + Set sit amet ipsum mauris.

    @@ -53,8 +53,8 @@ The markup includes a {{htmlelement("ul")}} list of links between two {{htmlelem

- Kombucha laborum tempor iceland pour-over. Keytar in echo park gorpcore - bespoke. + Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et + mollis dolor.

``` @@ -196,7 +196,7 @@ function handleClick(e) { {{embedlivesample("basic-element-scoped", "100%", "520")}} -Click/activate the links to see the view tranasition on each one. +Click/activate the links to see the view transition on each one. Each `` element has its own view transition, scoped just to that element. The rest of the page stays interactive while a view transition is ongoing, so you can run multiple view transitions at the same time. In addition, the transitioning elements stay below the overlapping generated content positioned above them. @@ -244,25 +244,25 @@ The HTML is similar to the previous example, except that the central element is ```html live-sample___element-scoped-clipping

- I'm baby xOXO bespoke cupidatat PBR&B, affogato cronut 3 wolf moon ea narwhal - asymmetrical. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Donec a diam lectus. + Set sit amet ipsum mauris.

- I'm baby xOXO bespoke cupidatat PBR&B, affogato cronut 3 wolf moon ea - narwhal asymmetrical. Af health goth shaman in slow-carb godard echo park. - Tofu farm-to-table labore salvia tote bag food truck dolore gluten-free - poutine kombucha fanny pack +1 franzen lyft fugiat. Chicharrones next level - jianbing, enamel pin seitan cardigan bruh snackwave beard incididunt dolor - lumber before they sold out dreamcatcher single-origin coffee. + Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec + et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae + augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur. Donec + ut librero sed accu vehicula ultricies a non tortor. Lorem ipsum dolor sit + amet, consectetur adipisicing elit. Aenean ut gravida lorem. Ut turpis + felis, pulvinar a semper sed, adipiscing id dolor.

- Kombucha laborum tempor iceland pour-over. Keytar in echo park gorpcore - bespoke. + Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et + mollis dolor.

``` @@ -340,8 +340,8 @@ The script defines a `content` array containing two different strings to swap th ```js hidden live-sample___element-scoped-clipping const content = [ - "I'm baby xOXO bespoke cupidatat PBR&B, affogato cronut 3 wolf moon eanarwhal asymmetrical. Af health goth shaman in slow-carb godard echopark. Tofu farm-to-table labore salvia tote bag food truck dolore gluten-free poutine kombucha fanny pack +1 franzen lyft fugiat. Chicharrones next level jianbing, enamel pin seitan cardigan bruh snackwave beard incididunt dolor lumber before they sold out dreamcatcher single-origin coffee.", - "Kombucha laborum tempor iceland pour-over. Keytar in echo park gorpcore bespoke. Art party quinoa stumptown celiac, sed chillwave 3 wolf moon. Scenester fugiat pariatur, seitan selvage excepteur chambray yuccie artisan. Sunt schlitz ugh, et jawn sus four loko pop-up post-ironic photo booth occaecat deep v 8-bit tacos marfa. Tattooed ipsum tbh occaecat umami four loko adaptogen taiyaki truffaut hexagon neutral milk hotel.", + "Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur. Donec ut librero sed accu vehicula ultricies a non tortor. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aenean ut gravida lorem. Ut turpis felis, pulvinar a semper sed, adipiscing id dolor.", + "Nam vulputate diam nec tempor bibendum. Donec luctus augue eget malesuada ultrices. Phasellus turpis est, posuere sit amet dapibus ut, facilisis sed est. Nam id risus quis ante semper consectetur eget aliquam lorem. Vivamus tristique elit dolor, sed pretium metus suscipit vel. Mauris ultricies lectus sed lobortis finibus. Vivamus eu urna eget velit cursus viverra quis vestibulum sem. Aliquam tincidunt eget purus in interdum.", ]; const section = document.querySelector("section"); @@ -350,7 +350,7 @@ const btn = document.querySelector("button"); ``` ```js -const content = ["I'm baby xOXO ...", "Kombucha laborum ..."]; +const content = ["Maecenas congue ligula ...", "Nam vulputate diam ..."]; const section = document.querySelector("section"); const para = document.querySelector("section p"); @@ -398,8 +398,8 @@ The HTML is the same as for the [first example](#basic_element-scoped_example), ```html hidden live-sample___element-scoped-nested

- I'm baby xOXO bespoke cupidatat PBR&B, affogato cronut 3 wolf moon ea narwhal - asymmetrical. + Lorem ipsum dolor sit amet, consectetur adipisicing elit. Donec a diam lectus. + Set sit amet ipsum mauris.

    @@ -417,8 +417,8 @@ The HTML is the same as for the [first example](#basic_element-scoped_example),

- Kombucha laborum tempor iceland pour-over. Keytar in echo park gorpcore - bespoke. + Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et + mollis dolor.

``` diff --git a/files/en-us/web/api/window/scroll/index.md b/files/en-us/web/api/window/scroll/index.md index 3de31be4045d5e2..8b1378aad97d559 100644 --- a/files/en-us/web/api/window/scroll/index.md +++ b/files/en-us/web/api/window/scroll/index.md @@ -74,8 +74,8 @@ Our HTML includes several paragraphs of content and a {{htmlelement("div")}} ele ```html
- - + +

...

diff --git a/files/en-us/web/api/window/scrollby/index.md b/files/en-us/web/api/window/scrollby/index.md index ed900ce8702b203..9a0e1041c7bd383 100644 --- a/files/en-us/web/api/window/scrollby/index.md +++ b/files/en-us/web/api/window/scrollby/index.md @@ -81,8 +81,8 @@ Our HTML includes several paragraphs of content and a {{htmlelement("div")}} ele ```html
- - + +

...

@@ -141,7 +141,7 @@ The rest of the CSS is not shown, for brevity. We start by grabbing references to the ` - - + +

...

@@ -133,7 +133,7 @@ The rest of the CSS is not shown, for brevity. We start by grabbing references to the `