From 0a49dc2d3ad136ced0d9f084c129d53f67ce2bb2 Mon Sep 17 00:00:00 2001 From: estelle Date: Mon, 6 Jan 2025 13:43:31 -0800 Subject: [PATCH 1/2] Readonly comes AFTER prop name --- files/en-us/web/api/htmllinkelement/sizes/index.md | 2 +- files/en-us/web/api/htmltrackelement/readystate/index.md | 2 +- files/en-us/web/api/htmltrackelement/track/index.md | 2 +- files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md | 2 +- files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md | 2 +- files/en-us/web/api/rtcencodedvideoframe/type/index.md | 2 +- .../web/api/taskprioritychangeevent/previouspriority/index.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/files/en-us/web/api/htmllinkelement/sizes/index.md b/files/en-us/web/api/htmllinkelement/sizes/index.md index b4c03b185378b52..93db1887e02877c 100644 --- a/files/en-us/web/api/htmllinkelement/sizes/index.md +++ b/files/en-us/web/api/htmllinkelement/sizes/index.md @@ -8,7 +8,7 @@ browser-compat: api.HTMLLinkElement.sizes {{APIRef("HTML DOM")}} -The readonly **`sizes`** property of the {{domxref("HTMLLinkElement")}} interfaces defines the sizes of the icons for visual media contained in the resource. It reflects the {{HTMLElement("link")}} element's [`sizes`](/en-US/docs/Web/HTML/Element/link#sizes) attribute, which takes a list of space-separated sizes, each in the format `x`, or the keyword `any`. +The **`sizes`** readonly property of the {{domxref("HTMLLinkElement")}} interfaces defines the sizes of the icons for visual media contained in the resource. It reflects the {{HTMLElement("link")}} element's [`sizes`](/en-US/docs/Web/HTML/Element/link#sizes) attribute, which takes a list of space-separated sizes, each in the format `x`, or the keyword `any`. It is only relevant if the {{domxref("HTMLLinkElement.rel", "rel")}} is `icon` or a non-standard type like `apple-touch-icon`. diff --git a/files/en-us/web/api/htmltrackelement/readystate/index.md b/files/en-us/web/api/htmltrackelement/readystate/index.md index 210b3f0d6f308d2..4b5307dc0a5bf4e 100644 --- a/files/en-us/web/api/htmltrackelement/readystate/index.md +++ b/files/en-us/web/api/htmltrackelement/readystate/index.md @@ -8,7 +8,7 @@ browser-compat: api.HTMLTrackElement.readyState {{APIRef("HTML DOM")}} -The readonly **`readyState`** property of the {{domxref("HTMLTrackElement")}} interface returns a number representing the {{HTMLElement("track")}} element's text track readiness state: +The **`readyState`** readonly property of the {{domxref("HTMLTrackElement")}} interface returns a number representing the {{HTMLElement("track")}} element's text track readiness state: 0. NONE: The text track not loaded state. 1. LOADING: The text track loading state. diff --git a/files/en-us/web/api/htmltrackelement/track/index.md b/files/en-us/web/api/htmltrackelement/track/index.md index 8bdd4099719226e..38748309201d34c 100644 --- a/files/en-us/web/api/htmltrackelement/track/index.md +++ b/files/en-us/web/api/htmltrackelement/track/index.md @@ -8,7 +8,7 @@ browser-compat: api.HTMLTrackElement.track {{APIRef("HTML DOM")}} -The readonly **`track`** property of the {{domxref("HTMLTrackElement")}} interface returns a {{DOMxRef("TextTrack")}} object corresponding to the text track of the {{HTMLElement("track")}} element. +The **`track`** readonly property of the {{domxref("HTMLTrackElement")}} interface returns a {{DOMxRef("TextTrack")}} object corresponding to the text track of the {{HTMLElement("track")}} element. ## Value diff --git a/files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md b/files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md index d8bad113ec332e1..58d15beea0c3dc5 100644 --- a/files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md +++ b/files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md @@ -11,7 +11,7 @@ browser-compat: api.RTCEncodedAudioFrame.timestamp {{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}{{deprecated_header}}{{non-standard_header}} -The readonly **`timestamp`** property of the {{domxref("RTCEncodedAudioFrame")}} interface indicates the time at which frame sampling started. +The **`timestamp`** readonly property of the {{domxref("RTCEncodedAudioFrame")}} interface indicates the time at which frame sampling started. ## Value diff --git a/files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md b/files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md index 633857ec07cd58a..1e49e34075c2db3 100644 --- a/files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md +++ b/files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md @@ -11,7 +11,7 @@ browser-compat: api.RTCEncodedVideoFrame.timestamp {{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}{{deprecated_header}}{{non-standard_header}} -The readonly **`timestamp`** property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates the time at which frame sampling started. +The **`timestamp`** readonly property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates the time at which frame sampling started. ## Value diff --git a/files/en-us/web/api/rtcencodedvideoframe/type/index.md b/files/en-us/web/api/rtcencodedvideoframe/type/index.md index 2e50efd4be9b1a4..2c7a230cf0eb25e 100644 --- a/files/en-us/web/api/rtcencodedvideoframe/type/index.md +++ b/files/en-us/web/api/rtcencodedvideoframe/type/index.md @@ -8,7 +8,7 @@ browser-compat: api.RTCEncodedVideoFrame.type {{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}} -The readonly **`type`** property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates whether this frame is a key frame, delta frame, or empty frame. +The **`type`** readonly property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates whether this frame is a key frame, delta frame, or empty frame. ## Value diff --git a/files/en-us/web/api/taskprioritychangeevent/previouspriority/index.md b/files/en-us/web/api/taskprioritychangeevent/previouspriority/index.md index b2b0764ea987cc4..bf8dcf824af7d0e 100644 --- a/files/en-us/web/api/taskprioritychangeevent/previouspriority/index.md +++ b/files/en-us/web/api/taskprioritychangeevent/previouspriority/index.md @@ -8,7 +8,7 @@ browser-compat: api.TaskPriorityChangeEvent.previousPriority {{APIRef("Prioritized Task Scheduling API")}}{{AvailableInWorkers}} -The readonly **`previousPriority`** property of the {{domxref("TaskPriorityChangeEvent")}} interface returns the priority of the corresponding {{domxref("TaskSignal")}} before it was changed and this [`prioritychange`](/en-US/docs/Web/API/TaskSignal/prioritychange_event) event was emitted. +The **`previousPriority`** readonly property of the {{domxref("TaskPriorityChangeEvent")}} interface returns the priority of the corresponding {{domxref("TaskSignal")}} before it was changed and this [`prioritychange`](/en-US/docs/Web/API/TaskSignal/prioritychange_event) event was emitted. This is the value that was set in the [`TaskPriorityChangeEvent` constructor](/en-US/docs/Web/API/TaskPriorityChangeEvent/TaskPriorityChangeEvent) argument `options.previous`. From 13a2ae1fe5ed275bc24cd9a94f94504b2d0f59dd Mon Sep 17 00:00:00 2001 From: estelle Date: Mon, 6 Jan 2025 13:45:53 -0800 Subject: [PATCH 2/2] dash in read-only --- files/en-us/web/api/htmllinkelement/sizes/index.md | 2 +- files/en-us/web/api/htmltrackelement/readystate/index.md | 2 +- files/en-us/web/api/htmltrackelement/track/index.md | 2 +- .../web/api/performancelongtasktiming/attribution/index.md | 2 +- files/en-us/web/api/presentationconnection/url/index.md | 2 +- files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md | 2 +- files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md | 2 +- files/en-us/web/api/rtcencodedvideoframe/type/index.md | 2 +- files/en-us/web/api/taskattributiontiming/containerid/index.md | 2 +- .../en-us/web/api/taskattributiontiming/containername/index.md | 2 +- files/en-us/web/api/taskattributiontiming/containersrc/index.md | 2 +- .../en-us/web/api/taskattributiontiming/containertype/index.md | 2 +- .../web/api/taskprioritychangeevent/previouspriority/index.md | 2 +- .../webassembly/javascript_interface/instance/exports/index.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/files/en-us/web/api/htmllinkelement/sizes/index.md b/files/en-us/web/api/htmllinkelement/sizes/index.md index 93db1887e02877c..a93bde390781060 100644 --- a/files/en-us/web/api/htmllinkelement/sizes/index.md +++ b/files/en-us/web/api/htmllinkelement/sizes/index.md @@ -8,7 +8,7 @@ browser-compat: api.HTMLLinkElement.sizes {{APIRef("HTML DOM")}} -The **`sizes`** readonly property of the {{domxref("HTMLLinkElement")}} interfaces defines the sizes of the icons for visual media contained in the resource. It reflects the {{HTMLElement("link")}} element's [`sizes`](/en-US/docs/Web/HTML/Element/link#sizes) attribute, which takes a list of space-separated sizes, each in the format `x`, or the keyword `any`. +The **`sizes`** read-only property of the {{domxref("HTMLLinkElement")}} interfaces defines the sizes of the icons for visual media contained in the resource. It reflects the {{HTMLElement("link")}} element's [`sizes`](/en-US/docs/Web/HTML/Element/link#sizes) attribute, which takes a list of space-separated sizes, each in the format `x`, or the keyword `any`. It is only relevant if the {{domxref("HTMLLinkElement.rel", "rel")}} is `icon` or a non-standard type like `apple-touch-icon`. diff --git a/files/en-us/web/api/htmltrackelement/readystate/index.md b/files/en-us/web/api/htmltrackelement/readystate/index.md index 4b5307dc0a5bf4e..69cceb9e5e9592f 100644 --- a/files/en-us/web/api/htmltrackelement/readystate/index.md +++ b/files/en-us/web/api/htmltrackelement/readystate/index.md @@ -8,7 +8,7 @@ browser-compat: api.HTMLTrackElement.readyState {{APIRef("HTML DOM")}} -The **`readyState`** readonly property of the {{domxref("HTMLTrackElement")}} interface returns a number representing the {{HTMLElement("track")}} element's text track readiness state: +The **`readyState`** read-only property of the {{domxref("HTMLTrackElement")}} interface returns a number representing the {{HTMLElement("track")}} element's text track readiness state: 0. NONE: The text track not loaded state. 1. LOADING: The text track loading state. diff --git a/files/en-us/web/api/htmltrackelement/track/index.md b/files/en-us/web/api/htmltrackelement/track/index.md index 38748309201d34c..8c0187d7896863c 100644 --- a/files/en-us/web/api/htmltrackelement/track/index.md +++ b/files/en-us/web/api/htmltrackelement/track/index.md @@ -8,7 +8,7 @@ browser-compat: api.HTMLTrackElement.track {{APIRef("HTML DOM")}} -The **`track`** readonly property of the {{domxref("HTMLTrackElement")}} interface returns a {{DOMxRef("TextTrack")}} object corresponding to the text track of the {{HTMLElement("track")}} element. +The **`track`** read-only property of the {{domxref("HTMLTrackElement")}} interface returns a {{DOMxRef("TextTrack")}} object corresponding to the text track of the {{HTMLElement("track")}} element. ## Value diff --git a/files/en-us/web/api/performancelongtasktiming/attribution/index.md b/files/en-us/web/api/performancelongtasktiming/attribution/index.md index 403de22648833cc..f8255fdbc3faa2b 100644 --- a/files/en-us/web/api/performancelongtasktiming/attribution/index.md +++ b/files/en-us/web/api/performancelongtasktiming/attribution/index.md @@ -10,7 +10,7 @@ browser-compat: api.PerformanceLongTaskTiming.attribution {{SeeCompatTable}}{{APIRef("Performance API")}} -The **`attribution`** readonly property of the {{domxref("PerformanceLongTaskTiming")}} interface returns an array of {{domxref('TaskAttributionTiming')}} objects. +The **`attribution`** read-only property of the {{domxref("PerformanceLongTaskTiming")}} interface returns an array of {{domxref('TaskAttributionTiming')}} objects. ## Value diff --git a/files/en-us/web/api/presentationconnection/url/index.md b/files/en-us/web/api/presentationconnection/url/index.md index 09ba850ca9cc752..531af341ae84881 100644 --- a/files/en-us/web/api/presentationconnection/url/index.md +++ b/files/en-us/web/api/presentationconnection/url/index.md @@ -10,7 +10,7 @@ browser-compat: api.PresentationConnection.url {{SeeCompatTable}}{{APIRef("Presentation API")}}{{SecureContext_Header}} -The **`url`** readonly property of the +The **`url`** read-only property of the {{domxref("PresentationConnection")}} interface returns the URL used to create or reconnect to the presentation. diff --git a/files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md b/files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md index 58d15beea0c3dc5..e93ba447199bc4e 100644 --- a/files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md +++ b/files/en-us/web/api/rtcencodedaudioframe/timestamp/index.md @@ -11,7 +11,7 @@ browser-compat: api.RTCEncodedAudioFrame.timestamp {{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}{{deprecated_header}}{{non-standard_header}} -The **`timestamp`** readonly property of the {{domxref("RTCEncodedAudioFrame")}} interface indicates the time at which frame sampling started. +The **`timestamp`** read-only property of the {{domxref("RTCEncodedAudioFrame")}} interface indicates the time at which frame sampling started. ## Value diff --git a/files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md b/files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md index 1e49e34075c2db3..51576d8e98d79e0 100644 --- a/files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md +++ b/files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md @@ -11,7 +11,7 @@ browser-compat: api.RTCEncodedVideoFrame.timestamp {{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}{{deprecated_header}}{{non-standard_header}} -The **`timestamp`** readonly property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates the time at which frame sampling started. +The **`timestamp`** read-only property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates the time at which frame sampling started. ## Value diff --git a/files/en-us/web/api/rtcencodedvideoframe/type/index.md b/files/en-us/web/api/rtcencodedvideoframe/type/index.md index 2c7a230cf0eb25e..680916e2321b0de 100644 --- a/files/en-us/web/api/rtcencodedvideoframe/type/index.md +++ b/files/en-us/web/api/rtcencodedvideoframe/type/index.md @@ -8,7 +8,7 @@ browser-compat: api.RTCEncodedVideoFrame.type {{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}} -The **`type`** readonly property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates whether this frame is a key frame, delta frame, or empty frame. +The **`type`** read-only property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates whether this frame is a key frame, delta frame, or empty frame. ## Value diff --git a/files/en-us/web/api/taskattributiontiming/containerid/index.md b/files/en-us/web/api/taskattributiontiming/containerid/index.md index 9c72053a7cb5a7a..ef1d60611a85d15 100644 --- a/files/en-us/web/api/taskattributiontiming/containerid/index.md +++ b/files/en-us/web/api/taskattributiontiming/containerid/index.md @@ -10,7 +10,7 @@ browser-compat: api.TaskAttributionTiming.containerId {{APIRef("Performance API")}}{{SeeCompatTable}} -The **`containerId`** readonly property of the {{domxref("TaskAttributionTiming")}} interface returns the container's `id` +The **`containerId`** read-only property of the {{domxref("TaskAttributionTiming")}} interface returns the container's `id` attribute. A container is the iframe, embed or object etc. that is being implicated, on the whole, for a long task. ## Value diff --git a/files/en-us/web/api/taskattributiontiming/containername/index.md b/files/en-us/web/api/taskattributiontiming/containername/index.md index 82589cbdccb4931..4ec21c1382ca030 100644 --- a/files/en-us/web/api/taskattributiontiming/containername/index.md +++ b/files/en-us/web/api/taskattributiontiming/containername/index.md @@ -10,7 +10,7 @@ browser-compat: api.TaskAttributionTiming.containerName {{APIRef("Performance API")}}{{SeeCompatTable}} -The **`containerName`** readonly property of the {{domxref("TaskAttributionTiming")}} interface returns the container's `name` +The **`containerName`** read-only property of the {{domxref("TaskAttributionTiming")}} interface returns the container's `name` attribute. A container is the iframe, embed or object etc. that is being implicated, on the whole, for a long task. ## Value diff --git a/files/en-us/web/api/taskattributiontiming/containersrc/index.md b/files/en-us/web/api/taskattributiontiming/containersrc/index.md index a671cd6cfca7b07..d56f9acc4709b9e 100644 --- a/files/en-us/web/api/taskattributiontiming/containersrc/index.md +++ b/files/en-us/web/api/taskattributiontiming/containersrc/index.md @@ -10,7 +10,7 @@ browser-compat: api.TaskAttributionTiming.containerSrc {{APIRef("Performance API")}}{{SeeCompatTable}} -The **`containerSrc`** readonly property of the {{domxref("TaskAttributionTiming")}} interface returns the container's `src` +The **`containerSrc`** read-only property of the {{domxref("TaskAttributionTiming")}} interface returns the container's `src` attribute. A container is the iframe, embed or object etc. that is being implicated, on the whole, for a long task. ## Value diff --git a/files/en-us/web/api/taskattributiontiming/containertype/index.md b/files/en-us/web/api/taskattributiontiming/containertype/index.md index 5c7f2fe3df1b2f8..c2c48153dcc2eec 100644 --- a/files/en-us/web/api/taskattributiontiming/containertype/index.md +++ b/files/en-us/web/api/taskattributiontiming/containertype/index.md @@ -10,7 +10,7 @@ browser-compat: api.TaskAttributionTiming.containerType {{APIRef("Performance API")}}{{SeeCompatTable}} -The **`containerType`** readonly property of the {{domxref("TaskAttributionTiming")}} interface returns the type of the container, one of `iframe`, `embed`, or `object`. +The **`containerType`** read-only property of the {{domxref("TaskAttributionTiming")}} interface returns the type of the container, one of `iframe`, `embed`, or `object`. ## Value diff --git a/files/en-us/web/api/taskprioritychangeevent/previouspriority/index.md b/files/en-us/web/api/taskprioritychangeevent/previouspriority/index.md index bf8dcf824af7d0e..017caf83ae0a27e 100644 --- a/files/en-us/web/api/taskprioritychangeevent/previouspriority/index.md +++ b/files/en-us/web/api/taskprioritychangeevent/previouspriority/index.md @@ -8,7 +8,7 @@ browser-compat: api.TaskPriorityChangeEvent.previousPriority {{APIRef("Prioritized Task Scheduling API")}}{{AvailableInWorkers}} -The **`previousPriority`** readonly property of the {{domxref("TaskPriorityChangeEvent")}} interface returns the priority of the corresponding {{domxref("TaskSignal")}} before it was changed and this [`prioritychange`](/en-US/docs/Web/API/TaskSignal/prioritychange_event) event was emitted. +The **`previousPriority`** read-only property of the {{domxref("TaskPriorityChangeEvent")}} interface returns the priority of the corresponding {{domxref("TaskSignal")}} before it was changed and this [`prioritychange`](/en-US/docs/Web/API/TaskSignal/prioritychange_event) event was emitted. This is the value that was set in the [`TaskPriorityChangeEvent` constructor](/en-US/docs/Web/API/TaskPriorityChangeEvent/TaskPriorityChangeEvent) argument `options.previous`. diff --git a/files/en-us/webassembly/javascript_interface/instance/exports/index.md b/files/en-us/webassembly/javascript_interface/instance/exports/index.md index 9de738f3a71d8d5..5af1cd0853a9353 100644 --- a/files/en-us/webassembly/javascript_interface/instance/exports/index.md +++ b/files/en-us/webassembly/javascript_interface/instance/exports/index.md @@ -7,7 +7,7 @@ browser-compat: webassembly.api.Instance.exports {{WebAssemblySidebar}} -The **`exports`** readonly property of the +The **`exports`** read-only property of the [`WebAssembly.Instance`](/en-US/docs/WebAssembly/JavaScript_interface/Instance) object prototype returns an object containing as its members all the functions exported from the WebAssembly module instance, to allow them to be accessed and used by JavaScript.