Skip to content

Commit

Permalink
Merge branch 'main' into validitystate
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth committed May 6, 2024
2 parents 91f5e03 + 94ef07a commit 861a2c3
Show file tree
Hide file tree
Showing 1,032 changed files with 12,109 additions and 5,120 deletions.
105 changes: 41 additions & 64 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,80 +1,57 @@
# ----------------------------------------------------------------------------
# MDN Content CODEOWNERS
# ----------------------------------------------------------------------------
# Order is important. The last matching pattern takes precedence. For more
# detailed information, see:
# Order is important: The last matching pattern takes precedence.
# For more detailed information, see:
# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
# ----------------------------------------------------------------------------

# ----------------------------------------------------------------------------
# DEFAULT OWNERS
# ----------------------------------------------------------------------------
* @mdn/core-yari-content
# Default owners
* @mdn/core-yari-content

# ----------------------------------------------------------------------------
# DEFAULT ENGLISH CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/en-us/ @mdn/yari-content-mdn
# Default content owners
/files/en-us/ @mdn/yari-content-mdn

# ----------------------------------------------------------------------------
# ENGLISH WEB ACCESSIBILITY CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/en-us/web/accessibility/ @mdn/yari-content-accessibility
/files/en-us/learn/accessibility/ @mdn/yari-content-accessibility
# Accessibility
/files/en-us/web/accessibility/ @mdn/yari-content-accessibility
/files/en-us/learn/accessibility/ @mdn/yari-content-accessibility

# ----------------------------------------------------------------------------
# ENGLISH CSS CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/en-us/web/css/ @mdn/yari-content-css
/files/en-us/learn/css/ @mdn/yari-content-css
# CSS
/files/en-us/web/css/ @mdn/yari-content-css
/files/en-us/learn/css/ @mdn/yari-content-css

# ----------------------------------------------------------------------------
# ENGLISH HTML CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/en-us/web/html/ @mdn/yari-content-html
/files/en-us/learn/html/ @mdn/yari-content-html
# HTML
/files/en-us/web/html/ @mdn/yari-content-html
/files/en-us/learn/html/ @mdn/yari-content-html

# ----------------------------------------------------------------------------
# ENGLISH JAVASCRIPT CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/en-us/web/javascript/ @mdn/yari-content-javascript
/files/en-us/learn/javascript/ @mdn/yari-content-javascript
# JavaScript
/files/en-us/web/javascript/ @mdn/yari-content-javascript
/files/en-us/learn/javascript/ @mdn/yari-content-javascript

# ----------------------------------------------------------------------------
# ENGLISH HTTP CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/en-us/web/http/ @mdn/yari-content-http
/files/en-us/learn/server-side/ @mdn/yari-content-http
# HTTP
/files/en-us/web/http/ @mdn/yari-content-http
/files/en-us/learn/server-side/ @mdn/yari-content-http

# ----------------------------------------------------------------------------
# ENGLISH WEB API CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/en-us/web/api/ @mdn/yari-content-web-api
# Web API
/files/en-us/web/api/ @mdn/yari-content-web-api

# ----------------------------------------------------------------------------
# ENGLISH MOZILLA ADD-ONS CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/en-us/mozilla/add-ons/ @mdn/yari-content-mozilla-add-ons
# Mozilla Add-ons
/files/en-us/mozilla/add-ons/ @mdn/yari-content-mozilla-add-ons

# ----------------------------------------------------------------------------
# ENGLISH MATHML CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/en-us/web/mathml/ @mdn/content-mathml
# MathML
/files/en-us/web/mathml/ @mdn/content-mathml

# ============================= CONTROL FILES ============================= #
# The CODEOWNERS file must end with these matches: Any pull request changing
# one or more of these files should be escalated to the owners specified here.

# mdn/content GitHub configuration
/.github/ @mdn/core-dev
# Issue templates in .github
/.github/ISSUE_TEMPLATE/ff-project-issue.md @mdn/core-yari-content

# Root directory
/* @mdn/core-dev
# Markdown files in root directory
/*.md @mdn/core-yari-content

# ----------------------------------------------------------------------------
# CONTROL FILES OWNER(S)
# ----------------------------------------------------------------------------
# These should be the last matches in this file, since any pull request that
# tries to change any one or more of these files should be escalated to the
# owners specified here.
# ----------------------------------------------------------------------------
/.github/ @mdn/core-dev
## Issue templates
/.github/ISSUE_TEMPLATE/ff-project-issue.md @mdn/core-yari-content
/* @mdn/core-dev
/*.md @mdn/core-yari-content
# These are @mdn-bot because the auto-merge GHA workflow uses the PAT of this account.
# If another reviewer is specified, update the PAT token or auto-merge will cease to be automatic.
/package.json @mdn-bot
/yarn.lock @mdn-bot
/yarn.lock @mdn-bot
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
labels:
- "automated pr"
- "dependencies"
- "javascript"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "automated pr"
- "dependencies"
- "github actions"
1 change: 1 addition & 0 deletions .vscode/project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ okan
Oklab
oklch
Paciello
Pinia
prophoto
rgba
ripgrep
Expand Down
5 changes: 1 addition & 4 deletions REVIEWING.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ team, which currently consists of [@Rumyra](https://github.com/Rumyra/).
- [@sideshowbarker](https://github.com/sideshowbarker)
- [@Elchi3](https://github.com/Elchi3)
- [@jpmedley](https://github.com/jpmedley)
- [SVG reference content](https://github.com/mdn/content/tree/main/files/en-us/web/svg)
— the [@yari-content-svg](https://github.com/orgs/mdn/teams/yari-content-svg)
team, which consists of:
- [@Ryuno-Ki](https://github.com/Ryuno-Ki)

### Reviewer alumni

Expand All @@ -206,6 +202,7 @@ longer have the time to contribute; we want to give them our sincere thanks
for all their help.

- [@vkWeb](https://github.com/vkWeb/)
- [@Ryuno-Ki](https://github.com/Ryuno-Ki)

[get in touch with us]: https://developer.mozilla.org/en-US/docs/MDN/Community/Contributing/Getting_started#what_can_i_do_to_help
[mdn code example guidelines]: https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Writing_style_guide/Code_style_guide
Expand Down
14 changes: 9 additions & 5 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6202,6 +6202,7 @@
/en-US/docs/Mozilla/QA/Bug_writing_guidelines https://bugzilla.mozilla.org/page.cgi?id=bug-writing.html
/en-US/docs/Mozilla/QA/Writing_xpcshell-based_unit_tests https://firefox-source-docs.mozilla.org/testing/xpcshell/index.html
/en-US/docs/Mozilla/Tech/Xray_vision https://firefox-source-docs.mozilla.org/dom/scriptSecurity/xray_vision.html
/en-US/docs/Mozilla/Testing/ASan_Nightly_Project https://firefox-source-docs.mozilla.org/tools/sanitizer/asan_nightly.html
/en-US/docs/Mozilla/Thunderbird/Autoconfiguration https://www.bucksch.org/1/projects/thunderbird/autoconfiguration/
/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/Definition https://www.bucksch.org/1/projects/thunderbird/autoconfiguration/config-file-format.html
/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/HowTo https://www.bucksch.org/1/projects/thunderbird/autoconfiguration/how-to-create-your-own-config-file.html
Expand Down Expand Up @@ -7999,7 +8000,7 @@
/en-US/docs/Web/API/Document/onselectionchange /en-US/docs/Web/API/Document/selectionchange_event
/en-US/docs/Web/API/Document/onsubmit /en-US/docs/Web/API/HTMLFormElement/submit_event
/en-US/docs/Web/API/Document/onvisibilitychange /en-US/docs/Web/API/Document/visibilitychange_event
/en-US/docs/Web/API/Document/origin /en-US/docs/Web/API/origin
/en-US/docs/Web/API/Document/origin /en-US/docs/Web/API/Window/origin
/en-US/docs/Web/API/Document/pointercancel_event /en-US/docs/Web/API/Element/pointercancel_event
/en-US/docs/Web/API/Document/pointerdown_event /en-US/docs/Web/API/Element/pointerdown_event
/en-US/docs/Web/API/Document/pointerenter_event /en-US/docs/Web/API/Element/pointerenter_event
Expand Down Expand Up @@ -10257,11 +10258,11 @@
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/clearInterval /en-US/docs/Web/API/clearInterval
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/clearTimeout /en-US/docs/Web/API/clearTimeout
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/createImageBitmap /en-US/docs/Web/API/createImageBitmap
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/crossOriginIsolated /en-US/docs/Web/API/crossOriginIsolated
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/crossOriginIsolated /en-US/docs/Web/API/Window/crossOriginIsolated
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch /en-US/docs/Web/API/fetch
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/indexedDB /en-US/docs/Web/API/Window/indexedDB
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/isSecureContext /en-US/docs/Web/API/isSecureContext
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/origin /en-US/docs/Web/API/origin
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/isSecureContext /en-US/docs/Web/API/Window/isSecureContext
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/origin /en-US/docs/Web/API/Window/origin
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/queueMicrotask /en-US/docs/Web/API/queueMicrotask
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/rejectionhandled_event /en-US/docs/Web/API/Window/rejectionhandled_event
/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setInterval /en-US/docs/Web/API/setInterval
Expand Down Expand Up @@ -10439,6 +10440,7 @@
/en-US/docs/Web/API/console/timeStamp /en-US/docs/Web/API/console/timestamp_static
/en-US/docs/Web/API/console/trace /en-US/docs/Web/API/console/trace_static
/en-US/docs/Web/API/console/warn /en-US/docs/Web/API/console/warn_static
/en-US/docs/Web/API/crossOriginIsolated /en-US/docs/Web/API/Window/crossOriginIsolated
/en-US/docs/Web/API/document.URL /en-US/docs/Web/API/Document/URL
/en-US/docs/Web/API/document.activeElement /en-US/docs/Web/API/Document/activeElement
/en-US/docs/Web/API/document.adoptNode /en-US/docs/Web/API/Document/adoptNode
Expand Down Expand Up @@ -10516,7 +10518,7 @@
/en-US/docs/Web/API/document.onoffline /en-US/docs/Web/API/Window/offline_event
/en-US/docs/Web/API/document.ononline /en-US/docs/Web/API/Window/online_event
/en-US/docs/Web/API/document.open /en-US/docs/Web/API/Document/open
/en-US/docs/Web/API/document.origin /en-US/docs/Web/API/origin
/en-US/docs/Web/API/document.origin /en-US/docs/Web/API/Window/origin
/en-US/docs/Web/API/document.plugins /en-US/docs/Web/API/Document/plugins
/en-US/docs/Web/API/document.pointerLockElement /en-US/docs/Web/API/Document/pointerLockElement
/en-US/docs/Web/API/document.preferredStyleSheetSet /en-US/docs/Web/API/Document/preferredStyleSheetSet
Expand Down Expand Up @@ -10659,6 +10661,7 @@
/en-US/docs/Web/API/form.target /en-US/docs/Web/API/HTMLFormElement/target
/en-US/docs/Web/API/html.version /en-US/docs/Web/API/HTMLHtmlElement/version
/en-US/docs/Web/API/indexedDB /en-US/docs/Web/API/Window/indexedDB
/en-US/docs/Web/API/isSecureContext /en-US/docs/Web/API/Window/isSecureContext
/en-US/docs/Web/API/mozRTCSessionDescription /en-US/docs/Web/API/RTCSessionDescription
/en-US/docs/Web/API/mozRTCSessionDescription.sdp /en-US/docs/Web/API/RTCSessionDescription/sdp
/en-US/docs/Web/API/mozRTCSessionDescription.type /en-US/docs/Web/API/RTCSessionDescription/type
Expand Down Expand Up @@ -10703,6 +10706,7 @@
/en-US/docs/Web/API/notification_1/vibrate /en-US/docs/Web/API/Notification/vibrate
/en-US/docs/Web/API/onMSVideoOptimalLayoutChanged /en-US/docs/Web/API/HTMLVideoElement
/en-US/docs/Web/API/onMSVideoOptimalLayoutChanged_ /en-US/docs/Web/API/HTMLVideoElement
/en-US/docs/Web/API/origin /en-US/docs/Web/API/Window/origin
/en-US/docs/Web/API/range.cloneContents /en-US/docs/Web/API/range/cloneContents
/en-US/docs/Web/API/range.cloneRange /en-US/docs/Web/API/range/cloneRange
/en-US/docs/Web/API/range.collapse /en-US/docs/Web/API/range/collapse
Expand Down
54 changes: 27 additions & 27 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -66651,6 +66651,10 @@
"modified": "2020-10-15T22:16:13.286Z",
"contributors": ["mfuji09", "wbamberg"]
},
"Web/API/Window/crossOriginIsolated": {
"modified": "2020-10-15T22:25:16.295Z",
"contributors": ["ExE-Boss", "chrisdavidmills"]
},
"Web/API/Window/customElements": {
"modified": "2020-10-15T21:50:21.706Z",
"contributors": [
Expand Down Expand Up @@ -67241,6 +67245,18 @@
"Wladimir_Palant"
]
},
"Web/API/Window/isSecureContext": {
"modified": "2020-10-15T21:51:32.759Z",
"contributors": [
"mfuji09",
"alattalatta",
"rugk",
"fscholz",
"kenrick95",
"chrisdavidmills",
"jpmedley"
]
},
"Web/API/Window/languagechange_event": {
"modified": "2020-10-15T21:27:31.490Z",
"contributors": [
Expand Down Expand Up @@ -67815,6 +67831,17 @@
"louisremi"
]
},
"Web/API/Window/origin": {
"modified": "2020-10-15T21:51:30.388Z",
"contributors": [
"mfuji09",
"fscholz",
"Sheppy",
"Bzbarsky",
"chrisdavidmills",
"ziyunfei"
]
},
"Web/API/Window/outerHeight": {
"modified": "2020-10-15T21:10:01.529Z",
"contributors": [
Expand Down Expand Up @@ -71478,10 +71505,6 @@
"adria"
]
},
"Web/API/crossOriginIsolated": {
"modified": "2020-10-15T22:25:16.295Z",
"contributors": ["ExE-Boss", "chrisdavidmills"]
},
"Web/API/crypto_property": {
"modified": "2020-12-11T05:31:22.254Z",
"contributors": [
Expand Down Expand Up @@ -71555,29 +71578,6 @@
"kscarfone"
]
},
"Web/API/isSecureContext": {
"modified": "2020-10-15T21:51:32.759Z",
"contributors": [
"mfuji09",
"alattalatta",
"rugk",
"fscholz",
"kenrick95",
"chrisdavidmills",
"jpmedley"
]
},
"Web/API/origin": {
"modified": "2020-10-15T21:51:30.388Z",
"contributors": [
"mfuji09",
"fscholz",
"Sheppy",
"Bzbarsky",
"chrisdavidmills",
"ziyunfei"
]
},
"Web/API/performance_property": {
"modified": "2020-10-15T21:22:10.802Z",
"contributors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ To make way for more shapes, move the box to the left to make some room for the

Adding other shapes involves a very similar process to adding the box. Click on the Root folder in the hierarchy panel (to make sure that the new shape appears in the root, and not as a child of the Box) then Click on the big _Add Entity_ (plus) button and select cylinder from the dropdown list — it will add a new cylinder shape to the scene.

![PlayCanvas Editor - Cylinder](playcanvas-editor-cylinder.png)Now follow the same steps as we did before when coloring the cube:
![PlayCanvas Editor - Cylinder](playcanvas-editor-cylinder.png)

Now follow the same steps as we did before when coloring the cube:

- Create a new material using the _Add Asset_ (plus) button.
- Make sure the New Material in the Assets panel is selected, to bring up the entity inspector.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/apple_safari/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ page-type: glossary-definition
- [Safari](<https://en.wikipedia.org/wiki/Safari_(web_browser)>) on Wikipedia
- [Safari on apple.com](https://www.apple.com/safari/)
- [The WebKit project](https://webkit.org/)
- [WebKit nightly build](https://webkit.org/build-archives/)
- [WebKit Build Archives](https://webkit.org/build-archives/)
- [Reporting a bug for Safari](https://bugs.webkit.org/)
4 changes: 2 additions & 2 deletions files/en-us/glossary/arpa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ page-type: glossary-definition

**.arpa** (address and routing parameter area) is a {{glossary("TLD","top-level domain")}} in the Domain Name System (DNS) used for Internet infrastructure purposes, especially reverse DNS lookup (i.e., find the {{glossary('domain name')}} for a given {{glossary("IP address")}}).

The name comes from **ARPA**, currently known as [DARPA](https://en.wikipedia.org/wiki/DARPA), the Defense Advanced Research Projects Agency. DARPA is credited with developing precursors to the Internet ({{glossary("ARPANET")}}), GPS, artificial intelligence, and virtual reality.
The name came from **ARPA**, currently known as [DARPA](https://en.wikipedia.org/wiki/DARPA), the Defense Advanced Research Projects Agency. DARPA is credited with developing precursors to the Internet ({{glossary("ARPANET")}}), GPS, artificial intelligence, and virtual reality. The domain was originally intended only to serve a temporary function for facilitating the systematic naming of the ARPANET computers, but failed to remove it after infrastructural uses had been sanctioned. As a result, the ARPA domain name is a backronym for "Address and Routing Parameter Area".

{{glossary("TLD")}} was designed at DARPA during a time when it was called ARPA, hence the `.arpa` domain name.

The most prominent `.arpa` domains include `addr.arpa` and `ip6.arpa`, which provide namespaces for reverse DNS lookup of IPv4 and IPv6 addresses respectively.
The most prominent `.arpa` domains include `in-addr.arpa` and `ip6.arpa`, which provide namespaces for reverse DNS lookup of IPv4 and IPv6 addresses respectively.

## See also

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/glossary/ascii/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: glossary-definition

{{GlossarySidebar}}

**ASCII** (_American Standard Code for Information Interchange_) is a character encoding standard of 128 7-bit used by computers for converting letters, numbers, punctuation, and control codes into digital form.
**ASCII** (_American Standard Code for Information Interchange_) is a character encoding standard using 7-bit to represent 128 characters used by computers for converting letters, numbers, punctuation, and control codes into digital form.

The first 33 ASCII code points are non-printing control codes including the carriage return, line feed, tab, and several obsolete non-printable codes stemming from its origin of representing telegraph codes. The other 95 are printable characters, including digits (0-9), lowercase (a-z) and uppercase (A-Z) letters, and punctuation symbols.

Expand All @@ -15,3 +15,4 @@ Many computer systems instead use {{glossary("Unicode")}}, which has millions of
## See also

- [ASCII](https://en.wikipedia.org/wiki/ASCII) on Wikipedia
- [RFC 20](https://datatracker.ietf.org/doc/rfc20) on IETF
Loading

0 comments on commit 861a2c3

Please sign in to comment.