Skip to content
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/svgtextpathelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _This interface also inherits properties from its parent interface, {{domxref("S

- {{domxref("SVGTextPathElement.href")}} {{ReadOnlyInline}}
- : An {{domxref("SVGAnimatedString")}} corresponding to the {{SVGAttr("href")}} or {{SVGAttr("xlink:href")}} attribute of the given element.
- {{domxref("SVGTextPathElement.side")}} {{ReadOnlyInline}} {{experimental_inline}}
- {{domxref("SVGTextPathElement.side")}} {{ReadOnlyInline}} {{experimental_inline}} {{non-standard_inline}}
- : An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("side")}} attribute of the given element.
Allowed values are specified by the [`TEXTPATH_SIDETYPE_*`](#textpath_sidetype_unknown) constants defined on this interface.
- {{domxref("SVGTextPathElement.startOffset")}} {{ReadOnlyInline}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ This is accessed via the {{domxref("WebTransport.datagrams")}} property.

## Instance properties

- {{domxref("WebTransportDatagramDuplexStream.incomingHighWaterMark", "incomingHighWaterMark")}} {{deprecated_inline}}
- {{domxref("WebTransportDatagramDuplexStream.incomingHighWaterMark", "incomingHighWaterMark")}} {{deprecated_inline}} {{non-standard_inline}}
- : Gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming {{domxref("ReadableStream")}}'s internal queue can reach before it is considered full. See [Internal queues and queuing strategies](/en-US/docs/Web/API/Streams_API/Concepts#internal_queues_and_queuing_strategies) for more information.
- {{domxref("WebTransportDatagramDuplexStream.incomingMaxAge", "incomingMaxAge")}}
- : Gets or sets the maximum age for incoming datagrams, in milliseconds. Returns `null` if no maximum age has been set.
- {{domxref("WebTransportDatagramDuplexStream.maxDatagramSize", "maxDatagramSize")}} {{ReadOnlyInline}}
- : Returns the maximum allowable size of outgoing datagrams, in bytes, that can be written to a {{domxref("WebTransportDatagramsWritable")}} obtained via {{domxref("WebTransportDatagramDuplexStream.createWritable", "createWritable()")}}, or the deprecated {{domxref("WebTransportDatagramDuplexStream/writable", "writable")}} property.
- {{domxref("WebTransportDatagramDuplexStream.outgoingHighWaterMark", "outgoingHighWaterMark")}} {{deprecated_inline}}
- {{domxref("WebTransportDatagramDuplexStream.outgoingHighWaterMark", "outgoingHighWaterMark")}} {{deprecated_inline}} {{non-standard_inline}}
- : Gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing {{domxref("WritableStream")}}'s internal queue can reach before it is considered full. See [Internal queues and queuing strategies](/en-US/docs/Web/API/Streams_API/Concepts#internal_queues_and_queuing_strategies) for more information.
- {{domxref("WebTransportDatagramDuplexStream.outgoingMaxAge", "outgoingMaxAge")}}
- : Gets or sets the maximum age for outgoing datagrams, in milliseconds. Returns `null` if no maximum age has been set.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/svg/reference/element/script/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The **`<script>`** [SVG](/en-US/docs/Web/SVG) element allows to add scripts to a

## Attributes

- `async` {{non-standard_inline}} {{experimental_inline}}
- `async` {{experimental_inline}}
- : If the `async` attribute is present, then the external script will be fetched in parallel to parsing and evaluated as soon as it is available. Equivalent to the [`async`](/en-US/docs/Web/HTML/Reference/Elements/script#async) attribute on the HTML {{HTMLElement('script')}} element.
_Value type_: **boolean**; _Default value_: _none_; _Animatable_: **no**
- [`crossorigin`](/en-US/docs/Web/HTML/Reference/Elements/script#crossorigin)
Expand Down