diff --git a/.vscode/dictionaries/code-entities.txt b/.vscode/dictionaries/code-entities.txt index 75646f977b16598..0747be913f43d83 100644 --- a/.vscode/dictionaries/code-entities.txt +++ b/.vscode/dictionaries/code-entities.txt @@ -197,6 +197,7 @@ dweb ebuttm ebutts ECLF +EdgiOS ehtml EISU elementname diff --git a/.vscode/dictionaries/proper-names.txt b/.vscode/dictionaries/proper-names.txt index 255e5e47e6c7947..14504fb3f3bbe94 100644 --- a/.vscode/dictionaries/proper-names.txt +++ b/.vscode/dictionaries/proper-names.txt @@ -526,6 +526,7 @@ Scrimba Seamonkey Serpentina Shadeed +Sharma Shilpa Shinoda Shireen diff --git a/files/en-us/learn_web_development/getting_started/environment_setup/installing_software/index.md b/files/en-us/learn_web_development/getting_started/environment_setup/installing_software/index.md index 35a7c44eed31a67..ed504eae3fdee3f 100644 --- a/files/en-us/learn_web_development/getting_started/environment_setup/installing_software/index.md +++ b/files/en-us/learn_web_development/getting_started/environment_setup/installing_software/index.md @@ -95,7 +95,7 @@ There are many free software tools and online services that will probably be goo - The built-in Windows [Photos app](https://support.microsoft.com/en-gb/windows/manage-photos-and-videos-with-microsoft-photos-app-c0c6422f-d4cb-2e3d-eb65-7069071b2f9b) comes with many similar features. - The [tinypng](https://tinypng.com/) website, provides a free service allowing you to compress PNGs, JPEGs, and more. This is a very common task you'll have to do when preparing assets for use on a website. -In terms of commercial offerings, [Adobe Photoshop](https://www.adobe.com/products/photoshop.html) has long been the industry standard especially for photo editing, while programs like [Sketch](https://www.sketch.com/) are better suited to icon and UI work. There are also popular newcomers such as [Figma](https://www.figma.com/), [The Affinity Suite](https://affinity.serif.com/en-us/), and [Canva](https://www.canva.com/). +In terms of commercial offerings, [Adobe Photoshop](https://www.adobe.com/products/photoshop.html) has long been the industry standard especially for photo editing, while programs like [Sketch](https://www.sketch.com/) are better suited to icon and UI work. There are also popular newcomers such as [Figma](https://www.figma.com/), [The Affinity Suite](https://www.affinity.studio/), and [Canva](https://www.canva.com/). Most of the above apps have trials or free modes there are worth exploring. There are also some well-regarded free apps available such as [GIMP](https://www.gimp.org/), [Adobe Express](https://www.adobe.com/express/), and [Paint.NET](https://www.getpaint.net/). diff --git a/files/en-us/web/css/@font-palette-values/base-palette/index.md b/files/en-us/web/css/@font-palette-values/base-palette/index.md index 7344249c6ec12bd..0b689f243794044 100644 --- a/files/en-us/web/css/@font-palette-values/base-palette/index.md +++ b/files/en-us/web/css/@font-palette-values/base-palette/index.md @@ -93,5 +93,5 @@ h2 { - {{cssxref("@font-palette-values/", "@font-palette-values")}} - {{cssxref("@font-palette-values/font-family", "font-family")}} descriptor - {{cssxref("@font-palette-values/override-colors", "override-colors")}} descriptor -- {{cssxref("font-palette/", "font-palette")}} property +- {{cssxref("font-palette")}} property - {{domxref("CSSFontPaletteValuesRule.basePalette")}} diff --git a/files/en-us/web/css/@font-palette-values/font-family/index.md b/files/en-us/web/css/@font-palette-values/font-family/index.md index f73970505c38bf7..e227877a05225db 100644 --- a/files/en-us/web/css/@font-palette-values/font-family/index.md +++ b/files/en-us/web/css/@font-palette-values/font-family/index.md @@ -111,5 +111,5 @@ h2 { - {{cssxref("@font-face/font-family", "font-family")}} - {{cssxref("@font-palette-values/", "@font-palette-values")}} - {{cssxref("@font-palette-values/override-colors", "override-colors")}} descriptor -- {{cssxref("font-palette/", "font-palette")}} property +- {{cssxref("font-palette")}} property - {{domxref("CSSFontPaletteValuesRule.fontFamily")}} diff --git a/files/en-us/web/css/@font-palette-values/override-colors/index.md b/files/en-us/web/css/@font-palette-values/override-colors/index.md index 7d64821d734d292..d276415f0948d3b 100644 --- a/files/en-us/web/css/@font-palette-values/override-colors/index.md +++ b/files/en-us/web/css/@font-palette-values/override-colors/index.md @@ -168,5 +168,5 @@ This example shows that in `base-palette` `3`, the color at index 0 is overridde - {{cssxref("@font-palette-values/", "@font-palette-values")}} - {{cssxref("@font-palette-values/base-palette", "base-palette")}} - {{cssxref("@font-palette-values/font-family", "font-family")}} -- {{cssxref("font-palette/", "font-palette")}} +- {{cssxref("font-palette")}} - {{domxref("CSSFontPaletteValuesRule.overrideColors")}} diff --git a/files/en-us/web/http/guides/user-agent_reduction/index.md b/files/en-us/web/http/guides/user-agent_reduction/index.md index 46e357538194b2a..85aac6cbe3bcc03 100644 --- a/files/en-us/web/http/guides/user-agent_reduction/index.md +++ b/files/en-us/web/http/guides/user-agent_reduction/index.md @@ -68,7 +68,7 @@ The major browser version number shows correctly, but the minor version numbers ## Requesting UA information via client hints -You may still have code that relies on detailed UA string data, which can't be coverted to use feature detection or progressive enhancement. Examples include fine-grained logging, fraud prevention measures, or a software help site that serves different content based on the user's device type. +You may still have code that relies on detailed UA string data, which can't be converted to use feature detection or progressive enhancement. Examples include fine-grained logging, fraud prevention measures, or a software help site that serves different content based on the user's device type. If this is the case, you can still access detailed UA string data via [`Sec-CH-UA-*`](/en-US/docs/Web/HTTP/Reference/Headers#user_agent_client_hints) headers (also known as **User-Agent client hints**). The headers provide a safer, more privacy-preserving way to send such information because servers have to opt in to the pieces of information they want, rather it being sent all the time through the `User-Agent` string. It also provides access to a wider selection of information. diff --git a/files/en-us/web/javascript/reference/operators/import/index.md b/files/en-us/web/javascript/reference/operators/import/index.md index 92b258e91754a06..630921a625ab55e 100644 --- a/files/en-us/web/javascript/reference/operators/import/index.md +++ b/files/en-us/web/javascript/reference/operators/import/index.md @@ -118,7 +118,7 @@ Note that this can lead to memory leaks in a long-running application, because t You can also use the [Fetch API](/en-US/docs/Web/API/Fetch_API) to fetch module source code as text, and then evaluate the module manually depending on the module type: -- For JavaScript modules, you can dynamically import the source code as a [`blob:` URL](/en-US/docs/Web/API/URL/createObjectURL) in browsers, or use [`vm.Module`](/en-US/docs/Web/Node.js/vm/Module) to evaluate it in Node.js. +- For JavaScript modules, you can dynamically import the source code as a [`blob:` URL](/en-US/docs/Web/API/URL/createObjectURL_static) in browsers, or use [`vm.Module`](https://nodejs.org/docs/latest/api/vm.html#class-vmmodule) to evaluate it in Node.js. - For JSON modules, you can parse the source code using {{jsxref("JSON.parse()")}}. - For CSS modules, you can create a new {{domxref("CSSStyleSheet")}} object and use its [`replace()`](/en-US/docs/Web/API/CSSStyleSheet/replace) method to populate it with the source code.