Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"read-only" comes AFTER prop name #37531

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmllinkelement/sizes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<width in pixels>x<height in pixels>`, 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 `<width in pixels>x<height in pixels>`, 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`.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmltrackelement/readystate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`** 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.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmltrackelement/track/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`** read-only property of the {{domxref("HTMLTrackElement")}} interface returns a {{DOMxRef("TextTrack")}} object corresponding to the text track of the {{HTMLElement("track")}} element.

## Value

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/presentationconnection/url/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`** read-only property of the {{domxref("RTCEncodedAudioFrame")}} interface indicates the time at which frame sampling started.

## Value

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`** read-only property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates the time at which frame sampling started.

## Value

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/rtcencodedvideoframe/type/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`** read-only property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates whether this frame is a key frame, delta frame, or empty frame.

## Value

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`** 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`. <!-- link? -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading