Skip to content

Commit

Permalink
style: metadata spacing for web/api/t-w (mdn#20460)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Sep 9, 2022
1 parent e0e09b1 commit f7dae62
Show file tree
Hide file tree
Showing 1,045 changed files with 1,045 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tags:
- Experimental
browser-compat: api.TaskAttributionTiming.containerId
---

{{APIRef("Long Tasks")}}{{SeeCompatTable}}

The **`containerId`** readonly property of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tags:
- Experimental
browser-compat: api.TaskAttributionTiming.containerName
---

{{APIRef("Long Tasks")}}{{SeeCompatTable}}

The **`containerName`** readonly property of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tags:
- Experimental
browser-compat: api.TaskAttributionTiming.containerSrc
---

{{APIRef("Long Tasks")}}{{SeeCompatTable}}

The **`containerSrc`** readonly property of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tags:
- Experimental
browser-compat: api.TaskAttributionTiming.containerType
---

{{APIRef("Long Tasks")}}{{SeeCompatTable}}

The **`containerType`** readonly property of the
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/taskattributiontiming/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- TaskAttributionTiming
browser-compat: api.TaskAttributionTiming
---

{{SeeCompatTable}}{{APIRef("Long Tasks")}}

The **`TaskAttributionTiming`** interface of the [Long Tasks API](/en-US/docs/Web/API/Long_Tasks_API) returns information about the work involved in a long task and its associate frame context. The frame context, also called the container, is the iframe, embed or object that is being implicated, on the whole, for a long task.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/taskcontroller/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TaskController
browser-compat: api.TaskController
---

{{APIRef("Prioritized Task Scheduling API")}}

The **`TaskController`** interface of the [Prioritized Task Scheduling API](/en-US/docs/Web/API/Prioritized_Task_Scheduling_API) represents a controller object that can be used to both abort and change the [priority](/en-US/docs/Web/API/Prioritized_Task_Scheduling_API#task_priorities) of one or more prioritized tasks.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/taskcontroller/setpriority/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- setPriority
browser-compat: api.TaskController.setPriority
---

{{APIRef("Prioritized Task Scheduling API")}}

The **`setPriority()`** method of the {{domxref("TaskController")}} interface can be called to set a new [priority](/en-US/docs/Web/API/Prioritized_Task_Scheduling_API#task_priorities) for this controller's [`signal`](/en-US/docs/Web/API/TaskController#taskcontroller.signal).
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/taskcontroller/taskcontroller/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TaskController
browser-compat: api.TaskController.TaskController
---

{{APIRef("Prioritized Task Scheduling API")}}

The **`TaskController()`** constructor creates a new {{domxref("TaskController")}} object, optionally setting the initial [priority](/en-US/docs/Web/API/Prioritized_Task_Scheduling_API#task_priorities) of its associated [`signal`](/en-US/docs/Web/API/TaskController#taskcontroller.signal).
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/taskprioritychangeevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:

browser-compat: api.TaskPriorityChangeEvent
---

{{APIRef("Prioritized Task Scheduling API")}}

The **`TaskPriorityChangeEvent`** is the interface for the [`prioritychange`](/en-US/docs/Web/API/TaskSignal/prioritychange_event) event.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- TaskPriorityChangeEvent
browser-compat: api.TaskPriorityChangeEvent.previousPriority
---

{{APIRef("Prioritized Task Scheduling API")}}

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- Prioritized Task Scheduling API
browser-compat: api.TaskPriorityChangeEvent.TaskPriorityChangeEvent
---

{{APIRef("Prioritized Task Scheduling API")}}

The **`TaskPriorityChangeEvent()`** constructor creates a new {{domxref("TaskPriorityChangeEvent")}} object.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/tasksignal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TaskSignal
browser-compat: api.TaskSignal
---

{{APIRef("Prioritized Task Scheduling API")}}

The **`TaskSignal`** interface of the [Prioritized Task Scheduling API](/en-US/docs/Web/API/Prioritized_Task_Scheduling_API) represents a signal object that allows you to communicate with a prioritized task, and abort it or change the [priority](/en-US/docs/Web/API/Prioritized_Task_Scheduling_API#task_priorities) (if required) via a {{domxref('TaskController')}} object.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/tasksignal/priority/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- priority
browser-compat: api.TaskSignal.priority
---

{{APIRef("Prioritized Task Scheduling API")}}

The read-only **`priority`** property of the {{domxref("TaskSignal")}} interface indicates the signal [priority](/en-US/docs/Web/API/Prioritized_Task_Scheduling_API#task_priorities).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- prioritychange
browser-compat: api.TaskSignal.prioritychange_event
---

{{APIRef("Prioritized Task Scheduling API")}}

The **`prioritychange`** event is sent to a {{domxref('TaskSignal')}} if its [priority](/en-US/docs/Web/API/Prioritized_Task_Scheduling_API#task_priorities) is changed.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/text/assignedslot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- Read-only
browser-compat: api.Text.assignedSlot
---

{{APIRef("DOM")}}

The read-only **`assignedSlot`** property of the {{domxref("Text")}} interface
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/text/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags:
- Reference
browser-compat: api.Text
---

{{ApiRef("DOM")}}

The **`Text`** interface represents a text {{domxref("Node", "node")}} in a DOM tree.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/text/splittext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags:
- Reference
browser-compat: api.Text.splitText
---

{{APIRef("DOM")}}

The **`splitText()`** method of the {{domxref("Text")}} interface
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/text/text/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags:
- Reference
browser-compat: api.Text.Text
---

{{ APIRef("DOM")}}

The **`Text()`** constructor returns a new {{domxref("Text")}} object
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoder/decode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TextDecoder
browser-compat: api.TextDecoder.decode
---

{{APIRef("Encoding API")}}

The **`TextDecode.decode()`** method returns a
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoder/encoding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextDecoder
browser-compat: api.TextDecoder.encoding
---

{{APIRef("Encoding API")}}

The **`TextDecoder.encoding`** read-only property
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoder/fatal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- Reference
browser-compat: api.TextDecoder.fatal
---

{{DefaultAPISidebar("")}}

The **`fatal`** property of the {{domxref("TextDecoder")}} interface is a {{jsxref('Boolean')}} indicating whether the error mode is fatal.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoder/ignorebom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- Reference
browser-compat: api.TextDecoder.ignoreBOM
---

{{DefaultAPISidebar("")}}

The **`ignoreBOM`** property of the {{domxref("TextDecoder")}} interface is a {{jsxref('Boolean')}} indicating whether the [byte order mark](https://www.w3.org/International/questions/qa-byte-order-mark) is ignored.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- TextDecoder
browser-compat: api.TextDecoder
---

{{APIRef("Encoding API")}}

The **`TextDecoder`** interface represents a decoder for a specific text encoding, such as `UTF-8`, `ISO-8859-2`, `KOI8-R`, `GBK`, etc. A decoder takes a stream of bytes as input and emits a stream of code points.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoder/textdecoder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextDecoder
browser-compat: api.TextDecoder.TextDecoder
---

{{APIRef("Encoding API")}}

The **`TextDecoder()`** constructor returns a newly created
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoderstream/encoding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextDecoderStream
browser-compat: api.TextDecoderStream.encoding
---

{{APIRef("Encoding API")}}

The **`encoding`** read-only property of the {{domxref("TextDecoderStream")}} interface returns a string containing the name of the encoding algorithm used by the specific encoder.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoderstream/fatal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextDecoderStream
browser-compat: api.TextDecoderStream.fatal
---

{{APIRef("Encoding API")}}

The **`fatal`** read-only property of the {{domxref("TextDecoderStream")}} interface is a {{jsxref("boolean")}} indicating if the error mode of the `TextDecoderStream` object is set to `fatal`.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoderstream/ignorebom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- TextDecoderStream
browser-compat: api.TextDecoderStream.ignoreBOM
---

{{APIRef("Encoding API")}}

The **`ignoreBOM`** read-only property of the {{domxref("TextDecoderStream")}} interface returns a {{jsxref("boolean")}} indicating if the byte order mark (BOM) is to be ignored.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoderstream/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TextDecoderStream
browser-compat: api.TextDecoderStream
---

{{APIRef("Encoding API")}}

The **`TextDecoderStream`** interface of the {{domxref('Encoding API','','',' ')}} converts a stream of text in a binary encoding, such as UTF-8 etc., to a stream of strings. It is the streaming equivalent of {{domxref("TextDecoder")}}.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoderstream/readable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextDecoderStream
browser-compat: api.TextDecoderStream.readable
---

{{APIRef("Encoding API")}}

The **`readable`** read-only property of the {{domxref("TextDecoderStream")}} interface returns a {{domxref("ReadableStream")}}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TextDecoderStream
browser-compat: api.TextDecoderStream.TextDecoderStream
---

{{APIRef("Encoding API")}}

The **`TextDecoderStream()`** constructor creates a new {{domxref("TextDecoderStream")}} object which is used to convert a stream of text in a binary encoding into strings.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textdecoderstream/writable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextDecoderStream
browser-compat: api.TextDecoderStream.writable
---

{{APIRef("Encoding API")}}

The **`writable`** read-only property of the {{domxref("TextDecoderStream")}} interface returns a {{domxref("WritableStream")}}.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textencoder/encode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- encode
browser-compat: api.TextEncoder.encode
---

{{APIRef("Encoding API")}}

The **`TextEncoder.encode()`** method takes a
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textencoder/encodeinto/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- encodeInto
browser-compat: api.TextEncoder.encodeInto
---

{{APIRef("Encoding API")}}

The **`TextEncoder.encodeInto()`** method takes a
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textencoder/encoding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- TextEncoder
browser-compat: api.TextEncoder.encoding
---

{{APIRef("Encoding API")}}

The **`TextEncoder.encoding`** read-only property returns a
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textencoder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextEncoder
browser-compat: api.TextEncoder
---

{{APIRef("Encoding API")}}

The **`TextEncoder`** interface takes a stream of code points as input and emits a stream of UTF-8 bytes.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textencoder/textencoder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextEncoder
browser-compat: api.TextEncoder.TextEncoder
---

{{APIRef("Encoding API")}}

The **`TextEncoder()`** constructor returns a newly created
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textencoderstream/encoding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- Read-only
browser-compat: api.TextEncoderStream.encoding
---

{{APIRef("Encoding API")}}

The **`encoding`** read-only property of the {{domxref("TextEncoderStream")}} interface returns a
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textencoderstream/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextEncoderStream
browser-compat: api.TextEncoderStream
---

{{APIRef("Encoding API")}}

The **`TextEncoderStream`** interface of the {{domxref('Encoding API','','',' ')}} converts a stream of strings into bytes in the UTF-8 encoding. It is the streaming equivalent of {{domxref("TextEncoder")}}.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textencoderstream/readable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- Read-only
browser-compat: api.TextEncoderStream.readable
---

{{APIRef("Encoding API")}}

The **`readable`** read-only property of the {{domxref("TextEncoderStream")}} interface returns a {{domxref("ReadableStream")}}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TextEncoderStream
browser-compat: api.TextEncoderStream.TextEncoderStream
---

{{APIRef("Encoding API")}}

The **`TextEncoderStream()`** constructor creates a new {{domxref("TextEncoderStream")}} object which is used to convert a stream of strings into bytes using UTF-8 encoding.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textencoderstream/writable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- Read-only
browser-compat: api.TextEncoderStream.writable
---

{{APIRef("Encoding API")}}

The **`writable`** read-only property of the {{domxref("TextEncoderStream")}} interface returns a {{domxref("WritableStream")}}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TextMetrics
browser-compat: api.TextMetrics.actualBoundingBoxAscent
---

{{APIRef("Canvas API")}}

The read-only **`actualBoundingBoxAscent`** property of the {{domxref("TextMetrics")}} interface is a `double` giving the distance from the horizontal line indicated by the {{domxref("CanvasRenderingContext2D.textBaseline")}} attribute to the top of the bounding rectangle used to render the text, in CSS pixels.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TextMetrics
browser-compat: api.TextMetrics.actualBoundingBoxDescent
---

{{APIRef("Canvas API")}}

The read-only `actualBoundingBoxDescent` property of the {{domxref("TextMetrics")}} interface is a `double` giving the distance from the horizontal line indicated by the {{domxref("CanvasRenderingContext2D.textBaseline")}} attribute to the bottom of the bounding rectangle used to render the text, in CSS pixels.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TextMetrics
browser-compat: api.TextMetrics.actualBoundingBoxLeft
---

{{APIRef("Canvas API")}}

The read-only `actualBoundingBoxLeft` property of the {{domxref("TextMetrics")}} interface is a `double` giving the distance parallel to the baseline from the alignment point given by the {{domxref("CanvasRenderingContext2D.textAlign")}} property to the left side of the bounding rectangle of the given text, in CSS pixels; positive numbers indicating a distance going left from the given alignment point.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TextMetrics
browser-compat: api.TextMetrics.actualBoundingBoxRight
---

{{APIRef("Canvas API")}}

The read-only `actualBoundingBoxRight` property of the {{domxref("TextMetrics")}} interface is a `double` giving the distance parallel to the baseline from the alignment point given by the {{domxref("CanvasRenderingContext2D.textAlign")}} property to the right side of the bounding rectangle of the given text, in CSS pixels.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextMetrics
browser-compat: api.TextMetrics.alphabeticBaseline
---

{{APIRef("Canvas API")}}{{SeeCompatTable}}

The read-only `alphabeticBaseline` property of the {{domxref("TextMetrics")}} interface is a `double` giving the distance from the horizontal line indicated by the {{domxref("CanvasRenderingContext2D.textBaseline")}} property to the alphabetic baseline of the line box, in CSS pixels.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textmetrics/emheightascent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextMetrics
browser-compat: api.TextMetrics.emHeightAscent
---

{{APIRef("Canvas API")}}{{SeeCompatTable}}

The read-only `emHeightAscent` property of the {{domxref("TextMetrics")}} interface is a `double` giving the distance from the horizontal line indicated by the {{domxref("CanvasRenderingContext2D.textBaseline")}} property to the top of the _em_ square in the line box, in CSS pixels.
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/textmetrics/emheightdescent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- TextMetrics
browser-compat: api.TextMetrics.emHeightDescent
---

{{APIRef("Canvas API")}}{{SeeCompatTable}}

The read-only `emHeightDescent` property of the {{domxref("TextMetrics")}} interface is a `double` giving the distance from the horizontal line indicated by the {{domxref("CanvasRenderingContext2D.textBaseline")}} property to the bottom of the _em_ square in the line box, in CSS pixels.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TextMetrics
browser-compat: api.TextMetrics.fontBoundingBoxAscent
---

{{APIRef("Canvas API")}}

The read-only `fontBoundingBoxAscent` property of the {{domxref("TextMetrics")}} interface is a `double` giving the distance from the horizontal line indicated by the {{domxref("CanvasRenderingContext2D.textBaseline")}} attribute to the top of the highest bounding rectangle of all the fonts used to render the text, in CSS pixels.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
- TextMetrics
browser-compat: api.TextMetrics.fontBoundingBoxDescent
---

{{APIRef("Canvas API")}}

The read-only `fontBoundingBoxDescent` property of the {{domxref("TextMetrics")}} interface is a `double` giving the distance from the horizontal line indicated by the {{domxref("CanvasRenderingContext2D.textBaseline")}} attribute to the bottom of the bounding rectangle of all the fonts used to render the text, in CSS pixels.
Expand Down
Loading

0 comments on commit f7dae62

Please sign in to comment.