diff --git a/files/en-us/web/api/baseaudiocontext/createscriptprocessor/index.md b/files/en-us/web/api/baseaudiocontext/createscriptprocessor/index.md index 05ea76a4751f897..bc8d25f05ffd3ca 100644 --- a/files/en-us/web/api/baseaudiocontext/createscriptprocessor/index.md +++ b/files/en-us/web/api/baseaudiocontext/createscriptprocessor/index.md @@ -141,9 +141,7 @@ playButton.addEventListener("click", () => { ## Specifications -Since the August 29 2014 [Web Audio API specification](https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-createscriptprocessor) publication, this feature has been deprecated. It is no longer on track to become a standard. - -It was replaced by [AudioWorklets](/en-US/docs/Web/API/AudioWorklet) and the {{domxref("AudioWorkletNode")}} interface. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/compositionevent/initcompositionevent/index.md b/files/en-us/web/api/compositionevent/initcompositionevent/index.md index c7e48e1f4fdea40..e5fc7ddb5e386aa 100644 --- a/files/en-us/web/api/compositionevent/initcompositionevent/index.md +++ b/files/en-us/web/api/compositionevent/initcompositionevent/index.md @@ -49,7 +49,7 @@ None ({{jsxref("undefined")}}). ## Specifications -This method is no longer on a standardization track. It is kept for compatibility purposes. Use the constructor {{domxref("CompositionEvent.CompositionEvent", "CompositionEvent()")}}. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/cssvalue/csstext/index.md b/files/en-us/web/api/cssvalue/csstext/index.md index bc6ef5187db1777..504015de8f594aa 100644 --- a/files/en-us/web/api/cssvalue/csstext/index.md +++ b/files/en-us/web/api/cssvalue/csstext/index.md @@ -43,10 +43,7 @@ It has been superseded by a modern, but incompatible, [CSS Typed Object Model AP ## Browser compatibility -This feature was originally defined in the [DOM Style Level 2](https://www.w3.org/TR/DOM-Level-2-Style/) specification, but has been dropped from any -standardization effort since then. - -It has been superseded by a modern, but incompatible, [CSS Typed Object Model API](/en-US/docs/Web/API/CSS_Typed_OM_API) that is now on the standard track. +{{Compat}} ## See also diff --git a/files/en-us/web/api/document/execcommand/index.md b/files/en-us/web/api/document/execcommand/index.md index 7c4e0626a3dc441..1e10bad751ae477 100644 --- a/files/en-us/web/api/document/execcommand/index.md +++ b/files/en-us/web/api/document/execcommand/index.md @@ -220,7 +220,7 @@ function insertText(newText, selector) { ## Specifications -This feature is not part of any current specification, but there is an [unofficial draft](https://w3c.github.io/editing/docs/execCommand/) attempting to specify it. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/document/fgcolor/index.md b/files/en-us/web/api/document/fgcolor/index.md index 602bd4dbb7e9ee6..5ff403646ed97d7 100644 --- a/files/en-us/web/api/document/fgcolor/index.md +++ b/files/en-us/web/api/document/fgcolor/index.md @@ -34,6 +34,10 @@ in hexadecimal). Another alternative is `document.body.text`, although this is [deprecated in HTML 4.01](https://www.w3.org/TR/html401/struct/global.html#adef-text) in favor of the CSS alternative above. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/document/linkcolor/index.md b/files/en-us/web/api/document/linkcolor/index.md index 4d98565962fe534..7a70a6e8bca8c15 100644 --- a/files/en-us/web/api/document/linkcolor/index.md +++ b/files/en-us/web/api/document/linkcolor/index.md @@ -32,9 +32,7 @@ document.linkColor = "blue"; ## Specifications -HTML5 - -`Document.linkColor` is [deprecated in DOM Level 2 HTML](https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-26809268). +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/document/xmlencoding/index.md b/files/en-us/web/api/document/xmlencoding/index.md index 577fe6702af38a0..9f825ecde81531d 100644 --- a/files/en-us/web/api/document/xmlencoding/index.md +++ b/files/en-us/web/api/document/xmlencoding/index.md @@ -25,7 +25,7 @@ Then, the result should be "UTF-16". ## Specifications -This feature is not part of any specification anymore. It is no more on track to become a standard. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/document/xmlversion/index.md b/files/en-us/web/api/document/xmlversion/index.md index c5cd79d86084395..fc06dbb3e46ff80 100644 --- a/files/en-us/web/api/document/xmlversion/index.md +++ b/files/en-us/web/api/document/xmlversion/index.md @@ -22,7 +22,7 @@ if (document.createElement("foo").tagName === "FOO") { ## Specifications -This feature is not part of any specification anymore. It is no more on track to become a standard. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmlallcollection/item/index.md b/files/en-us/web/api/htmlallcollection/item/index.md index df5d9e6ac4baceb..9d991f03aeaa1df 100644 --- a/files/en-us/web/api/htmlallcollection/item/index.md +++ b/files/en-us/web/api/htmlallcollection/item/index.md @@ -25,6 +25,10 @@ item(nameOrIndex) If `nameOrIndex` represents an index, `item()` returns the {{domxref("Element")}} at the specified index, or `null` if `nameOrIndex` is less than zero or greater than or equal to the length property. If `nameOrIndex` represents a name, `item()` returns the same value as {{domxref("HTMLAllCollection/namedItem", "namedItem()")}}. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/htmlcollection/item/index.md b/files/en-us/web/api/htmlcollection/item/index.md index 204e6a9b06e5c5d..a48ed767f97eb1f 100644 --- a/files/en-us/web/api/htmlcollection/item/index.md +++ b/files/en-us/web/api/htmlcollection/item/index.md @@ -50,6 +50,10 @@ const img0 = images.item(0); // You can use the item() method this way const img1 = images[1]; // But this notation is easier and more common ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/htmlfontelement/color/index.md b/files/en-us/web/api/htmlfontelement/color/index.md index 89d723ae68e4177..d91314dd1baf021 100644 --- a/files/en-us/web/api/htmlfontelement/color/index.md +++ b/files/en-us/web/api/htmlfontelement/color/index.md @@ -40,7 +40,7 @@ f.color = "green"; ## Specifications -The `` element has been deprecated and is no longer supported and, as a result, neither is `.color`. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmlfontelement/face/index.md b/files/en-us/web/api/htmlfontelement/face/index.md index 7cbe8893ab0db1a..7ccade456c926b3 100644 --- a/files/en-us/web/api/htmlfontelement/face/index.md +++ b/files/en-us/web/api/htmlfontelement/face/index.md @@ -40,8 +40,7 @@ f.face = "arial"; ## Specifications -The `` element has been deprecated and is no longer supported and, as a result, neither is -`.face`. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmlfontelement/size/index.md b/files/en-us/web/api/htmlfontelement/size/index.md index 537587498b3edf6..8de3b104eabc304 100644 --- a/files/en-us/web/api/htmlfontelement/size/index.md +++ b/files/en-us/web/api/htmlfontelement/size/index.md @@ -59,8 +59,7 @@ f.size = "6"; ## Specifications -The `` element has been deprecated and is no longer supported and, as a result, neither is -`.size`. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmlformelement/encoding/index.md b/files/en-us/web/api/htmlformelement/encoding/index.md index b56cd56d97b8d51..8735f1827a29494 100644 --- a/files/en-us/web/api/htmlformelement/encoding/index.md +++ b/files/en-us/web/api/htmlformelement/encoding/index.md @@ -10,6 +10,10 @@ browser-compat: api.HTMLFormElement.encoding The **`HTMLFormElement.encoding`** property is an alternative name for the {{domxref("HTMLFormElement.enctype","enctype")}} element on the DOM {{domxref("HTMLFormElement")}} object. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/htmlhtmlelement/version/index.md b/files/en-us/web/api/htmlhtmlelement/version/index.md index 30a3bff52b37144..e79498b9a31e8a1 100644 --- a/files/en-us/web/api/htmlhtmlelement/version/index.md +++ b/files/en-us/web/api/htmlhtmlelement/version/index.md @@ -15,6 +15,10 @@ browser-compat: api.HTMLHtmlElement.version Returns version information about the document type definition (DTD) of a document. While this property is recognized by Mozilla, the return value for this property is always an empty string. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/htmlimageelement/longdesc/index.md b/files/en-us/web/api/htmlimageelement/longdesc/index.md index 329251de3317476..fb6497f662216ba 100644 --- a/files/en-us/web/api/htmlimageelement/longdesc/index.md +++ b/files/en-us/web/api/htmlimageelement/longdesc/index.md @@ -58,7 +58,7 @@ With that, the image is a link to the HTML file describing the image in more det ## Specifications -This feature is not part of any current specification. It is no longer on track to become a standard. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmltableelement/align/index.md b/files/en-us/web/api/htmltableelement/align/index.md index e4d0581b780edc0..f5cfba8d1729762 100644 --- a/files/en-us/web/api/htmltableelement/align/index.md +++ b/files/en-us/web/api/htmltableelement/align/index.md @@ -31,7 +31,7 @@ t.align = "center"; ## Specifications -- W3C DOM 2 HTML Specification [_HTMLTableElement.align_](https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-23180977). +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmltableelement/border/index.md b/files/en-us/web/api/htmltableelement/border/index.md index 34f879bd978d67b..57c169f168c7c35 100644 --- a/files/en-us/web/api/htmltableelement/border/index.md +++ b/files/en-us/web/api/htmltableelement/border/index.md @@ -27,9 +27,7 @@ t.border = "2"; ## Specifications -W3C DOM 2 HTML Specification [_HTMLTableElement.border_](https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-50969400). - -This attribute is deprecated in HTML 4.0. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmltableelement/cellpadding/index.md b/files/en-us/web/api/htmltableelement/cellpadding/index.md index f247ea394e1c755..453f6b453eb0a89 100644 --- a/files/en-us/web/api/htmltableelement/cellpadding/index.md +++ b/files/en-us/web/api/htmltableelement/cellpadding/index.md @@ -29,7 +29,7 @@ t.cellPadding = "10"; ## Specifications -- W3C DOM 2 HTML Specification [_HTMLTableElement.cellPadding_](https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-59162158). +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmltableelement/cellspacing/index.md b/files/en-us/web/api/htmltableelement/cellspacing/index.md index d6c72b76bd13227..580b351b3d4705d 100644 --- a/files/en-us/web/api/htmltableelement/cellspacing/index.md +++ b/files/en-us/web/api/htmltableelement/cellspacing/index.md @@ -34,7 +34,7 @@ t.cellSpacing = "10"; ## Specifications -- W3C DOM 2 HTML Specification [_HTMLTableElement.cellSpacing_](https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-68907883). +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmltableelement/frame/index.md b/files/en-us/web/api/htmltableelement/frame/index.md index dec7b9255f12e24..2a88798952de21a 100644 --- a/files/en-us/web/api/htmltableelement/frame/index.md +++ b/files/en-us/web/api/htmltableelement/frame/index.md @@ -48,7 +48,7 @@ t.border = "2px"; ## Specifications -- W3C DOM 2 HTML Specification +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmltableelement/rules/index.md b/files/en-us/web/api/htmltableelement/rules/index.md index eaee6c1f08ee109..1cc64b80ab862dc 100644 --- a/files/en-us/web/api/htmltableelement/rules/index.md +++ b/files/en-us/web/api/htmltableelement/rules/index.md @@ -38,7 +38,7 @@ t.rules = "all"; ## Specifications -- W3C DOM 2 HTML Specification +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmltableelement/summary/index.md b/files/en-us/web/api/htmltableelement/summary/index.md index 2d4568a6018045e..e4c9eb345f59425 100644 --- a/files/en-us/web/api/htmltableelement/summary/index.md +++ b/files/en-us/web/api/htmltableelement/summary/index.md @@ -25,7 +25,7 @@ HTMLTableElement.summary = "Usage statistics"; ## Specifications -- W3C DOM 2 HTML Specification +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/htmltableelement/width/index.md b/files/en-us/web/api/htmltableelement/width/index.md index 6a3b00f97489705..f18eba1bfbc7d40 100644 --- a/files/en-us/web/api/htmltableelement/width/index.md +++ b/files/en-us/web/api/htmltableelement/width/index.md @@ -25,7 +25,7 @@ mytable.width = "75%"; ## Specifications -- W3C DOM 2 HTML Specification [_HTMLTableElement.width_](https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-77447361) +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/idbdatabase/close_event/index.md b/files/en-us/web/api/idbdatabase/close_event/index.md index e017056d57aaca0..d338bb805f022cc 100644 --- a/files/en-us/web/api/idbdatabase/close_event/index.md +++ b/files/en-us/web/api/idbdatabase/close_event/index.md @@ -87,6 +87,10 @@ dBOpenRequest.onsuccess = (event) => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/idbdatabase/versionchange_event/index.md b/files/en-us/web/api/idbdatabase/versionchange_event/index.md index c91c62280803b71..161229ff9c2bd35 100644 --- a/files/en-us/web/api/idbdatabase/versionchange_event/index.md +++ b/files/en-us/web/api/idbdatabase/versionchange_event/index.md @@ -84,6 +84,10 @@ dBOpenRequest.onsuccess = (event) => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/idbopendbrequest/blocked_event/index.md b/files/en-us/web/api/idbopendbrequest/blocked_event/index.md index 37d729b62e23109..55ca793e0d343a5 100644 --- a/files/en-us/web/api/idbopendbrequest/blocked_event/index.md +++ b/files/en-us/web/api/idbopendbrequest/blocked_event/index.md @@ -113,6 +113,10 @@ DBOpenRequest.onsuccess = (event) => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/idbopendbrequest/upgradeneeded_event/index.md b/files/en-us/web/api/idbopendbrequest/upgradeneeded_event/index.md index 1e1da7af801522a..4514a50c85a2697 100644 --- a/files/en-us/web/api/idbopendbrequest/upgradeneeded_event/index.md +++ b/files/en-us/web/api/idbopendbrequest/upgradeneeded_event/index.md @@ -87,6 +87,10 @@ dBOpenRequest.onupgradeneeded = (event) => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/idbrequest/error_event/index.md b/files/en-us/web/api/idbrequest/error_event/index.md index d627fa2fd514e2e..37ab11f669cd0f5 100644 --- a/files/en-us/web/api/idbrequest/error_event/index.md +++ b/files/en-us/web/api/idbrequest/error_event/index.md @@ -124,6 +124,10 @@ DBOpenRequest.onsuccess = (event) => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/idbrequest/success_event/index.md b/files/en-us/web/api/idbrequest/success_event/index.md index 144da2dfdd20f8f..a71f20e83df1850 100644 --- a/files/en-us/web/api/idbrequest/success_event/index.md +++ b/files/en-us/web/api/idbrequest/success_event/index.md @@ -90,6 +90,10 @@ openRequest.onsuccess = (event) => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/idbtransaction/abort_event/index.md b/files/en-us/web/api/idbtransaction/abort_event/index.md index c8d949885da3c3a..b723401f6ed01c7 100644 --- a/files/en-us/web/api/idbtransaction/abort_event/index.md +++ b/files/en-us/web/api/idbtransaction/abort_event/index.md @@ -125,6 +125,10 @@ DBOpenRequest.onsuccess = (event) => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/idbtransaction/complete_event/index.md b/files/en-us/web/api/idbtransaction/complete_event/index.md index 8f06551441ca8ab..cad6b395caea0ba 100644 --- a/files/en-us/web/api/idbtransaction/complete_event/index.md +++ b/files/en-us/web/api/idbtransaction/complete_event/index.md @@ -87,6 +87,10 @@ DBOpenRequest.onsuccess = (event) => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/idbtransaction/error_event/index.md b/files/en-us/web/api/idbtransaction/error_event/index.md index 8a79c2002873b6f..930369023e61217 100644 --- a/files/en-us/web/api/idbtransaction/error_event/index.md +++ b/files/en-us/web/api/idbtransaction/error_event/index.md @@ -126,6 +126,10 @@ dBOpenRequest.onsuccess = (event) => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/mediasource/mediasource/index.md b/files/en-us/web/api/mediasource/mediasource/index.md index 2f2d988f582016f..596c6f1ae54af17 100644 --- a/files/en-us/web/api/mediasource/mediasource/index.md +++ b/files/en-us/web/api/mediasource/mediasource/index.md @@ -46,6 +46,10 @@ if ("MediaSource" in window && MediaSource.isTypeSupported(mimeCodec)) { // … ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/mediatracksupportedconstraints/index.md b/files/en-us/web/api/mediatracksupportedconstraints/index.md index b59de3470a9b429..cba2b0ffce828b1 100644 --- a/files/en-us/web/api/mediatracksupportedconstraints/index.md +++ b/files/en-us/web/api/mediatracksupportedconstraints/index.md @@ -61,6 +61,10 @@ For tracks containing video sources from the user's screen contents, the followi - {{domxref("MediaTrackSupportedConstraints.logicalSurface", "logicalSurface")}} - : A Boolean value which is `true` if the {{domxref("MediaTrackConstraints.logicalSurface", "logicalSurface")}} constraint is supported in the current environment. +## Specifications + +{{Specifications}} + ## See also - [Media Capture and Streams API](/en-US/docs/Web/API/Media_Capture_and_Streams_API) diff --git a/files/en-us/web/api/mouseevent/initmouseevent/index.md b/files/en-us/web/api/mouseevent/initmouseevent/index.md index d970d7cc7a3142b..ae1c4c1ebacadcd 100644 --- a/files/en-us/web/api/mouseevent/initmouseevent/index.md +++ b/files/en-us/web/api/mouseevent/initmouseevent/index.md @@ -142,9 +142,7 @@ simulateClick(); ## Specifications -This feature is not part of any specification. It is no longer on track to becoming a standard. - -Use the {{domxref("MouseEvent.MouseEvent", "MouseEvent()")}} constructor instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/navigator/getusermedia/index.md b/files/en-us/web/api/navigator/getusermedia/index.md index e8d745aad9899d6..d2ca1cb65224564 100644 --- a/files/en-us/web/api/navigator/getusermedia/index.md +++ b/files/en-us/web/api/navigator/getusermedia/index.md @@ -95,10 +95,11 @@ if (navigator.getUserMedia) { } ``` -## Browser compatibility +## Specifications + +{{Specifications}} -> [!WARNING] -> New code should use {{domxref("MediaDevices.getUserMedia")}} instead. +## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/performance/navigation/index.md b/files/en-us/web/api/performance/navigation/index.md index ce39806116c93ef..19b0cb41d6e002a 100644 --- a/files/en-us/web/api/performance/navigation/index.md +++ b/files/en-us/web/api/performance/navigation/index.md @@ -28,8 +28,7 @@ A {{domxref("PerformanceNavigation")}} object. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performance/timing/index.md b/files/en-us/web/api/performance/timing/index.md index c62dfc49528a36a..735939934f0f90b 100644 --- a/files/en-us/web/api/performance/timing/index.md +++ b/files/en-us/web/api/performance/timing/index.md @@ -27,8 +27,7 @@ A {{domxref("PerformanceTiming")}} object. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancenavigation/index.md b/files/en-us/web/api/performancenavigation/index.md index bce86f94ad5a21f..742838fba699ba1 100644 --- a/files/en-us/web/api/performancenavigation/index.md +++ b/files/en-us/web/api/performancenavigation/index.md @@ -46,8 +46,7 @@ _The `Performance` interface doesn't inherit any methods._ ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancenavigation/redirectcount/index.md b/files/en-us/web/api/performancenavigation/redirectcount/index.md index 1145b2ac642cf34..b8a0168ef4f50b5 100644 --- a/files/en-us/web/api/performancenavigation/redirectcount/index.md +++ b/files/en-us/web/api/performancenavigation/redirectcount/index.md @@ -25,8 +25,7 @@ An `unsigned short`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancenavigation/type/index.md b/files/en-us/web/api/performancenavigation/type/index.md index 8b62bb0cf2af4da..060bc163affd577 100644 --- a/files/en-us/web/api/performancenavigation/type/index.md +++ b/files/en-us/web/api/performancenavigation/type/index.md @@ -68,8 +68,7 @@ Possible values are: ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/connectend/index.md b/files/en-us/web/api/performancetiming/connectend/index.md index 5cfbceaa729d341..8f7db11345affdf 100644 --- a/files/en-us/web/api/performancetiming/connectend/index.md +++ b/files/en-us/web/api/performancetiming/connectend/index.md @@ -30,8 +30,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/connectstart/index.md b/files/en-us/web/api/performancetiming/connectstart/index.md index 08af6102270db1a..2a446b98f4fda1e 100644 --- a/files/en-us/web/api/performancetiming/connectstart/index.md +++ b/files/en-us/web/api/performancetiming/connectstart/index.md @@ -29,8 +29,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/domainlookupend/index.md b/files/en-us/web/api/performancetiming/domainlookupend/index.md index c28c6f5dfdadb44..4320fa8d12bb534 100644 --- a/files/en-us/web/api/performancetiming/domainlookupend/index.md +++ b/files/en-us/web/api/performancetiming/domainlookupend/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/domainlookupstart/index.md b/files/en-us/web/api/performancetiming/domainlookupstart/index.md index 7b97bcd7b4cf4e2..fd86672ad179fdb 100644 --- a/files/en-us/web/api/performancetiming/domainlookupstart/index.md +++ b/files/en-us/web/api/performancetiming/domainlookupstart/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/domcomplete/index.md b/files/en-us/web/api/performancetiming/domcomplete/index.md index 3814052136efec5..3371cf61bd5269c 100644 --- a/files/en-us/web/api/performancetiming/domcomplete/index.md +++ b/files/en-us/web/api/performancetiming/domcomplete/index.md @@ -28,8 +28,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/domcontentloadedeventend/index.md b/files/en-us/web/api/performancetiming/domcontentloadedeventend/index.md index 740acdef4307c48..7c76cd963efd67f 100644 --- a/files/en-us/web/api/performancetiming/domcontentloadedeventend/index.md +++ b/files/en-us/web/api/performancetiming/domcontentloadedeventend/index.md @@ -26,8 +26,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/domcontentloadedeventstart/index.md b/files/en-us/web/api/performancetiming/domcontentloadedeventstart/index.md index d646eea9216bcbe..418f45380d1b4af 100644 --- a/files/en-us/web/api/performancetiming/domcontentloadedeventstart/index.md +++ b/files/en-us/web/api/performancetiming/domcontentloadedeventstart/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/dominteractive/index.md b/files/en-us/web/api/performancetiming/dominteractive/index.md index e13a9ecb8e658cf..1aba9c6ffcf5c67 100644 --- a/files/en-us/web/api/performancetiming/dominteractive/index.md +++ b/files/en-us/web/api/performancetiming/dominteractive/index.md @@ -33,8 +33,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/domloading/index.md b/files/en-us/web/api/performancetiming/domloading/index.md index 06c880df4a24535..88462d19cefb23b 100644 --- a/files/en-us/web/api/performancetiming/domloading/index.md +++ b/files/en-us/web/api/performancetiming/domloading/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/fetchstart/index.md b/files/en-us/web/api/performancetiming/fetchstart/index.md index 6af448f36db9866..ff7400e38626b4c 100644 --- a/files/en-us/web/api/performancetiming/fetchstart/index.md +++ b/files/en-us/web/api/performancetiming/fetchstart/index.md @@ -26,8 +26,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/index.md b/files/en-us/web/api/performancetiming/index.md index 9d6b20d640b0d51..da9a1f95b477ad9 100644 --- a/files/en-us/web/api/performancetiming/index.md +++ b/files/en-us/web/api/performancetiming/index.md @@ -76,8 +76,7 @@ _The `PerformanceTiming`_ _interface doesn't inherit any methods._ ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/loadeventend/index.md b/files/en-us/web/api/performancetiming/loadeventend/index.md index 3ade9a67013302d..e9d5a22d1d9609a 100644 --- a/files/en-us/web/api/performancetiming/loadeventend/index.md +++ b/files/en-us/web/api/performancetiming/loadeventend/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/loadeventstart/index.md b/files/en-us/web/api/performancetiming/loadeventstart/index.md index 5586316df92c893..1b4462210e26efd 100644 --- a/files/en-us/web/api/performancetiming/loadeventstart/index.md +++ b/files/en-us/web/api/performancetiming/loadeventstart/index.md @@ -26,8 +26,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/navigationstart/index.md b/files/en-us/web/api/performancetiming/navigationstart/index.md index 84fcd96bd239520..13b07df60f94a43 100644 --- a/files/en-us/web/api/performancetiming/navigationstart/index.md +++ b/files/en-us/web/api/performancetiming/navigationstart/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/redirectend/index.md b/files/en-us/web/api/performancetiming/redirectend/index.md index 3d75e2dd9a0b507..b07f81151c9ad08 100644 --- a/files/en-us/web/api/performancetiming/redirectend/index.md +++ b/files/en-us/web/api/performancetiming/redirectend/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/redirectstart/index.md b/files/en-us/web/api/performancetiming/redirectstart/index.md index 000518ad2a19176..8d405c6f272da42 100644 --- a/files/en-us/web/api/performancetiming/redirectstart/index.md +++ b/files/en-us/web/api/performancetiming/redirectstart/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/requeststart/index.md b/files/en-us/web/api/performancetiming/requeststart/index.md index 47a903b81ece4e3..d7848bbf8b4b5ec 100644 --- a/files/en-us/web/api/performancetiming/requeststart/index.md +++ b/files/en-us/web/api/performancetiming/requeststart/index.md @@ -28,8 +28,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/responseend/index.md b/files/en-us/web/api/performancetiming/responseend/index.md index c3a677c29f296f3..e404993f8c17841 100644 --- a/files/en-us/web/api/performancetiming/responseend/index.md +++ b/files/en-us/web/api/performancetiming/responseend/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/responsestart/index.md b/files/en-us/web/api/performancetiming/responsestart/index.md index 6560b594077d76e..515f4e3a4eb03da 100644 --- a/files/en-us/web/api/performancetiming/responsestart/index.md +++ b/files/en-us/web/api/performancetiming/responsestart/index.md @@ -26,8 +26,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/secureconnectionstart/index.md b/files/en-us/web/api/performancetiming/secureconnectionstart/index.md index c1f1d3cd3ad768d..07edea7b1de1ed5 100644 --- a/files/en-us/web/api/performancetiming/secureconnectionstart/index.md +++ b/files/en-us/web/api/performancetiming/secureconnectionstart/index.md @@ -25,8 +25,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/unloadeventend/index.md b/files/en-us/web/api/performancetiming/unloadeventend/index.md index 033737ac7f0daeb..5b28c30441def96 100644 --- a/files/en-us/web/api/performancetiming/unloadeventend/index.md +++ b/files/en-us/web/api/performancetiming/unloadeventend/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/performancetiming/unloadeventstart/index.md b/files/en-us/web/api/performancetiming/unloadeventstart/index.md index 5c22c365a93a25a..7e00b5bf06568a9 100644 --- a/files/en-us/web/api/performancetiming/unloadeventstart/index.md +++ b/files/en-us/web/api/performancetiming/unloadeventstart/index.md @@ -27,8 +27,7 @@ An `unsigned long long`. ## Specifications -This feature is no longer on track to become a standard, as the [Navigation Timing specification](https://w3c.github.io/navigation-timing/#obsolete) has marked it as deprecated. -Use the {{domxref("PerformanceNavigationTiming")}} interface instead. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/presentationavailability/value/index.md b/files/en-us/web/api/presentationavailability/value/index.md index 60fcd7a1d3ab02f..a952e580369bc30 100644 --- a/files/en-us/web/api/presentationavailability/value/index.md +++ b/files/en-us/web/api/presentationavailability/value/index.md @@ -14,6 +14,10 @@ The **`value`** attribute _MUST_ return the last value from which it was set. Th The `onchange` attribute is an [event handler](https://www.w3.org/TR/presentation-api/#dfn-event-handler) whose corresponding [event handler event type](https://www.w3.org/TR/presentation-api/#dfn-event-handler-event-type) is `change`. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/presentationconnection/binarytype/index.md b/files/en-us/web/api/presentationconnection/binarytype/index.md index cac0147d0a0c955..aaf0f6110555e62 100644 --- a/files/en-us/web/api/presentationconnection/binarytype/index.md +++ b/files/en-us/web/api/presentationconnection/binarytype/index.md @@ -15,6 +15,10 @@ When a {{DOMxRef("PresentationConnection")}} object is created, its `binaryType` > [!NOTE] > The `binaryType` attribute allows authors to control how binary data is exposed to scripts. By setting the attribute to `"blob"`, binary data is returned in `Blob` form; by setting it to `"arraybuffer"`, it is returned in {{JSxRef("ArrayBuffer")}} form. The attribute defaults to `"arraybuffer"`. This attribute has no effect on data sent in a string form. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/presentationconnection/close/index.md b/files/en-us/web/api/presentationconnection/close/index.md index dd7474ae644b68f..40552bcbc267ea8 100644 --- a/files/en-us/web/api/presentationconnection/close/index.md +++ b/files/en-us/web/api/presentationconnection/close/index.md @@ -26,6 +26,10 @@ None. None ({{jsxref("undefined")}}). +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/presentationconnection/id/index.md b/files/en-us/web/api/presentationconnection/id/index.md index b954e90303e3492..10e5d8bb509be7b 100644 --- a/files/en-us/web/api/presentationconnection/id/index.md +++ b/files/en-us/web/api/presentationconnection/id/index.md @@ -12,6 +12,10 @@ browser-compat: api.PresentationConnection.id The **`id`** attribute specifies the [presentation identifier](https://www.w3.org/TR/presentation-api/#dfn-presentation-identifier) of a [presentation connection](https://www.w3.org/TR/presentation-api/#dfn-presentation-connection). +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/presentationconnection/state/index.md b/files/en-us/web/api/presentationconnection/state/index.md index 7b51f6e21671d90..5cc2ff978fedaf3 100644 --- a/files/en-us/web/api/presentationconnection/state/index.md +++ b/files/en-us/web/api/presentationconnection/state/index.md @@ -17,6 +17,10 @@ The **`state`** attribute reflects the [presentation connection](https://www.w3. - **`closed`**: The [presentation connection](https://www.w3.org/TR/presentation-api/#dfn-presentation-connection) has been closed or could not be opened. The connection may be reopened by calling [`reconnect()`](https://www.w3.org/TR/presentation-api/#dom-presentationrequest-reconnect). No communication is possible in this state. - **`terminated`**: The [receiving browsing context](https://www.w3.org/TR/presentation-api/#dfn-receiving-browsing-context) has terminated. Any [presentation connection](https://www.w3.org/TR/presentation-api/#dfn-presentation-connection) to that [presentation](https://www.w3.org/TR/presentation-api/#dfn-presentation) has also terminated and cannot be reopened. No communication is possible. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/presentationconnection/terminate/index.md b/files/en-us/web/api/presentationconnection/terminate/index.md index f66c7e85e666074..17964367ded7a17 100644 --- a/files/en-us/web/api/presentationconnection/terminate/index.md +++ b/files/en-us/web/api/presentationconnection/terminate/index.md @@ -26,6 +26,10 @@ None. None ({{jsxref("undefined")}}). +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/presentationconnectionavailableevent/connection/index.md b/files/en-us/web/api/presentationconnectionavailableevent/connection/index.md index 756f399d60c310e..056d52ed45f1ebe 100644 --- a/files/en-us/web/api/presentationconnectionavailableevent/connection/index.md +++ b/files/en-us/web/api/presentationconnectionavailableevent/connection/index.md @@ -14,6 +14,10 @@ When an incoming connection is created, a [receiving user agent](https://www.w3. The event is fired for all connections that are created when [monitoring incoming presentation connections](https://www.w3.org/TR/presentation-api/#dfn-monitoring-incoming-presentation-connections). +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/presentationrequest/getavailability/index.md b/files/en-us/web/api/presentationrequest/getavailability/index.md index c1a2f19dd57747f..a0b4b779619e2c9 100644 --- a/files/en-us/web/api/presentationrequest/getavailability/index.md +++ b/files/en-us/web/api/presentationrequest/getavailability/index.md @@ -54,6 +54,10 @@ When the `getAvailability()` method is called, the user agent _MUST_ run the fol 9. Run the algorithm to [monitor the list of available presentation displays](https://www.w3.org/TR/presentation-api/#dfn-monitor-the-list-of-available-presentation-displays). 10. [Resolve](https://www.w3.org/TR/presentation-api/#dfn-resolving-a-promise) _P_ with _A_. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/presentationrequest/reconnect/index.md b/files/en-us/web/api/presentationrequest/reconnect/index.md index 94a9241eb00bf31..f30cb47e82c31c4 100644 --- a/files/en-us/web/api/presentationrequest/reconnect/index.md +++ b/files/en-us/web/api/presentationrequest/reconnect/index.md @@ -53,6 +53,10 @@ _P_, a [Promise](https://www.w3.org/TR/presentation-api/#dfn-promise). 10. [Reject](https://www.w3.org/TR/presentation-api/#dfn-rejecting-a-promise) _P_ with a [`NotFoundError`](https://www.w3.org/TR/presentation-api/#dfn-notfounderror) exception. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/requestinit/index.md b/files/en-us/web/api/requestinit/index.md index 61d051088f80123..d39a419b2221fc1 100644 --- a/files/en-us/web/api/requestinit/index.md +++ b/files/en-us/web/api/requestinit/index.md @@ -2,7 +2,6 @@ title: RequestInit slug: Web/API/RequestInit page-type: web-api-interface -browser-compat: api.RequestInit spec-urls: https://fetch.spec.whatwg.org/#requestinit --- diff --git a/files/en-us/web/api/rtcdatachannel/open_event/index.md b/files/en-us/web/api/rtcdatachannel/open_event/index.md index 245b481ffd719c6..c752c51a0efc00d 100644 --- a/files/en-us/web/api/rtcdatachannel/open_event/index.md +++ b/files/en-us/web/api/rtcdatachannel/open_event/index.md @@ -67,6 +67,10 @@ dc.onopen = (ev) => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/scriptprocessornode/buffersize/index.md b/files/en-us/web/api/scriptprocessornode/buffersize/index.md index 4d7c27800b58223..3469e33f1fb3aa3 100644 --- a/files/en-us/web/api/scriptprocessornode/buffersize/index.md +++ b/files/en-us/web/api/scriptprocessornode/buffersize/index.md @@ -25,9 +25,7 @@ See [`BaseAudioContext.createScriptProcessor()`](/en-US/docs/Web/API/BaseAudioCo ## Specifications -Since the August 29, 2014 [Web Audio API specification](https://www.w3.org/TR/webaudio/#ScriptProcessorNode) publication, this feature has been deprecated. It is no longer on track to become a standard. - -It was replaced by [AudioWorklets](/en-US/docs/Web/API/AudioWorklet) and the {{domxref("AudioWorkletNode")}} interface. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/selection/modify/index.md b/files/en-us/web/api/selection/modify/index.md index 5e54d43b1956bad..b77cfe88213168b 100644 --- a/files/en-us/web/api/selection/modify/index.md +++ b/files/en-us/web/api/selection/modify/index.md @@ -108,7 +108,7 @@ function modify() { ## Specifications -_This method is not part of any specification._ +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/sourcebuffer/changetype/index.md b/files/en-us/web/api/sourcebuffer/changetype/index.md index 3303d6a52465ff4..e5a066ae0b26576 100644 --- a/files/en-us/web/api/sourcebuffer/changetype/index.md +++ b/files/en-us/web/api/sourcebuffer/changetype/index.md @@ -55,6 +55,10 @@ If the {{domxref("MediaSource.readyState", "readyState")}} property of the paren will set the `readyState` property to `"open"` and fire a simple event named {{domxref("MediaSource.sourceopen_event", "sourceopen")}} at the parent media source. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/svganimatedangle/index.md b/files/en-us/web/api/svganimatedangle/index.md index ac71fa83d93a1b2..bd9a3c12a6e783d 100644 --- a/files/en-us/web/api/svganimatedangle/index.md +++ b/files/en-us/web/api/svganimatedangle/index.md @@ -85,6 +85,10 @@ The `SVGAnimatedAngle` interface is used for attributes of basic type [\] The `SVGAnimatedAngle` interface do not provide any specific methods. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/svganimatedboolean/index.md b/files/en-us/web/api/svganimatedboolean/index.md index d34e88cbb29d07a..4f2dc7c15a8525c 100644 --- a/files/en-us/web/api/svganimatedboolean/index.md +++ b/files/en-us/web/api/svganimatedboolean/index.md @@ -79,6 +79,10 @@ The `SVGAnimatedBoolean` interface is used for attributes of type boolean which The `SVGAnimatedBoolean` interface do not provide any specific methods. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/svganimatedinteger/index.md b/files/en-us/web/api/svganimatedinteger/index.md index 57ea67a70397f5b..313f4cd7491b937 100644 --- a/files/en-us/web/api/svganimatedinteger/index.md +++ b/files/en-us/web/api/svganimatedinteger/index.md @@ -79,6 +79,10 @@ The `SVGAnimatedInteger` interface is used for attributes of basic type [\ +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/svglengthlist/index.md b/files/en-us/web/api/svglengthlist/index.md index 21ba8288a35425f..96dc0dc950633b7 100644 --- a/files/en-us/web/api/svglengthlist/index.md +++ b/files/en-us/web/api/svglengthlist/index.md @@ -298,6 +298,10 @@ An `SVGLengthList` is indexable and can be accessed like an array. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/svgnumberlist/index.md b/files/en-us/web/api/svgnumberlist/index.md index 8fda3a7ca18612c..e03cf7ee80b1859 100644 --- a/files/en-us/web/api/svgnumberlist/index.md +++ b/files/en-us/web/api/svgnumberlist/index.md @@ -308,6 +308,10 @@ An `SVGNumberList` is indexable and can be accessed like an array. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/svgpoint/index.md b/files/en-us/web/api/svgpoint/index.md index 6a22d84216b8136..2f7e43df226a016 100644 --- a/files/en-us/web/api/svgpoint/index.md +++ b/files/en-us/web/api/svgpoint/index.md @@ -36,6 +36,10 @@ s.y = 10; s.x = 10; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/svgpreserveaspectratio/index.md b/files/en-us/web/api/svgpreserveaspectratio/index.md index 3625f80a1b4e0d7..bad1fd1af161fdb 100644 --- a/files/en-us/web/api/svgpreserveaspectratio/index.md +++ b/files/en-us/web/api/svgpreserveaspectratio/index.md @@ -255,6 +255,10 @@ An `SVGPreserveAspectRatio` object can be designated as read only, which means t The `SVGPreserveAspectRatio` interface do not provide any specific methods. +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/svgstringlist/index.md b/files/en-us/web/api/svgstringlist/index.md index 1b7e5d0dbdaf4f2..9ffd0ca3e429ba4 100644 --- a/files/en-us/web/api/svgstringlist/index.md +++ b/files/en-us/web/api/svgstringlist/index.md @@ -297,6 +297,10 @@ An `SVGStringList` object can be designated as read only, which means that attem +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/svgtransform/index.md b/files/en-us/web/api/svgtransform/index.md index 4f64c1bbbce8c00..ca72d9081fd9ec2 100644 --- a/files/en-us/web/api/svgtransform/index.md +++ b/files/en-us/web/api/svgtransform/index.md @@ -363,6 +363,10 @@ An `SVGTransform` object can be designated as read only, which means that attemp +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/webgl2renderingcontext/samplerparameter/index.md b/files/en-us/web/api/webgl2renderingcontext/samplerparameter/index.md index 6a310b757cb4498..4fee200a97dbc8e 100644 --- a/files/en-us/web/api/webgl2renderingcontext/samplerparameter/index.md +++ b/files/en-us/web/api/webgl2renderingcontext/samplerparameter/index.md @@ -70,6 +70,10 @@ const sampler = gl.createSampler(); gl.samplerParameteri(sampler, gl.TEXTURE_MAG_FILTER, gl.NEAREST); ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/webglobject/index.md b/files/en-us/web/api/webglobject/index.md index 00b4f16220a6c09..fd046c9f239a62f 100644 --- a/files/en-us/web/api/webglobject/index.md +++ b/files/en-us/web/api/webglobject/index.md @@ -34,6 +34,14 @@ WebGL 2: - {{domxref("WebGLTransformFeedback")}} - {{domxref("WebGLVertexArrayObject")}} (and `WebGLVertexArrayObjectOES`) +## Specifications + +{{Specifications}} + +## Browser compatibility + +{{Compat}} + ## See also - [`WebGLRenderingContext.isContextLost()`](/en-US/docs/Web/API/WebGLRenderingContext/isContextLost) diff --git a/files/en-us/web/api/window/appinstalled_event/index.md b/files/en-us/web/api/window/appinstalled_event/index.md index ab70d0db825309b..b5eca5b5442dfc1 100644 --- a/files/en-us/web/api/window/appinstalled_event/index.md +++ b/files/en-us/web/api/window/appinstalled_event/index.md @@ -44,6 +44,10 @@ window.onappinstalled = () => { }; ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/window/beforeinstallprompt_event/index.md b/files/en-us/web/api/window/beforeinstallprompt_event/index.md index a9516e3af81a207..d9a56bcad3531c2 100644 --- a/files/en-us/web/api/window/beforeinstallprompt_event/index.md +++ b/files/en-us/web/api/window/beforeinstallprompt_event/index.md @@ -93,6 +93,10 @@ installButton.addEventListener("click", async () => { }); ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/api/window/releaseevents/index.md b/files/en-us/web/api/window/releaseevents/index.md index f861e49bcf13e9b..3b9d71f40a43c80 100644 --- a/files/en-us/web/api/window/releaseevents/index.md +++ b/files/en-us/web/api/window/releaseevents/index.md @@ -52,7 +52,7 @@ See also [`window.captureEvents`](/en-US/docs/Web/API/Window/captureEvents) ## Specifications -This is not part of any specification. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/api/workerlocation/tostring/index.md b/files/en-us/web/api/workerlocation/tostring/index.md index e73c95293d8d297..c32025bd7245779 100644 --- a/files/en-us/web/api/workerlocation/tostring/index.md +++ b/files/en-us/web/api/workerlocation/tostring/index.md @@ -31,6 +31,10 @@ None ({{jsxref("undefined")}}). const result = location.toString(); // Returns 'https://developer.mozilla.org/en-US/docs/Web' ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/html/element/dir/index.md b/files/en-us/web/html/element/dir/index.md index d7730dcde06dd78..8f088ba72ca65fa 100644 --- a/files/en-us/web/html/element/dir/index.md +++ b/files/en-us/web/html/element/dir/index.md @@ -29,7 +29,7 @@ Like all other HTML elements, this element supports the [global attributes](/en- ## Specifications -Not part of any current specifications. +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/svg/attribute/class/index.md b/files/en-us/web/svg/attribute/class/index.md index df253ed8a8a31ec..fbfe97b97415a8a 100644 --- a/files/en-us/web/svg/attribute/class/index.md +++ b/files/en-us/web/svg/attribute/class/index.md @@ -135,6 +135,10 @@ The following elements can use the `class` attribute: - {{ SVGElement("tspan") }} - {{ SVGElement("use") }} +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/svg/attribute/clip-rule/index.md b/files/en-us/web/svg/attribute/clip-rule/index.md index cba250cb9b44395..b0c190ed56c9277 100644 --- a/files/en-us/web/svg/attribute/clip-rule/index.md +++ b/files/en-us/web/svg/attribute/clip-rule/index.md @@ -94,6 +94,10 @@ The following elements can use the `clip-rule` attribute, but only if they are i - [Graphics elements](/en-US/docs/Web/SVG/Element#graphics_elements) +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/svg/attribute/cursor/index.md b/files/en-us/web/svg/attribute/cursor/index.md index e7ac694f6d9f180..c8b2eeed0cc5437 100644 --- a/files/en-us/web/svg/attribute/cursor/index.md +++ b/files/en-us/web/svg/attribute/cursor/index.md @@ -54,6 +54,10 @@ The following elements can use the `cursor` attribute - [Container elements](/en-US/docs/Web/SVG/Element#container_elements) - [Graphics elements](/en-US/docs/Web/SVG/Element#graphics_elements) +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}} diff --git a/files/en-us/web/uri/authority/index.md b/files/en-us/web/uri/authority/index.md index 0827eb1cc944cb5..4a1ab67f9852c14 100644 --- a/files/en-us/web/uri/authority/index.md +++ b/files/en-us/web/uri/authority/index.md @@ -40,6 +40,10 @@ user@host:port - `https://cnn.example.com&story=breaking_news@10.0.0.1` - : A misleading URL that looks like it's pointing to a trusted website. However, the host name is `10.0.0.1`, and the `cnn.example.com&story=breaking_news` part is the "user". +## Specifications + +{{Specifications}} + ## See also - [URIs](/en-US/docs/Web/URI) diff --git a/files/en-us/web/uri/fragment/index.md b/files/en-us/web/uri/fragment/index.md index 4e6f8f0546bdbd0..89abfb65c0ffbbe 100644 --- a/files/en-us/web/uri/fragment/index.md +++ b/files/en-us/web/uri/fragment/index.md @@ -32,6 +32,10 @@ The **fragment** of a URI is the last part of the URI, starting with the `#` cha - `#t=10,20` - : The video or audio will start playing from the 10th second. +## Specifications + +{{Specifications}} + ## See also - [URIs](/en-US/docs/Web/URI) diff --git a/files/en-us/web/uri/schemes/index.md b/files/en-us/web/uri/schemes/index.md index b914f7b5e275f39..9e9527016350d23 100644 --- a/files/en-us/web/uri/schemes/index.md +++ b/files/en-us/web/uri/schemes/index.md @@ -44,6 +44,10 @@ protocol: - `ws` / `wss` - : [WebSocket connections (Secure)](/en-US/docs/Web/API/WebSockets_API) +## Specifications + +{{Specifications}} + ## See also - [URIs](/en-US/docs/Web/URI)