diff --git a/.github/workflows/pr-check_yml.yml b/.github/workflows/pr-check_yml.yml
index 013b026d5e25df3..822365f03a2e22a 100644
--- a/.github/workflows/pr-check_yml.yml
+++ b/.github/workflows/pr-check_yml.yml
@@ -8,7 +8,9 @@ on:
- package.json
- package-lock.json
- "*.yml"
+ - "*.yaml"
- "**/*.yml"
+ - "**/*.yaml"
# No GITHUB_TOKEN permissions, as we only use it to increase API limit.
permissions: {}
@@ -33,5 +35,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- - name: Lint markdown files
+ - name: Lint yml files
run: npm run lint:yml
diff --git a/files/en-us/web/api/attr/specified/index.md b/files/en-us/web/api/attr/specified/index.md
index c910b61e43b5a56..d11aceeb06499a6 100644
--- a/files/en-us/web/api/attr/specified/index.md
+++ b/files/en-us/web/api/attr/specified/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Attr.specified
---
-{{APIRef("DOM")}}{{Deprecated_header}}
+{{APIRef("DOM")}}
The read-only **`specified`** property of the {{domxref("Attr")}} interface always returns `true`.
diff --git a/files/en-us/web/api/attribution_reporting_api/generating_reports/index.md b/files/en-us/web/api/attribution_reporting_api/generating_reports/index.md
index cbf5c7b49868707..ea014939b5a48b1 100644
--- a/files/en-us/web/api/attribution_reporting_api/generating_reports/index.md
+++ b/files/en-us/web/api/attribution_reporting_api/generating_reports/index.md
@@ -6,7 +6,7 @@ status:
- deprecated
---
-{{DefaultAPISidebar("Attribution Reporting API")}}{{deprecated_header}}
+{{DefaultAPISidebar("Attribution Reporting API")}}
This article explains how [Attribution Reporting API](/en-US/docs/Web/API/Attribution_Reporting_API) reports are generated — both attribution reports and debug reports — and how you can control the generated reports. This includes handling noise, prioritizing reports, filtering reports, and generating debug reports.
diff --git a/files/en-us/web/api/attribution_reporting_api/index.md b/files/en-us/web/api/attribution_reporting_api/index.md
index dd0cc4827b76439..efd505737540349 100644
--- a/files/en-us/web/api/attribution_reporting_api/index.md
+++ b/files/en-us/web/api/attribution_reporting_api/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: html.elements.a.attributionsrc
---
-{{securecontext_header}}{{DefaultAPISidebar("Attribution Reporting API")}}{{deprecated_header}}{{non-standard_header}}
+{{securecontext_header}}{{DefaultAPISidebar("Attribution Reporting API")}}{{non-standard_header}}
The **Attribution Reporting API** enables developers to measure conversions — for example when a user clicks an ad embedded on one site and then proceeds to purchase the item over on the vendor's site — and then access reports on those conversions. It does this without relying on third-party tracking cookies.
diff --git a/files/en-us/web/api/attribution_reporting_api/registering_sources/index.md b/files/en-us/web/api/attribution_reporting_api/registering_sources/index.md
index 62da482661298ca..5000e41ff40dcab 100644
--- a/files/en-us/web/api/attribution_reporting_api/registering_sources/index.md
+++ b/files/en-us/web/api/attribution_reporting_api/registering_sources/index.md
@@ -6,7 +6,7 @@ status:
- deprecated
---
-{{DefaultAPISidebar("Attribution Reporting API")}}{{deprecated_header}}
+{{DefaultAPISidebar("Attribution Reporting API")}}
This article explains how to register attribution sources when using the [Attribution Reporting API](/en-US/docs/Web/API/Attribution_Reporting_API).
diff --git a/files/en-us/web/api/attribution_reporting_api/registering_triggers/index.md b/files/en-us/web/api/attribution_reporting_api/registering_triggers/index.md
index 52581281411cc3f..0936b7b27b7af28 100644
--- a/files/en-us/web/api/attribution_reporting_api/registering_triggers/index.md
+++ b/files/en-us/web/api/attribution_reporting_api/registering_triggers/index.md
@@ -6,7 +6,7 @@ status:
- deprecated
---
-{{DefaultAPISidebar("Attribution Reporting API")}}{{deprecated_header}}
+{{DefaultAPISidebar("Attribution Reporting API")}}
This article explains how to register attribution triggers.
diff --git a/files/en-us/web/api/audiolistener/setorientation/index.md b/files/en-us/web/api/audiolistener/setorientation/index.md
index 8f3191f2096104e..b28bb54bdb02114 100644
--- a/files/en-us/web/api/audiolistener/setorientation/index.md
+++ b/files/en-us/web/api/audiolistener/setorientation/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.AudioListener.setOrientation
---
-{{ APIRef("Web Audio API") }}{{deprecated_header}}
+{{ APIRef("Web Audio API") }}
The `setOrientation()` method of the {{ domxref("AudioListener") }} interface defines the orientation of the listener.
diff --git a/files/en-us/web/api/audiolistener/setposition/index.md b/files/en-us/web/api/audiolistener/setposition/index.md
index b76167d65e8c503..66907e78e878f19 100644
--- a/files/en-us/web/api/audiolistener/setposition/index.md
+++ b/files/en-us/web/api/audiolistener/setposition/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.AudioListener.setPosition
---
-{{ APIRef("Web Audio API") }} {{deprecated_header}}
+{{ APIRef("Web Audio API") }}
The `setPosition()` method of the {{ domxref("AudioListener") }} Interface defines the position of the listener.
diff --git a/files/en-us/web/api/audioprocessingevent/audioprocessingevent/index.md b/files/en-us/web/api/audioprocessingevent/audioprocessingevent/index.md
index 14b7eae41a41f12..1a2e9f79c402531 100644
--- a/files/en-us/web/api/audioprocessingevent/audioprocessingevent/index.md
+++ b/files/en-us/web/api/audioprocessingevent/audioprocessingevent/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.AudioProcessingEvent.AudioProcessingEvent
---
-{{APIRef("Web Audio API")}}{{Deprecated_header}}
+{{APIRef("Web Audio API")}}
The **`AudioProcessingEvent()`** constructor creates a new {{domxref("AudioProcessingEvent")}} object.
diff --git a/files/en-us/web/api/audioprocessingevent/index.md b/files/en-us/web/api/audioprocessingevent/index.md
index c2ac0ffafd373ed..fc0ee27438c9d73 100644
--- a/files/en-us/web/api/audioprocessingevent/index.md
+++ b/files/en-us/web/api/audioprocessingevent/index.md
@@ -7,7 +7,7 @@ status:
browser-compat: api.AudioProcessingEvent
---
-{{APIRef("Web Audio API")}}{{deprecated_header}}
+{{APIRef("Web Audio API")}}
The `AudioProcessingEvent` interface of the [Web Audio API](/en-US/docs/Web/API/Web_Audio_API) represents events that occur when a {{domxref("ScriptProcessorNode")}} input buffer is ready to be processed.
diff --git a/files/en-us/web/api/audioprocessingevent/inputbuffer/index.md b/files/en-us/web/api/audioprocessingevent/inputbuffer/index.md
index 8cf7c68825ebce0..ebeb1662ed84274 100644
--- a/files/en-us/web/api/audioprocessingevent/inputbuffer/index.md
+++ b/files/en-us/web/api/audioprocessingevent/inputbuffer/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.AudioProcessingEvent.inputBuffer
---
-{{APIRef("Web Audio API")}}{{Deprecated_header}}
+{{APIRef("Web Audio API")}}
The **`inputBuffer`** read-only property of the {{domxref("AudioProcessingEvent")}} interface represents the input buffer of an audio processing event.
diff --git a/files/en-us/web/api/audioprocessingevent/outputbuffer/index.md b/files/en-us/web/api/audioprocessingevent/outputbuffer/index.md
index 2d1f1f0a356d3e2..8eb25b62058567b 100644
--- a/files/en-us/web/api/audioprocessingevent/outputbuffer/index.md
+++ b/files/en-us/web/api/audioprocessingevent/outputbuffer/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.AudioProcessingEvent.outputBuffer
---
-{{APIRef("Web Audio API")}}{{Deprecated_header}}
+{{APIRef("Web Audio API")}}
The **`outputBuffer`** read-only property of the {{domxref("AudioProcessingEvent")}} interface represents the output buffer of an audio processing event.
diff --git a/files/en-us/web/api/audioprocessingevent/playbacktime/index.md b/files/en-us/web/api/audioprocessingevent/playbacktime/index.md
index 13d461c8c2cd3c1..472f768d6406e7c 100644
--- a/files/en-us/web/api/audioprocessingevent/playbacktime/index.md
+++ b/files/en-us/web/api/audioprocessingevent/playbacktime/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.AudioProcessingEvent.playbackTime
---
-{{APIRef("Web Audio API")}}{{Deprecated_header}}
+{{APIRef("Web Audio API")}}
The **`playbackTime`** read-only property of the {{domxref("AudioProcessingEvent")}} interface represents the time when the audio will be played. It is in the same coordinate system as the time used by the {{domxref("AudioContext")}}.
diff --git a/files/en-us/web/api/baseaudiocontext/createscriptprocessor/index.md b/files/en-us/web/api/baseaudiocontext/createscriptprocessor/index.md
index fc254260edaf280..bf7ed5daea23d5e 100644
--- a/files/en-us/web/api/baseaudiocontext/createscriptprocessor/index.md
+++ b/files/en-us/web/api/baseaudiocontext/createscriptprocessor/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.BaseAudioContext.createScriptProcessor
---
-{{APIRef("Web Audio API")}}{{deprecated_header}}
+{{APIRef("Web Audio API")}}
The `createScriptProcessor()` method of the {{domxref("BaseAudioContext")}} interface
creates a {{domxref("ScriptProcessorNode")}} used for direct audio processing.
diff --git a/files/en-us/web/api/beforeunloadevent/returnvalue/index.md b/files/en-us/web/api/beforeunloadevent/returnvalue/index.md
index 0a50725ac77a923..c74776c6879cab7 100644
--- a/files/en-us/web/api/beforeunloadevent/returnvalue/index.md
+++ b/files/en-us/web/api/beforeunloadevent/returnvalue/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.BeforeUnloadEvent.returnValue
---
-{{APIRef("HTML DOM")}}{{deprecated_header}}
+{{APIRef("HTML DOM")}}
The **`returnValue`** property of the
{{domxref("BeforeUnloadEvent")}} interface, when set to a truthy value, triggers a browser-generated confirmation dialog asking users to confirm if they _really_ want to leave the page when they try to close or reload it, or navigate somewhere else. This is intended to help prevent loss of unsaved data.
diff --git a/files/en-us/web/api/bluetoothremotegattcharacteristic/writevalue/index.md b/files/en-us/web/api/bluetoothremotegattcharacteristic/writevalue/index.md
index 79e29c2c32252b0..0d2009ba5bd836b 100644
--- a/files/en-us/web/api/bluetoothremotegattcharacteristic/writevalue/index.md
+++ b/files/en-us/web/api/bluetoothremotegattcharacteristic/writevalue/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.BluetoothRemoteGATTCharacteristic.writeValue
---
-{{APIRef("Bluetooth API")}}{{Deprecated_header}}{{SecureContext_Header}}
+{{APIRef("Bluetooth API")}}{{SecureContext_Header}}
Use {{DOMxRef("BluetoothRemoteGATTCharacteristic.writeValueWithResponse()")}} and {{DOMxRef("BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse()")}} instead.
diff --git a/files/en-us/web/api/compositionevent/initcompositionevent/index.md b/files/en-us/web/api/compositionevent/initcompositionevent/index.md
index e5fc7ddb5e386aa..731a2a177dd18f0 100644
--- a/files/en-us/web/api/compositionevent/initcompositionevent/index.md
+++ b/files/en-us/web/api/compositionevent/initcompositionevent/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CompositionEvent.initCompositionEvent
---
-{{deprecated_header}}{{APIRef("UI Events")}}
+{{APIRef("UI Events")}}
The **`initCompositionEvent()`**
method of the {{domxref("CompositionEvent")}} interface initializes the attributes of a
diff --git a/files/en-us/web/api/compositionevent/locale/index.md b/files/en-us/web/api/compositionevent/locale/index.md
index 47c41ea757a8ded..ed8d60e7a85a5ed 100644
--- a/files/en-us/web/api/compositionevent/locale/index.md
+++ b/files/en-us/web/api/compositionevent/locale/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CompositionEvent.locale
---
-{{deprecated_header}}{{APIRef("UI Events")}}{{Non-standard_header}}
+{{APIRef("UI Events")}}{{Non-standard_header}}
The **`locale`** read-only property of the
{{domxref("CompositionEvent")}} interface returns the locale of current input method
diff --git a/files/en-us/web/api/csspositionvalue/csspositionvalue/index.md b/files/en-us/web/api/csspositionvalue/csspositionvalue/index.md
index bc8474940f66ea6..99658a6b5f383b5 100644
--- a/files/en-us/web/api/csspositionvalue/csspositionvalue/index.md
+++ b/files/en-us/web/api/csspositionvalue/csspositionvalue/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPositionValue.CSSPositionValue
---
-{{APIRef("CSS Typed Object Model API")}}{{deprecated_header}}{{Non-standard_header}}
+{{APIRef("CSS Typed Object Model API")}}{{Non-standard_header}}
The **`CSSPositionValue()`** constructor creates a new {{domxref("CSSPositionValue")}} object that represents values for properties that take a position, for example {{cssxref('object-position')}}.
diff --git a/files/en-us/web/api/csspositionvalue/index.md b/files/en-us/web/api/csspositionvalue/index.md
index b96b64a51506eaf..053fc0a2429139a 100644
--- a/files/en-us/web/api/csspositionvalue/index.md
+++ b/files/en-us/web/api/csspositionvalue/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CSSPositionValue
---
-{{deprecated_header}}{{APIRef("CSS Typed Object Model API")}}{{Non-standard_header}}
+{{APIRef("CSS Typed Object Model API")}}{{Non-standard_header}}
The **`CSSPositionValue`** interface of the [CSS Typed Object Model API](/en-US/docs/Web/API/CSS_Object_Model#css_typed_object_model) represents values for properties that take a position, for example {{cssxref('object-position')}}.
diff --git a/files/en-us/web/api/csspositionvalue/x/index.md b/files/en-us/web/api/csspositionvalue/x/index.md
index b049156b386f76e..4f8e39282738948 100644
--- a/files/en-us/web/api/csspositionvalue/x/index.md
+++ b/files/en-us/web/api/csspositionvalue/x/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPositionValue.x
---
-{{deprecated_header}}{{APIRef("CSS Typed Object Model API")}}{{Non-standard_header}}
+{{APIRef("CSS Typed Object Model API")}}{{Non-standard_header}}
The **`x`** property of the {{domxref("CSSPositionValue")}} interface returns the item's position along the web page's horizontal axis.
diff --git a/files/en-us/web/api/csspositionvalue/y/index.md b/files/en-us/web/api/csspositionvalue/y/index.md
index 0bd91f634a29ceb..250bb5430faa3ff 100644
--- a/files/en-us/web/api/csspositionvalue/y/index.md
+++ b/files/en-us/web/api/csspositionvalue/y/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPositionValue.y
---
-{{deprecated_header}}{{APIRef("CSS Typed Object Model API")}}{{Non-standard_header}}
+{{APIRef("CSS Typed Object Model API")}}{{Non-standard_header}}
The **`y`** property of the {{domxref("CSSPositionValue")}} interface returns the item's position along the vertical axis.
diff --git a/files/en-us/web/api/cssprimitivevalue/getcountervalue/index.md b/files/en-us/web/api/cssprimitivevalue/getcountervalue/index.md
index 4b595ba4934091f..16f70224f0d3685 100644
--- a/files/en-us/web/api/cssprimitivevalue/getcountervalue/index.md
+++ b/files/en-us/web/api/cssprimitivevalue/getcountervalue/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPrimitiveValue.getCounterValue
---
-{{APIRef("CSSOM")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`getCounterValue()`** method of the
{{domxref("CSSPrimitiveValue")}} interface is used to get the [counter](/en-US/docs/Web/CSS/Guides/Counter_styles/Using_counters)
diff --git a/files/en-us/web/api/cssprimitivevalue/getfloatvalue/index.md b/files/en-us/web/api/cssprimitivevalue/getfloatvalue/index.md
index a5f20d4a6926300..cafa6ad5d075116 100644
--- a/files/en-us/web/api/cssprimitivevalue/getfloatvalue/index.md
+++ b/files/en-us/web/api/cssprimitivevalue/getfloatvalue/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPrimitiveValue.getFloatValue
---
-{{APIRef("CSSOM")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`getFloatValue()`** method of the
{{domxref("CSSPrimitiveValue")}} interface is used to get a float value in a specified
diff --git a/files/en-us/web/api/cssprimitivevalue/getrectvalue/index.md b/files/en-us/web/api/cssprimitivevalue/getrectvalue/index.md
index 28dffaddf073c2d..64b3991b30816a4 100644
--- a/files/en-us/web/api/cssprimitivevalue/getrectvalue/index.md
+++ b/files/en-us/web/api/cssprimitivevalue/getrectvalue/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPrimitiveValue.getRectValue
---
-{{APIRef("CSSOM")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`getRectValue()`** method of the
{{domxref("CSSPrimitiveValue")}} interface is used to get a rect value. If this CSS
diff --git a/files/en-us/web/api/cssprimitivevalue/getrgbcolorvalue/index.md b/files/en-us/web/api/cssprimitivevalue/getrgbcolorvalue/index.md
index 17c67b1026474f9..818e9fdd5248dde 100644
--- a/files/en-us/web/api/cssprimitivevalue/getrgbcolorvalue/index.md
+++ b/files/en-us/web/api/cssprimitivevalue/getrgbcolorvalue/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPrimitiveValue.getRGBColorValue
---
-{{APIRef("CSSOM")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`getRGBColorValue()`** method of the
{{domxref("CSSPrimitiveValue")}} interface is used to get an RGB color value. If this
diff --git a/files/en-us/web/api/cssprimitivevalue/getstringvalue/index.md b/files/en-us/web/api/cssprimitivevalue/getstringvalue/index.md
index 93ae7f4f98a4b2d..ded15b3f87f2c3f 100644
--- a/files/en-us/web/api/cssprimitivevalue/getstringvalue/index.md
+++ b/files/en-us/web/api/cssprimitivevalue/getstringvalue/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPrimitiveValue.getStringValue
---
-{{APIRef("CSSOM")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`getStringValue()`** method of the
{{domxref("CSSPrimitiveValue")}} interface is used to get a string value. If this CSS
diff --git a/files/en-us/web/api/cssprimitivevalue/index.md b/files/en-us/web/api/cssprimitivevalue/index.md
index 951ea607e6286f6..4f8a11e973bcd85 100644
--- a/files/en-us/web/api/cssprimitivevalue/index.md
+++ b/files/en-us/web/api/cssprimitivevalue/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CSSPrimitiveValue
---
-{{APIRef("CSSOM")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`CSSPrimitiveValue`** interface derives from the {{DOMxRef("CSSValue")}} interface and represents the current computed value of a CSS property.
diff --git a/files/en-us/web/api/cssprimitivevalue/primitivetype/index.md b/files/en-us/web/api/cssprimitivevalue/primitivetype/index.md
index 27f0cdf1afb3472..901d419cdea1f31 100644
--- a/files/en-us/web/api/cssprimitivevalue/primitivetype/index.md
+++ b/files/en-us/web/api/cssprimitivevalue/primitivetype/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPrimitiveValue.primitiveType
---
-{{APIRef("CSSOM")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`primitiveType`** read-only property of the
{{domxref("CSSPrimitiveValue")}} interface represents the type of a CSS value.
diff --git a/files/en-us/web/api/cssprimitivevalue/setfloatvalue/index.md b/files/en-us/web/api/cssprimitivevalue/setfloatvalue/index.md
index fb51ddf5224b397..19d26abf83cb02b 100644
--- a/files/en-us/web/api/cssprimitivevalue/setfloatvalue/index.md
+++ b/files/en-us/web/api/cssprimitivevalue/setfloatvalue/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPrimitiveValue.setFloatValue
---
-{{APIRef("CSSOM")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`setFloatValue()`** method of the
{{domxref("CSSPrimitiveValue")}} interface is used to set a float value. If the property
diff --git a/files/en-us/web/api/cssprimitivevalue/setstringvalue/index.md b/files/en-us/web/api/cssprimitivevalue/setstringvalue/index.md
index e49a9306f361b12..0d81b7704a390ab 100644
--- a/files/en-us/web/api/cssprimitivevalue/setstringvalue/index.md
+++ b/files/en-us/web/api/cssprimitivevalue/setstringvalue/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSPrimitiveValue.setStringValue
---
-{{APIRef("CSSOM")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`setStringValue()`** method of the
{{domxref("CSSPrimitiveValue")}} interface is used to set a string value. If the
diff --git a/files/en-us/web/api/cssrule/type/index.md b/files/en-us/web/api/cssrule/type/index.md
index 9918d1a0fd99c00..62968e56b5758f7 100644
--- a/files/en-us/web/api/cssrule/type/index.md
+++ b/files/en-us/web/api/cssrule/type/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CSSRule.type
---
-{{APIRef("CSSOM")}}{{Deprecated_header}}
+{{APIRef("CSSOM")}}
The read-only **`type`** property of the
{{domxref("CSSRule")}} interface is a deprecated property that returns an integer
diff --git a/files/en-us/web/api/cssstyledeclaration/cssfloat/index.md b/files/en-us/web/api/cssstyledeclaration/cssfloat/index.md
index 91f73a68bf3b965..9d2f6d16d16a6e6 100644
--- a/files/en-us/web/api/cssstyledeclaration/cssfloat/index.md
+++ b/files/en-us/web/api/cssstyledeclaration/cssfloat/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CSSStyleDeclaration.cssFloat
---
-{{APIRef("CSSOM")}}{{deprecated_header}}
+{{APIRef("CSSOM")}}
The **`cssFloat`** property of the {{domxref("CSSStyleDeclaration")}} interface returns the result of invoking {{DOMxRef("CSSStyleDeclaration.getPropertyValue()")}} with `float` as an argument.
diff --git a/files/en-us/web/api/cssstyledeclaration/getpropertycssvalue/index.md b/files/en-us/web/api/cssstyledeclaration/getpropertycssvalue/index.md
index 75485b817305883..8b8209077a80d63 100644
--- a/files/en-us/web/api/cssstyledeclaration/getpropertycssvalue/index.md
+++ b/files/en-us/web/api/cssstyledeclaration/getpropertycssvalue/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSStyleDeclaration.getPropertyCSSValue
---
-{{ APIRef("CSSOM") }} {{deprecated_header}}{{non-standard_header}}
+{{ APIRef("CSSOM") }} {{non-standard_header}}
The **CSSStyleDeclaration.getPropertyCSSValue()**
method interface returns a {{domxref('CSSValue')}} containing the CSS value for a
diff --git a/files/en-us/web/api/cssstylesheet/addrule/index.md b/files/en-us/web/api/cssstylesheet/addrule/index.md
index 5aeb98dbeb06e22..0aea8570b05ced2 100644
--- a/files/en-us/web/api/cssstylesheet/addrule/index.md
+++ b/files/en-us/web/api/cssstylesheet/addrule/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CSSStyleSheet.addRule
---
-{{APIRef("CSSOM")}}{{deprecated_header}}
+{{APIRef("CSSOM")}}
The obsolete {{domxref("CSSStyleSheet")}} interface's
**`addRule()`** _legacy method_ adds a new rule to the
diff --git a/files/en-us/web/api/cssstylesheet/removerule/index.md b/files/en-us/web/api/cssstylesheet/removerule/index.md
index df32b20755abbca..4fdf3b438167470 100644
--- a/files/en-us/web/api/cssstylesheet/removerule/index.md
+++ b/files/en-us/web/api/cssstylesheet/removerule/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CSSStyleSheet.removeRule
---
-{{APIRef("CSSOM")}}{{deprecated_header}}
+{{APIRef("CSSOM")}}
The obsolete {{domxref("CSSStyleSheet")}} method
**`removeRule()`** removes a rule from the stylesheet
diff --git a/files/en-us/web/api/cssstylesheet/rules/index.md b/files/en-us/web/api/cssstylesheet/rules/index.md
index 35b816d6cab301d..6032448ad70b515 100644
--- a/files/en-us/web/api/cssstylesheet/rules/index.md
+++ b/files/en-us/web/api/cssstylesheet/rules/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CSSStyleSheet.rules
---
-{{APIRef("CSSOM")}}{{deprecated_header}}
+{{APIRef("CSSOM")}}
**`rules`** is a _deprecated_
_legacy property_ of the {{domxref("CSSStyleSheet")}} interface. Functionally
diff --git a/files/en-us/web/api/cssvalue/csstext/index.md b/files/en-us/web/api/cssvalue/csstext/index.md
index 9ef1749e5ed77ab..be377395a35b09f 100644
--- a/files/en-us/web/api/cssvalue/csstext/index.md
+++ b/files/en-us/web/api/cssvalue/csstext/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSValue.cssText
---
-{{APIRef("CSSOM")}}{{Deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`cssText`** property of the {{domxref("CSSValue")}}
interface represents the current computed CSS property value.
diff --git a/files/en-us/web/api/cssvalue/cssvaluetype/index.md b/files/en-us/web/api/cssvalue/cssvaluetype/index.md
index 37aba784566b361..ba3ccb64edd0793 100644
--- a/files/en-us/web/api/cssvalue/cssvaluetype/index.md
+++ b/files/en-us/web/api/cssvalue/cssvaluetype/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSValue.cssValueType
---
-{{APIRef("CSSOM")}}{{Deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`cssValueType`** read-only property of the
{{domxref("CSSValue")}} interface represents the type of the current computed CSS
diff --git a/files/en-us/web/api/cssvalue/index.md b/files/en-us/web/api/cssvalue/index.md
index 6eccf093fc2c05a..869f6818d63e449 100644
--- a/files/en-us/web/api/cssvalue/index.md
+++ b/files/en-us/web/api/cssvalue/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CSSValue
---
-{{APIRef("CSSOM")}}{{Deprecated_Header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`CSSValue`** interface represents the current computed value of a CSS property.
diff --git a/files/en-us/web/api/cssvaluelist/index.md b/files/en-us/web/api/cssvaluelist/index.md
index 50198207bf44cb8..39070338e9587c8 100644
--- a/files/en-us/web/api/cssvaluelist/index.md
+++ b/files/en-us/web/api/cssvaluelist/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CSSValueList
---
-{{APIRef("CSSOM")}}{{Deprecated_Header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`CSSValueList`** interface derives from the {{DOMxRef("CSSValue")}} interface and provides the abstraction of an ordered collection of CSS values.
diff --git a/files/en-us/web/api/cssvaluelist/item/index.md b/files/en-us/web/api/cssvaluelist/item/index.md
index c62492577000513..423a293438eb20d 100644
--- a/files/en-us/web/api/cssvaluelist/item/index.md
+++ b/files/en-us/web/api/cssvaluelist/item/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSValueList.item
---
-{{APIRef("CSSOM")}}{{Deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`item()`** method of the {{domxref("CSSValueList")}}
interface is used to retrieve a {{domxref("CSSValue")}} by ordinal index.
diff --git a/files/en-us/web/api/cssvaluelist/length/index.md b/files/en-us/web/api/cssvaluelist/length/index.md
index 11f0780338e8451..3b2b6b45f996966 100644
--- a/files/en-us/web/api/cssvaluelist/length/index.md
+++ b/files/en-us/web/api/cssvaluelist/length/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.CSSValueList.length
---
-{{APIRef("CSSOM")}}{{Deprecated_header}}{{non-standard_header}}
+{{APIRef("CSSOM")}}{{non-standard_header}}
The **`length`** read-only property of the
{{domxref("CSSValueList")}} interface represents the number of {{domxref("CSSValue")}}s
diff --git a/files/en-us/web/api/customevent/initcustomevent/index.md b/files/en-us/web/api/customevent/initcustomevent/index.md
index c30cd5f15895683..e12e3320e3a1641 100644
--- a/files/en-us/web/api/customevent/initcustomevent/index.md
+++ b/files/en-us/web/api/customevent/initcustomevent/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.CustomEvent.initCustomEvent
---
-{{APIRef("DOM")}}{{Deprecated_header}}{{AvailableInWorkers}}
+{{APIRef("DOM")}}{{AvailableInWorkers}}
The **`CustomEvent.initCustomEvent()`** method initializes a {{domxref("CustomEvent")}} object.
If the event has already been dispatched, this method does nothing.
diff --git a/files/en-us/web/api/delegatedinktrailpresenter/expectedimprovement/index.md b/files/en-us/web/api/delegatedinktrailpresenter/expectedimprovement/index.md
index a086d3eeab6b443..0b296b222eca97a 100644
--- a/files/en-us/web/api/delegatedinktrailpresenter/expectedimprovement/index.md
+++ b/files/en-us/web/api/delegatedinktrailpresenter/expectedimprovement/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.DelegatedInkTrailPresenter.expectedImprovement
---
-{{APIRef("Ink API")}}{{Deprecated_header}}{{Non-Standard_Header}}
+{{APIRef("Ink API")}}{{Non-Standard_Header}}
The **`expectedImprovement`** read-only property of the {{domxref("DelegatedInkTrailPresenter")}} interface returns a value, in milliseconds, indicating the latency improvement that can be expected using this presenter.
diff --git a/files/en-us/web/api/directoryentrysync/index.md b/files/en-us/web/api/directoryentrysync/index.md
index a0fa2839c2f8513..ddf1fb46da99bc2 100644
--- a/files/en-us/web/api/directoryentrysync/index.md
+++ b/files/en-us/web/api/directoryentrysync/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.DirectoryEntrySync
---
-{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}{{Deprecated_Header}}
+{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}
The `DirectoryEntrySync` interface represents a directory in a file system. It includes methods for creating, reading, looking up, and recursively removing files in a directory.
diff --git a/files/en-us/web/api/directoryreadersync/index.md b/files/en-us/web/api/directoryreadersync/index.md
index 030f702730c880b..e2d363a49eea350 100644
--- a/files/en-us/web/api/directoryreadersync/index.md
+++ b/files/en-us/web/api/directoryreadersync/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.DirectoryReaderSync
---
-{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}{{Deprecated_Header}}
+{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}
The `DirectoryReaderSync` interface lets you read the entries in a directory.
diff --git a/files/en-us/web/api/document/afterscriptexecute_event/index.md b/files/en-us/web/api/document/afterscriptexecute_event/index.md
index 3c2861e5226aace..7412269268154d3 100644
--- a/files/en-us/web/api/document/afterscriptexecute_event/index.md
+++ b/files/en-us/web/api/document/afterscriptexecute_event/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.afterscriptexecute_event
---
-{{APIRef("DOM")}}{{non-standard_header}}{{deprecated_header}}
+{{APIRef("DOM")}}{{non-standard_header}}
The `afterscriptexecute` event fires when a static {{HTMLElement("script")}} element finishes executing its script. It does not fire if the element is added dynamically, such as with {{domxref("Node.appendChild()", "appendChild()")}}.
diff --git a/files/en-us/web/api/document/alinkcolor/index.md b/files/en-us/web/api/document/alinkcolor/index.md
index e7300e50047fb94..079c51fe9092e1b 100644
--- a/files/en-us/web/api/document/alinkcolor/index.md
+++ b/files/en-us/web/api/document/alinkcolor/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.alinkColor
---
-{{APIRef("DOM")}}{{Deprecated_header}}
+{{APIRef("DOM")}}
Returns or sets the color of an active link in the document body. A link is active
during the time between `mousedown` and `mouseup` events.
diff --git a/files/en-us/web/api/document/all/index.md b/files/en-us/web/api/document/all/index.md
index 37b5fd1958ba46e..73eaa7dd504ede7 100644
--- a/files/en-us/web/api/document/all/index.md
+++ b/files/en-us/web/api/document/all/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.all
---
-{{APIRef("DOM")}}{{Deprecated_Header}}
+{{APIRef("DOM")}}
The {{DOMxRef("Document")}} interface's read-only **`all`** property returns an {{DOMxRef("HTMLAllCollection")}} rooted at the document node.
diff --git a/files/en-us/web/api/document/anchors/index.md b/files/en-us/web/api/document/anchors/index.md
index 974cf85f9269296..ef6a6df80b3b01d 100644
--- a/files/en-us/web/api/document/anchors/index.md
+++ b/files/en-us/web/api/document/anchors/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.anchors
---
-{{APIRef("DOM")}} {{Deprecated_Header}}
+{{APIRef("DOM")}}
The **`anchors`** read-only property of the
{{domxref("Document")}} interface returns a list of all of the anchors in the document.
diff --git a/files/en-us/web/api/document/applets/index.md b/files/en-us/web/api/document/applets/index.md
index 30e75747adcc8f6..ea30c3ae7f0da76 100644
--- a/files/en-us/web/api/document/applets/index.md
+++ b/files/en-us/web/api/document/applets/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.applets
---
-{{APIRef("DOM")}} {{Deprecated_Header}}
+{{APIRef("DOM")}}
The **`applets`** property of the {{domxref("Document")}} returns an empty {{domxref("HTMLCollection")}}. This property is kept only for compatibility reasons; in older versions of browsers, it returned a list of the applets within a document.
diff --git a/files/en-us/web/api/document/beforescriptexecute_event/index.md b/files/en-us/web/api/document/beforescriptexecute_event/index.md
index 8634099e57e9507..6b5de9c86f24071 100644
--- a/files/en-us/web/api/document/beforescriptexecute_event/index.md
+++ b/files/en-us/web/api/document/beforescriptexecute_event/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.beforescriptexecute_event
---
-{{APIRef("DOM")}}{{non-standard_header}}{{deprecated_header}}
+{{APIRef("DOM")}}{{non-standard_header}}
The `beforescriptexecute` event fires when a static {{HTMLElement("script")}} is about to start executing. It does not fire if the element is added dynamically, such as with {{domxref("Node.appendChild()", "appendChild()")}}.
diff --git a/files/en-us/web/api/document/bgcolor/index.md b/files/en-us/web/api/document/bgcolor/index.md
index 05a8bcce5d64ed1..92f6d00b8878d4d 100644
--- a/files/en-us/web/api/document/bgcolor/index.md
+++ b/files/en-us/web/api/document/bgcolor/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.bgColor
---
-{{APIRef("DOM")}} {{Deprecated_Header}}
+{{APIRef("DOM")}}
The deprecated `bgColor` property gets or sets the background color of the
current document.
diff --git a/files/en-us/web/api/document/browsingtopics/index.md b/files/en-us/web/api/document/browsingtopics/index.md
index 92a2c01e957e121..179f080678cddcc 100644
--- a/files/en-us/web/api/document/browsingtopics/index.md
+++ b/files/en-us/web/api/document/browsingtopics/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.browsingTopics
---
-{{APIRef("Topics API")}}{{non-standard_header}}{{deprecated_header}}
+{{APIRef("Topics API")}}{{non-standard_header}}
> [!WARNING]
> This feature is currently opposed by two browser vendors. See the [Standards positions](/en-US/docs/Web/API/Topics_API#standards_positions) section below for details of opposition.
diff --git a/files/en-us/web/api/document/clear/index.md b/files/en-us/web/api/document/clear/index.md
index 268fa5d903a60d5..b17524c28a02b0d 100644
--- a/files/en-us/web/api/document/clear/index.md
+++ b/files/en-us/web/api/document/clear/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.clear
---
-{{APIRef("DOM")}}{{Deprecated_Header}}
+{{APIRef("DOM")}}
The **`Document.clear()`** method does nothing, but doesn't raise any error.
diff --git a/files/en-us/web/api/document/createevent/index.md b/files/en-us/web/api/document/createevent/index.md
index 7e378b629e8c8df..ce305d80d711f61 100644
--- a/files/en-us/web/api/document/createevent/index.md
+++ b/files/en-us/web/api/document/createevent/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.createEvent
---
-{{APIRef("DOM")}}{{deprecated_header}}
+{{APIRef("DOM")}}
> [!WARNING]
> Many methods used with `createEvent`, such as `initCustomEvent`, are deprecated.
diff --git a/files/en-us/web/api/document/creatensresolver/index.md b/files/en-us/web/api/document/creatensresolver/index.md
index 17f844927ceba5c..d5f8b2bf44f30f0 100644
--- a/files/en-us/web/api/document/creatensresolver/index.md
+++ b/files/en-us/web/api/document/creatensresolver/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.createNSResolver
---
-{{ ApiRef("DOM") }}{{deprecated_header}}
+{{ ApiRef("DOM") }}
The **`createNSResolver()`** method of the {{domxref("Document")}} interface used to create a custom `XPathNSResolver` object. It now returns the input as-is and is only kept for compatibility reasons.
diff --git a/files/en-us/web/api/document/createtouch/index.md b/files/en-us/web/api/document/createtouch/index.md
index ceb3cefdc568673..2ed530770f2b9f9 100644
--- a/files/en-us/web/api/document/createtouch/index.md
+++ b/files/en-us/web/api/document/createtouch/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.createTouch
---
-{{APIRef("DOM")}}{{Deprecated_Header}}{{Non-standard_header}}
+{{APIRef("DOM")}}{{Non-standard_header}}
The **`Document.createTouch()`** method creates and returns a new {{DOMxRef("Touch")}} object.
diff --git a/files/en-us/web/api/document/createtouchlist/index.md b/files/en-us/web/api/document/createtouchlist/index.md
index eeaa97cce20ae66..e7bed24f9a057f7 100644
--- a/files/en-us/web/api/document/createtouchlist/index.md
+++ b/files/en-us/web/api/document/createtouchlist/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.createTouchList
---
-{{APIRef("DOM")}}{{Deprecated_Header}}{{Non-standard_header}}
+{{APIRef("DOM")}}{{Non-standard_header}}
The **`Document.createTouchList()`** method creates and returns a new {{DOMxRef("TouchList")}} object.
diff --git a/files/en-us/web/api/document/domain/index.md b/files/en-us/web/api/document/domain/index.md
index 7a7394e5eda1fd5..cafb23538645c5d 100644
--- a/files/en-us/web/api/document/domain/index.md
+++ b/files/en-us/web/api/document/domain/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.domain
---
-{{APIRef("DOM")}}{{Deprecated_Header}}
+{{APIRef("DOM")}}
The **`domain`** property of the {{domxref("Document")}}
interface gets/sets the domain portion of the {{glossary("origin")}} of the current
diff --git a/files/en-us/web/api/document/enablestylesheetsforset/index.md b/files/en-us/web/api/document/enablestylesheetsforset/index.md
index f4035b637e23554..aa86a6f1d136393 100644
--- a/files/en-us/web/api/document/enablestylesheetsforset/index.md
+++ b/files/en-us/web/api/document/enablestylesheetsforset/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.enableStyleSheetsForSet
---
-{{APIRef("DOM")}}{{deprecated_header}}{{Non-standard_header}}
+{{APIRef("DOM")}}{{Non-standard_header}}
Enables the style sheets matching the specified name in the current style sheet set,
and disables all other style sheets (except those without a title, which are always
diff --git a/files/en-us/web/api/document/execcommand/index.md b/files/en-us/web/api/document/execcommand/index.md
index ecceb362ca2ac15..7752300f3b6c2d4 100644
--- a/files/en-us/web/api/document/execcommand/index.md
+++ b/files/en-us/web/api/document/execcommand/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.execCommand
---
-{{ApiRef("DOM")}}{{deprecated_header}}{{non-standard_header}}
+{{ApiRef("DOM")}}{{non-standard_header}}
> [!NOTE]
> Although the `execCommand()` method is deprecated, there are still some valid use cases that do not yet have viable alternatives. For example, unlike direct DOM manipulation, modifications performed by `execCommand()` preserve the undo buffer (edit history). For these use cases, you can still use this method, but test to ensure cross-browser compatibility, such as by using {{domxref("document.queryCommandSupported()")}}.
diff --git a/files/en-us/web/api/document/fgcolor/index.md b/files/en-us/web/api/document/fgcolor/index.md
index 600798063a1e98f..db95e5a9a322c21 100644
--- a/files/en-us/web/api/document/fgcolor/index.md
+++ b/files/en-us/web/api/document/fgcolor/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.fgColor
---
-{{APIRef("DOM")}}{{Deprecated_header}}
+{{APIRef("DOM")}}
**`fgColor`** gets/sets the foreground color, or text color, of
the current document.
diff --git a/files/en-us/web/api/document/fullscreen/index.md b/files/en-us/web/api/document/fullscreen/index.md
index 3848960cdfee41c..cd5c8f1dd5006de 100644
--- a/files/en-us/web/api/document/fullscreen/index.md
+++ b/files/en-us/web/api/document/fullscreen/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.fullscreen
---
-{{APIRef("Fullscreen API")}}{{Deprecated_Header}}
+{{APIRef("Fullscreen API")}}
The obsolete {{domxref("Document")}} interface's **`fullscreen`** read-only property reports whether or not the document is currently displaying content in fullscreen mode.
diff --git a/files/en-us/web/api/document/laststylesheetset/index.md b/files/en-us/web/api/document/laststylesheetset/index.md
index 7e66bd13b2d5247..6bfffdfeffb6a5b 100644
--- a/files/en-us/web/api/document/laststylesheetset/index.md
+++ b/files/en-us/web/api/document/laststylesheetset/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.lastStyleSheetSet
---
-{{APIRef("DOM")}}{{deprecated_header}}{{Non-standard_header}}
+{{APIRef("DOM")}}{{Non-standard_header}}
The **`Document.lastStyleSheetSet`** property returns the last enabled style sheet set. This property's
value changes whenever the {{domxref("document.selectedStyleSheetSet")}} property is
diff --git a/files/en-us/web/api/document/linkcolor/index.md b/files/en-us/web/api/document/linkcolor/index.md
index 2a44b6c1822c507..fbe31a36a4d993a 100644
--- a/files/en-us/web/api/document/linkcolor/index.md
+++ b/files/en-us/web/api/document/linkcolor/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.linkColor
---
-{{APIRef("DOM")}} {{Deprecated_header}}
+{{APIRef("DOM")}}
The **`Document.linkColor`** property gets/sets the color of
links within the document.
diff --git a/files/en-us/web/api/document/preferredstylesheetset/index.md b/files/en-us/web/api/document/preferredstylesheetset/index.md
index 57c43dbdc87fef0..9229fc7b39a692d 100644
--- a/files/en-us/web/api/document/preferredstylesheetset/index.md
+++ b/files/en-us/web/api/document/preferredstylesheetset/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.preferredStyleSheetSet
---
-{{APIRef("DOM")}}{{deprecated_header}}{{Non-standard_header}}
+{{APIRef("DOM")}}{{Non-standard_header}}
The **`preferredStyleSheetSet`** property returns the preferred style sheet set as set by the page
author.
diff --git a/files/en-us/web/api/document/querycommandenabled/index.md b/files/en-us/web/api/document/querycommandenabled/index.md
index ce4023eb2777b7c..319ffb590347da0 100644
--- a/files/en-us/web/api/document/querycommandenabled/index.md
+++ b/files/en-us/web/api/document/querycommandenabled/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.queryCommandEnabled
---
-{{ApiRef("DOM")}}{{deprecated_header}}{{Non-standard_header}}
+{{ApiRef("DOM")}}{{Non-standard_header}}
> [!NOTE]
> Although the {{domxref("Document/execCommand", "execCommand()")}} method is deprecated, if you do decide to use it for reasons given on that page, you should consider checking the command's availability using `queryCommandEnabled()` to ensure compatibility.
diff --git a/files/en-us/web/api/document/querycommandstate/index.md b/files/en-us/web/api/document/querycommandstate/index.md
index b66faee3d24c189..0653e0526ac17b7 100644
--- a/files/en-us/web/api/document/querycommandstate/index.md
+++ b/files/en-us/web/api/document/querycommandstate/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.queryCommandState
---
-{{ApiRef("DOM")}}{{deprecated_header}}{{Non-standard_header}}
+{{ApiRef("DOM")}}{{Non-standard_header}}
> [!NOTE]
> Although the {{domxref("Document/execCommand", "execCommand()")}} method is deprecated, there are still some valid use cases that do not yet have viable alternatives, as mentioned in the `execCommand()` article. In these cases, you may find this method useful to implement a complete user experience, but test to ensure cross-browser compatibility.
diff --git a/files/en-us/web/api/document/querycommandsupported/index.md b/files/en-us/web/api/document/querycommandsupported/index.md
index f01f8fa4eee3ac6..0bbf7b62570a3dd 100644
--- a/files/en-us/web/api/document/querycommandsupported/index.md
+++ b/files/en-us/web/api/document/querycommandsupported/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.queryCommandSupported
---
-{{ApiRef("DOM")}}{{deprecated_header}}{{Non-standard_header}}
+{{ApiRef("DOM")}}{{Non-standard_header}}
> [!NOTE]
> Although the {{domxref("Document/execCommand", "execCommand()")}} method is deprecated, if you do decide to use it for reasons given on that page, you should consider checking the command's availability using `queryCommandSupported()` to ensure compatibility.
diff --git a/files/en-us/web/api/document/requeststorageaccessfor/index.md b/files/en-us/web/api/document/requeststorageaccessfor/index.md
index b82435aa88fdf27..aa83f6317caef12 100644
--- a/files/en-us/web/api/document/requeststorageaccessfor/index.md
+++ b/files/en-us/web/api/document/requeststorageaccessfor/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.requestStorageAccessFor
---
-{{APIRef("Storage Access API")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("Storage Access API")}}{{non-standard_header}}
The **`requestStorageAccessFor()`** method of the {{domxref("Document")}} interface allows top-level sites to request third-party cookie access on behalf of embedded content originating from another site in the same [related website set](https://privacysandbox.google.com/cookies/related-website-sets-integration). It returns a {{jsxref("Promise")}} that resolves if the access was granted, and rejects if access was denied.
diff --git a/files/en-us/web/api/document/rootelement/index.md b/files/en-us/web/api/document/rootelement/index.md
index e38d36586e9f661..38635575f9b523a 100644
--- a/files/en-us/web/api/document/rootelement/index.md
+++ b/files/en-us/web/api/document/rootelement/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.rootElement
---
-{{ApiRef("DOM")}}{{Deprecated_header}}
+{{ApiRef("DOM")}}
**`Document.rootElement`** returns the {{domxref("Element")}}
that is the root element of the {{domxref("document")}} if it is an
diff --git a/files/en-us/web/api/document/selectedstylesheetset/index.md b/files/en-us/web/api/document/selectedstylesheetset/index.md
index 8ee239e868a455e..dd584ada757a21a 100644
--- a/files/en-us/web/api/document/selectedstylesheetset/index.md
+++ b/files/en-us/web/api/document/selectedstylesheetset/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.selectedStyleSheetSet
---
-{{APIRef("DOM")}}{{deprecated_header}}{{Non-standard_header}}
+{{APIRef("DOM")}}{{Non-standard_header}}
The **`selectedStyleSheetSet`** property indicates the name of the style sheet set that's currently in use.
diff --git a/files/en-us/web/api/document/stylesheetsets/index.md b/files/en-us/web/api/document/stylesheetsets/index.md
index 67bc8c76b4e8306..4ec0c89868b9f89 100644
--- a/files/en-us/web/api/document/stylesheetsets/index.md
+++ b/files/en-us/web/api/document/stylesheetsets/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Document.styleSheetSets
---
-{{APIRef("DOM")}}{{deprecated_header}}{{Non-standard_header}}
+{{APIRef("DOM")}}{{Non-standard_header}}
The **`styleSheetSets`** read-only property returns a live list of all of the currently-available style sheet sets.
diff --git a/files/en-us/web/api/document/vlinkcolor/index.md b/files/en-us/web/api/document/vlinkcolor/index.md
index 52c911641df3fc9..fca4ba38c074fa6 100644
--- a/files/en-us/web/api/document/vlinkcolor/index.md
+++ b/files/en-us/web/api/document/vlinkcolor/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.vlinkColor
---
-{{APIRef("DOM")}} {{Deprecated_Header}}
+{{APIRef("DOM")}}
The **`Document.vlinkColor`** property gets/sets the color of
links that the user has visited in the document.
diff --git a/files/en-us/web/api/document/write/index.md b/files/en-us/web/api/document/write/index.md
index 7d0f42f1cefa6a7..918895422a09fcf 100644
--- a/files/en-us/web/api/document/write/index.md
+++ b/files/en-us/web/api/document/write/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.write
---
-{{ApiRef("DOM")}}{{deprecated_header}}
+{{ApiRef("DOM")}}
> [!WARNING]
> Use of the `document.write()` method is strongly discouraged.
diff --git a/files/en-us/web/api/document/writeln/index.md b/files/en-us/web/api/document/writeln/index.md
index 0ef20fae7b96c45..7c74bfedf98de45 100644
--- a/files/en-us/web/api/document/writeln/index.md
+++ b/files/en-us/web/api/document/writeln/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.writeln
---
-{{ ApiRef("DOM") }}{{deprecated_header}}
+{{ ApiRef("DOM") }}
> [!WARNING]
> This method parses its input as HTML, writing the result into the DOM.
diff --git a/files/en-us/web/api/document/xmlencoding/index.md b/files/en-us/web/api/document/xmlencoding/index.md
index 9f825ecde81531d..1231bac4d06060d 100644
--- a/files/en-us/web/api/document/xmlencoding/index.md
+++ b/files/en-us/web/api/document/xmlencoding/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.xmlEncoding
---
-{{APIRef("DOM")}}{{deprecated_header}}
+{{APIRef("DOM")}}
Returns the encoding as determined by the XML declaration. Should be `null` if unspecified or unknown.
diff --git a/files/en-us/web/api/document/xmlversion/index.md b/files/en-us/web/api/document/xmlversion/index.md
index fc06dbb3e46ff80..b09c39683e1c41a 100644
--- a/files/en-us/web/api/document/xmlversion/index.md
+++ b/files/en-us/web/api/document/xmlversion/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Document.xmlVersion
---
-{{APIRef("DOM")}}{{deprecated_header}}
+{{APIRef("DOM")}}
Returns the version number as specified in the XML declaration (e.g., ``) or "1.0" if the declaration is absent.
diff --git a/files/en-us/web/api/domerror/index.md b/files/en-us/web/api/domerror/index.md
index 18f09d31defe86c..c4e725e74a57c29 100644
--- a/files/en-us/web/api/domerror/index.md
+++ b/files/en-us/web/api/domerror/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.DOMError
---
-{{APIRef("DOM")}}{{Deprecated_Header}}{{non-standard_header}}
+{{APIRef("DOM")}}{{non-standard_header}}
The **`DOMError`** interface describes an error object that contains an error name.
diff --git a/files/en-us/web/api/domexception/code/index.md b/files/en-us/web/api/domexception/code/index.md
index 4ef2fe8ab4185fe..3898dccc435f868 100644
--- a/files/en-us/web/api/domexception/code/index.md
+++ b/files/en-us/web/api/domexception/code/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.DOMException.code
---
-{{APIRef("DOM")}}{{AvailableInWorkers}}{{deprecated_header}}
+{{APIRef("DOM")}}{{AvailableInWorkers}}
The **`code`** read-only property of the {{domxref("DOMException")}} interface returns one of the legacy [error code constants](/en-US/docs/Web/API/DOMException#error_names), or `0` if none match.
diff --git a/files/en-us/web/api/domimplementation/hasfeature/index.md b/files/en-us/web/api/domimplementation/hasfeature/index.md
index 6c0b48e7cbf361a..f4dac4d94a1e074 100644
--- a/files/en-us/web/api/domimplementation/hasfeature/index.md
+++ b/files/en-us/web/api/domimplementation/hasfeature/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.DOMImplementation.hasFeature
---
-{{ApiRef("DOM")}}{{Deprecated_Header}}
+{{ApiRef("DOM")}}
The
**`DOMImplementation.hasFeature()`** method returns a
diff --git a/files/en-us/web/api/element/afterscriptexecute_event/index.md b/files/en-us/web/api/element/afterscriptexecute_event/index.md
index a51713cd105d006..41e0832832ea900 100644
--- a/files/en-us/web/api/element/afterscriptexecute_event/index.md
+++ b/files/en-us/web/api/element/afterscriptexecute_event/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Element.afterscriptexecute_event
---
-{{APIRef}}{{Non-standard_header}}{{deprecated_header}}
+{{APIRef}}{{Non-standard_header}}
> [!WARNING]
> This event was a proposal in an early version of the specification. Do not rely on it.
diff --git a/files/en-us/web/api/element/beforescriptexecute_event/index.md b/files/en-us/web/api/element/beforescriptexecute_event/index.md
index 85d815b0cda525a..e280c678357be48 100644
--- a/files/en-us/web/api/element/beforescriptexecute_event/index.md
+++ b/files/en-us/web/api/element/beforescriptexecute_event/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Element.beforescriptexecute_event
---
-{{APIRef("DOM")}}{{Non-standard_header}}{{deprecated_header}}
+{{APIRef("DOM")}}{{Non-standard_header}}
> [!WARNING]
> This event was a proposal in an early version of the specification. Do not rely on it.
diff --git a/files/en-us/web/api/element/domactivate_event/index.md b/files/en-us/web/api/element/domactivate_event/index.md
index 6ce61840d48efa4..beeb403fcc3a605 100644
--- a/files/en-us/web/api/element/domactivate_event/index.md
+++ b/files/en-us/web/api/element/domactivate_event/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Element.DOMActivate_event
---
-{{APIRef}}{{Deprecated_Header}}
+{{APIRef}}
The **`DOMActivate`** event is fired at an element when it becomes active, such as when it is clicked on using the mouse or a keypress is used to navigate to it.
diff --git a/files/en-us/web/api/element/dommousescroll_event/index.md b/files/en-us/web/api/element/dommousescroll_event/index.md
index cbf0cbbf684e826..792bb5708b305b3 100644
--- a/files/en-us/web/api/element/dommousescroll_event/index.md
+++ b/files/en-us/web/api/element/dommousescroll_event/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Element.DOMMouseScroll_event
---
-{{APIRef}}{{Deprecated_Header}}{{Non-standard_header}}
+{{APIRef}}{{Non-standard_header}}
The DOM `DOMMouseScroll` event is fired asynchronously when mouse wheel or similar device is operated and the accumulated scroll amount is over 1 line or 1 page since last event. It's represented by the {{ domxref("MouseScrollEvent") }} interface. This event was only implemented by Firefox. You should instead use the standard {{domxref("Element.wheel_event", "wheel")}} event.
diff --git a/files/en-us/web/api/element/keypress_event/index.md b/files/en-us/web/api/element/keypress_event/index.md
index 9a04975a5274957..58081a204e8efbb 100644
--- a/files/en-us/web/api/element/keypress_event/index.md
+++ b/files/en-us/web/api/element/keypress_event/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Element.keypress_event
---
-{{APIRef("UI Events")}}{{deprecated_header}}
+{{APIRef("UI Events")}}
The **`keypress`** event is fired when a [letter, number, punctuation, or symbol](https://w3c.github.io/uievents/#unicode-character-categories) key is pressed, or else when the Enter key is pressed — including when the Enter key is pressed in combination with the Shift key or Ctrl key. Otherwise, when a modifier key such as the Alt, Shift, Ctrl, Meta, Esc, or Option key is pressed in isolation, the `keypress` event is _not_ fired.
diff --git a/files/en-us/web/api/element/mousewheel_event/index.md b/files/en-us/web/api/element/mousewheel_event/index.md
index 4edfc0f4564cd4e..c702fb694f9ed99 100644
--- a/files/en-us/web/api/element/mousewheel_event/index.md
+++ b/files/en-us/web/api/element/mousewheel_event/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Element.mousewheel_event
---
-{{APIRef("UI Events")}}{{deprecated_header}}{{Non-standard_header}}
+{{APIRef("UI Events")}}{{Non-standard_header}}
The _obsolete_ and _non-standard_ **`mousewheel`** event is fired asynchronously at an {{domxref("Element")}} to provide updates while a mouse wheel or similar device is operated. The `mousewheel` event was never part of any standard, and while it was implemented by several browsers, it was never implemented by Firefox.
diff --git a/files/en-us/web/api/element/mozmousepixelscroll_event/index.md b/files/en-us/web/api/element/mozmousepixelscroll_event/index.md
index e3de6ca80fd2825..6a468a3a1e2c169 100644
--- a/files/en-us/web/api/element/mozmousepixelscroll_event/index.md
+++ b/files/en-us/web/api/element/mozmousepixelscroll_event/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Element.MozMousePixelScroll_event
---
-{{APIRef("UI Events")}}{{deprecated_header}}{{Non-standard_header}}
+{{APIRef("UI Events")}}{{Non-standard_header}}
The Firefox-only, _non-standard_, and _obsolete_ **`MozMousePixelScroll`** event is fired at an {{domxref("Element")}} asynchronously when a mouse wheel or similar device is operated. It's represented by the {{ domxref("MouseScrollEvent") }} interface.
diff --git a/files/en-us/web/api/element/setcapture/index.md b/files/en-us/web/api/element/setcapture/index.md
index 07863ef07689111..c4392ad4f8d5279 100644
--- a/files/en-us/web/api/element/setcapture/index.md
+++ b/files/en-us/web/api/element/setcapture/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Element.setCapture
---
-{{Deprecated_Header}}{{non-standard_header}}{{ APIRef("DOM") }}
+{{non-standard_header}}{{ APIRef("DOM") }}
Call this method during the handling of a mousedown event to retarget all mouse events
to this element until the mouse button is released or {{domxref("document.releaseCapture()")}} is called.
diff --git a/files/en-us/web/api/event/cancelbubble/index.md b/files/en-us/web/api/event/cancelbubble/index.md
index 5d2b4d10b871be1..9399b6d66383734 100644
--- a/files/en-us/web/api/event/cancelbubble/index.md
+++ b/files/en-us/web/api/event/cancelbubble/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Event.cancelBubble
---
-{{APIRef("DOM")}}{{Deprecated_Header}}{{AvailableInWorkers}}
+{{APIRef("DOM")}}{{AvailableInWorkers}}
The **`cancelBubble`** property of the {{domxref("Event")}}
interface is deprecated. Use {{domxref("Event.stopPropagation()")}} instead.
diff --git a/files/en-us/web/api/event/initevent/index.md b/files/en-us/web/api/event/initevent/index.md
index 7dd72ebaa9109db..a8cbc75c08f7524 100644
--- a/files/en-us/web/api/event/initevent/index.md
+++ b/files/en-us/web/api/event/initevent/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Event.initEvent
---
-{{APIRef("DOM")}}{{deprecated_header}}{{AvailableInWorkers}}
+{{APIRef("DOM")}}{{AvailableInWorkers}}
The **`Event.initEvent()`** method is used to initialize the
value of an {{ domxref("event") }} created using {{domxref("Document.createEvent()")}}.
diff --git a/files/en-us/web/api/event/returnvalue/index.md b/files/en-us/web/api/event/returnvalue/index.md
index e915a6397f08563..666a1a9623e3c62 100644
--- a/files/en-us/web/api/event/returnvalue/index.md
+++ b/files/en-us/web/api/event/returnvalue/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Event.returnValue
---
-{{APIRef("DOM")}}{{Deprecated_Header}}{{AvailableInWorkers}}
+{{APIRef("DOM")}}{{AvailableInWorkers}}
The {{domxref("Event")}} property
**`returnValue`** indicates whether the default action for
diff --git a/files/en-us/web/api/event/srcelement/index.md b/files/en-us/web/api/event/srcelement/index.md
index 4825ae624421893..a20d0c556e0ba92 100644
--- a/files/en-us/web/api/event/srcelement/index.md
+++ b/files/en-us/web/api/event/srcelement/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.Event.srcElement
---
-{{APIRef("DOM")}}{{deprecated_header}}{{AvailableInWorkers}}
+{{APIRef("DOM")}}{{AvailableInWorkers}}
The deprecated **`Event.srcElement`** is an alias for the {{domxref("Event.target")}} property. Use {{domxref("Event.target")}} instead.
diff --git a/files/en-us/web/api/fetchevent/isreload/index.md b/files/en-us/web/api/fetchevent/isreload/index.md
index f1b2a8abb5a4245..3496a9ceacda5ee 100644
--- a/files/en-us/web/api/fetchevent/isreload/index.md
+++ b/files/en-us/web/api/fetchevent/isreload/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.FetchEvent.isReload
---
-{{APIRef("Service Workers API")}}{{deprecated_header}}{{Non-standard_header}}{{AvailableInWorkers("service")}}
+{{APIRef("Service Workers API")}}{{Non-standard_header}}{{AvailableInWorkers("service")}}
The **`isReload`** read-only property of the
{{domxref("FetchEvent")}} interface returns `true` if the event was
diff --git a/files/en-us/web/api/file/lastmodifieddate/index.md b/files/en-us/web/api/file/lastmodifieddate/index.md
index 696f3b6a82be124..711581c33e4a123 100644
--- a/files/en-us/web/api/file/lastmodifieddate/index.md
+++ b/files/en-us/web/api/file/lastmodifieddate/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.File.lastModifiedDate
---
-{{APIRef("File API")}}{{AvailableInWorkers}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("File API")}}{{AvailableInWorkers}}{{Non-standard_Header}}
The **`lastModifiedDate`** read-only property of the {{domxref("File")}} interface returns the last modified date of the file. Files without a known last modified date return the current date.
diff --git a/files/en-us/web/api/fileentrysync/index.md b/files/en-us/web/api/fileentrysync/index.md
index 09211ff7a9e52fd..4bde176c7b62554 100644
--- a/files/en-us/web/api/fileentrysync/index.md
+++ b/files/en-us/web/api/fileentrysync/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.FileEntrySync
---
-{{APIRef("File and Directory Entries API")}} {{Non-standard_header}}{{Deprecated_Header}}
+{{APIRef("File and Directory Entries API")}} {{Non-standard_header}}
The `FileEntrySync` interface represents a file in a file system. It lets you write content to a file.
diff --git a/files/en-us/web/api/filereader/readasbinarystring/index.md b/files/en-us/web/api/filereader/readasbinarystring/index.md
index 3df472fa1849ddf..5acea919454142b 100644
--- a/files/en-us/web/api/filereader/readasbinarystring/index.md
+++ b/files/en-us/web/api/filereader/readasbinarystring/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.FileReader.readAsBinaryString
---
-{{APIRef("File API")}}{{AvailableInWorkers}}{{Deprecated_Header}}
+{{APIRef("File API")}}{{AvailableInWorkers}}
> [!NOTE]
> This method is deprecated in favor of {{DOMxRef("FileReader.readAsArrayBuffer","readAsArrayBuffer()")}}.
diff --git a/files/en-us/web/api/filereadersync/readasbinarystring/index.md b/files/en-us/web/api/filereadersync/readasbinarystring/index.md
index e887f2276113bf4..78f9d9f5f7da251 100644
--- a/files/en-us/web/api/filereadersync/readasbinarystring/index.md
+++ b/files/en-us/web/api/filereadersync/readasbinarystring/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.FileReaderSync.readAsBinaryString
---
-{{APIRef("File API")}}{{deprecated_header}} {{AvailableInWorkers("worker_except_service")}}
+{{APIRef("File API")}} {{AvailableInWorkers("worker_except_service")}}
> [!NOTE]
> This method is deprecated in favor of {{DOMxRef("FileReaderSync.readAsArrayBuffer","readAsArrayBuffer()")}}.
diff --git a/files/en-us/web/api/filesystemdirectoryentry/removerecursively/index.md b/files/en-us/web/api/filesystemdirectoryentry/removerecursively/index.md
index d680283010a5323..ef81dbd5298457c 100644
--- a/files/en-us/web/api/filesystemdirectoryentry/removerecursively/index.md
+++ b/files/en-us/web/api/filesystemdirectoryentry/removerecursively/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.FileSystemDirectoryEntry.removeRecursively
---
-{{APIRef("File and Directory Entries API")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}
The {{domxref("FileSystemDirectoryEntry")}} interface's method
**`removeRecursively()`** removes
diff --git a/files/en-us/web/api/filesystementry/copyto/index.md b/files/en-us/web/api/filesystementry/copyto/index.md
index 3ee1b64dc143fae..8a6d07dc355601d 100644
--- a/files/en-us/web/api/filesystementry/copyto/index.md
+++ b/files/en-us/web/api/filesystementry/copyto/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.FileSystemEntry.copyTo
---
-{{APIRef("File and Directory Entries API")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}
The {{domxref("FileSystemEntry")}} interface's method
**`copyTo()`** copies the file
diff --git a/files/en-us/web/api/filesystementry/getmetadata/index.md b/files/en-us/web/api/filesystementry/getmetadata/index.md
index 91e93c4ddd31bdb..ade767cb3821d85 100644
--- a/files/en-us/web/api/filesystementry/getmetadata/index.md
+++ b/files/en-us/web/api/filesystementry/getmetadata/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.FileSystemEntry.getMetadata
---
-{{APIRef("File and Directory Entries API")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}
The {{domxref("FileSystemEntry")}} interface's method
**`getMetadata()`** obtains a
diff --git a/files/en-us/web/api/filesystementry/moveto/index.md b/files/en-us/web/api/filesystementry/moveto/index.md
index 8c487f6c527588a..e0ecb79aeb29c87 100644
--- a/files/en-us/web/api/filesystementry/moveto/index.md
+++ b/files/en-us/web/api/filesystementry/moveto/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.FileSystemEntry.moveTo
---
-{{APIRef("File and Directory Entries API")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}
The {{domxref("FileSystemEntry")}} interface's method
**`moveTo()`** moves the file
diff --git a/files/en-us/web/api/filesystementry/remove/index.md b/files/en-us/web/api/filesystementry/remove/index.md
index 00cfeac6f90f941..29a70653f7d3b05 100644
--- a/files/en-us/web/api/filesystementry/remove/index.md
+++ b/files/en-us/web/api/filesystementry/remove/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.FileSystemEntry.remove
---
-{{APIRef("File and Directory Entries API")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}
The {{domxref("FileSystemEntry")}} interface's method
**`remove()`** deletes the file
diff --git a/files/en-us/web/api/filesystementry/tourl/index.md b/files/en-us/web/api/filesystementry/tourl/index.md
index f4289e4286fec0a..bd98bebacc665fb 100644
--- a/files/en-us/web/api/filesystementry/tourl/index.md
+++ b/files/en-us/web/api/filesystementry/tourl/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.FileSystemEntry.toURL
---
-{{APIRef("File and Directory Entry API")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("File and Directory Entry API")}}{{Non-standard_Header}}
The {{domxref("FileSystemEntry")}} interface's method
**`toURL()`** creates and
diff --git a/files/en-us/web/api/filesystemfileentry/createwriter/index.md b/files/en-us/web/api/filesystemfileentry/createwriter/index.md
index b8922af7f7b5372..d424e9db524d990 100644
--- a/files/en-us/web/api/filesystemfileentry/createwriter/index.md
+++ b/files/en-us/web/api/filesystemfileentry/createwriter/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.FileSystemFileEntry.createWriter
---
-{{APIRef("File and Directories Entries API")}}{{deprecated_header}}{{Non-standard_header}}
+{{APIRef("File and Directories Entries API")}}{{Non-standard_header}}
The {{domxref("FileSystemFileEntry")}} interface's method
**`createWriter()`** returns a {{domxref("FileWriter")}} object
diff --git a/files/en-us/web/api/filesystemsync/index.md b/files/en-us/web/api/filesystemsync/index.md
index 538ef7b77779287..f27d7e6d1a35c52 100644
--- a/files/en-us/web/api/filesystemsync/index.md
+++ b/files/en-us/web/api/filesystemsync/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.FileSystemSync
---
-{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}{{Deprecated_Header}}
+{{APIRef("File and Directory Entries API")}}{{Non-standard_Header}}
In the [File and Directory Entries API](/en-US/docs/Web/API/File_and_Directory_Entries_API), a `FileSystemSync` object represents a file system. It has two properties.
diff --git a/files/en-us/web/api/gamepad/displayid/index.md b/files/en-us/web/api/gamepad/displayid/index.md
index 59b33e7cb66ae39..5e26ace342f46b2 100644
--- a/files/en-us/web/api/gamepad/displayid/index.md
+++ b/files/en-us/web/api/gamepad/displayid/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.Gamepad.displayId
---
-{{APIRef("WebVR API")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("WebVR API")}}{{Non-standard_Header}}
The **`displayId`** read-only property of the {{domxref("Gamepad")}} interface _returns the {{domxref("VRDisplay.displayId")}} of the associated {{domxref("VRDisplay")}} — the `VRDisplay` that the gamepad is controlling the displayed scene of._
diff --git a/files/en-us/web/api/gamepadhapticactuator/type/index.md b/files/en-us/web/api/gamepadhapticactuator/type/index.md
index 7beb40e82a92a5c..125079690f7a95d 100644
--- a/files/en-us/web/api/gamepadhapticactuator/type/index.md
+++ b/files/en-us/web/api/gamepadhapticactuator/type/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.GamepadHapticActuator.type
---
-{{APIRef("Gamepad API")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("Gamepad API")}}{{non-standard_header}}
The **`type`** read-only property of the {{domxref("GamepadHapticActuator")}} interface returns an enumerated value representing the type of the haptic hardware.
diff --git a/files/en-us/web/api/gpuadapter/isfallbackadapter/index.md b/files/en-us/web/api/gpuadapter/isfallbackadapter/index.md
index df4f7034f28b55a..4efe0ccc449d7d0 100644
--- a/files/en-us/web/api/gpuadapter/isfallbackadapter/index.md
+++ b/files/en-us/web/api/gpuadapter/isfallbackadapter/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.GPUAdapter.isFallbackAdapter
---
-{{APIRef("WebGPU API")}}{{SecureContext_Header}}{{AvailableInWorkers}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("WebGPU API")}}{{SecureContext_Header}}{{AvailableInWorkers}}{{non-standard_header}}
The **`isFallbackAdapter`** read-only property of the
{{domxref("GPUAdapter")}} interface returns `true` if the adapter is a [fallback adapter](/en-US/docs/Web/API/GPU/requestAdapter#fallback_adapters), and `false` if not.
diff --git a/files/en-us/web/api/gpuadapter/requestadapterinfo/index.md b/files/en-us/web/api/gpuadapter/requestadapterinfo/index.md
index 4378741982725e8..0572c3f96aa2c6e 100644
--- a/files/en-us/web/api/gpuadapter/requestadapterinfo/index.md
+++ b/files/en-us/web/api/gpuadapter/requestadapterinfo/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.GPUAdapter.requestAdapterInfo
---
-{{APIRef("WebGPU API")}}{{SecureContext_Header}}{{deprecated_header}}{{non-standard_header}}{{AvailableInWorkers}}
+{{APIRef("WebGPU API")}}{{SecureContext_Header}}{{non-standard_header}}{{AvailableInWorkers}}
The **`requestAdapterInfo()`** method of the
{{domxref("GPUAdapter")}} interface returns a {{jsxref("Promise")}} that fulfills with a {{domxref("GPUAdapterInfo")}} object containing identifying information about an adapter.
diff --git a/files/en-us/web/api/gpucommandencoder/writetimestamp/index.md b/files/en-us/web/api/gpucommandencoder/writetimestamp/index.md
index 8529c2e33c0d7f4..b617cb88c082228 100644
--- a/files/en-us/web/api/gpucommandencoder/writetimestamp/index.md
+++ b/files/en-us/web/api/gpucommandencoder/writetimestamp/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.GPUCommandEncoder.writeTimestamp
---
-{{APIRef("WebGPU API")}}{{SecureContext_Header}}{{deprecated_header}}{{non-standard_header}}{{AvailableInWorkers}}
+{{APIRef("WebGPU API")}}{{SecureContext_Header}}{{non-standard_header}}{{AvailableInWorkers}}
The **`writeTimestamp()`** method of the
{{domxref("GPUCommandEncoder")}} interface encodes a command that writes a timestamp into a {{domxref("GPUQuerySet")}} once the previous commands recorded into the same queued {{domxref("GPUCommandBuffer")}} have been executed by the GPU.
diff --git a/files/en-us/web/api/hmdvrdevice/geteyeparameters/index.md b/files/en-us/web/api/hmdvrdevice/geteyeparameters/index.md
index 0ca98a79658a015..550749d564e4a3e 100644
--- a/files/en-us/web/api/hmdvrdevice/geteyeparameters/index.md
+++ b/files/en-us/web/api/hmdvrdevice/geteyeparameters/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HMDVRDevice.getEyeParameters
---
-{{deprecated_header}}{{APIRef("WebVR API")}}{{Non-standard_header}}
+{{APIRef("WebVR API")}}{{Non-standard_header}}
The **`getEyeParameters()`** method of the {{domxref("HMDVRDevice")}} interface returns current parameters for the eye specified as its argument ("left" or "right") — stored in a {{domxref("VREyeParameters")}} object.
diff --git a/files/en-us/web/api/hmdvrdevice/index.md b/files/en-us/web/api/hmdvrdevice/index.md
index a36024c36c07876..cbdadfe89bf133f 100644
--- a/files/en-us/web/api/hmdvrdevice/index.md
+++ b/files/en-us/web/api/hmdvrdevice/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HMDVRDevice
---
-{{APIRef("WebVR API")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("WebVR API")}}{{Non-standard_Header}}
The **`HMDVRDevice`** interface of the [WebVR API](/en-US/docs/Web/API/WebVR_API) represents a head mounted display, providing access to information about each eye, and allowing us to modify the current field of view.
diff --git a/files/en-us/web/api/hmdvrdevice/setfieldofview/index.md b/files/en-us/web/api/hmdvrdevice/setfieldofview/index.md
index bcebf77cea6602c..7d264734e3298fb 100644
--- a/files/en-us/web/api/hmdvrdevice/setfieldofview/index.md
+++ b/files/en-us/web/api/hmdvrdevice/setfieldofview/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HMDVRDevice.setFieldOfView
---
-{{deprecated_header}}{{APIRef("WebVR API")}}{{Non-standard_header}}
+{{APIRef("WebVR API")}}{{Non-standard_header}}
The **`setFieldOfView()`** method of the {{domxref("HMDVRDevice")}} interface can be used to set the field of view for one eye, or both eyes simultaneously.
diff --git a/files/en-us/web/api/htmlanchorelement/attributionsrc/index.md b/files/en-us/web/api/htmlanchorelement/attributionsrc/index.md
index 65286c9111c36ba..1340a373b22bbd2 100644
--- a/files/en-us/web/api/htmlanchorelement/attributionsrc/index.md
+++ b/files/en-us/web/api/htmlanchorelement/attributionsrc/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HTMLAnchorElement.attributionSrc
---
-{{APIRef("Attribution Reporting API")}}{{securecontext_header}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("Attribution Reporting API")}}{{securecontext_header}}{{non-standard_header}}
The **`attributionSrc`** property of the {{domxref("HTMLAnchorElement")}} interface gets and sets the [`attributionsrc`](/en-US/docs/Web/HTML/Reference/Elements/a#attributionsrc) attribute on an {{htmlelement("a")}} element programmatically, reflecting the value of that attribute. `attributionsrc` specifies that you want the browser to send an {{httpheader("Attribution-Reporting-Eligible")}} header. On the server-side this is used to trigger sending an {{httpheader("Attribution-Reporting-Register-Source")}} header in the response, to register of a [navigation-based attribution source](/en-US/docs/Web/API/Attribution_Reporting_API/Registering_sources#navigation-based_attribution_sources).
diff --git a/files/en-us/web/api/htmlcanvaselement/mozopaque/index.md b/files/en-us/web/api/htmlcanvaselement/mozopaque/index.md
index d8e9e65ce4dcd77..59dc22646f0f3c6 100644
--- a/files/en-us/web/api/htmlcanvaselement/mozopaque/index.md
+++ b/files/en-us/web/api/htmlcanvaselement/mozopaque/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HTMLCanvasElement.mozOpaque
---
-{{APIRef("Canvas API")}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("Canvas API")}}{{non-standard_header}}
The non-standard **`HTMLCanvasElement.mozOpaque`** property is
a boolean value reflecting the [`moz-opaque`](/en-US/docs/Web/HTML/Reference/Elements/canvas#moz-opaque) HTML
diff --git a/files/en-us/web/api/htmldlistelement/compact/index.md b/files/en-us/web/api/htmldlistelement/compact/index.md
index 09013f90247b5a0..68cde6408bf2650 100644
--- a/files/en-us/web/api/htmldlistelement/compact/index.md
+++ b/files/en-us/web/api/htmldlistelement/compact/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLDListElement.compact
---
-{{ApiRef("HTML DOM")}}{{Deprecated_Header}}
+{{ApiRef("HTML DOM")}}
The **`compact`** property of the {{domxref("HTMLDListElement")}} interface indicates that spacing between list items should be reduced. The exact handling of the `compact` attribute is browser-specific. Instead of using this property, consider using CSS {{cssxref("line-height")}} instead.
diff --git a/files/en-us/web/api/htmlfontelement/color/index.md b/files/en-us/web/api/htmlfontelement/color/index.md
index 5fdd42e977df561..7793c172280e85a 100644
--- a/files/en-us/web/api/htmlfontelement/color/index.md
+++ b/files/en-us/web/api/htmlfontelement/color/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLFontElement.color
---
-{{deprecated_header}}{{APIRef("HTML DOM")}}
+{{APIRef("HTML DOM")}}
The obsolete
**`HTMLFontElement.color`**
diff --git a/files/en-us/web/api/htmlfontelement/face/index.md b/files/en-us/web/api/htmlfontelement/face/index.md
index 1ca4b6d59d2b741..4225fe576934d0e 100644
--- a/files/en-us/web/api/htmlfontelement/face/index.md
+++ b/files/en-us/web/api/htmlfontelement/face/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLFontElement.face
---
-{{deprecated_header}}{{ APIRef("HTML DOM") }}
+{{ APIRef("HTML DOM") }}
The obsolete
**`HTMLFontElement.face`**
diff --git a/files/en-us/web/api/htmlfontelement/index.md b/files/en-us/web/api/htmlfontelement/index.md
index 2fe86644a9cac91..d85912f1c074d8c 100644
--- a/files/en-us/web/api/htmlfontelement/index.md
+++ b/files/en-us/web/api/htmlfontelement/index.md
@@ -7,7 +7,7 @@ status:
browser-compat: api.HTMLFontElement
---
-{{APIRef("HTML DOM")}}{{Deprecated_Header}}
+{{APIRef("HTML DOM")}}
Implements the document object model (DOM) representation of the font element. The HTML Font Element {{HTMLElement("font")}} defines the font size, font face and color of text.
diff --git a/files/en-us/web/api/htmlfontelement/size/index.md b/files/en-us/web/api/htmlfontelement/size/index.md
index f4dd00753804d1c..a1e0de63031d9c5 100644
--- a/files/en-us/web/api/htmlfontelement/size/index.md
+++ b/files/en-us/web/api/htmlfontelement/size/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLFontElement.size
---
-{{deprecated_header}}{{ APIRef("HTML DOM") }}
+{{ APIRef("HTML DOM") }}
The obsolete
**`HTMLFontElement.size`** property is a
diff --git a/files/en-us/web/api/htmlframesetelement/index.md b/files/en-us/web/api/htmlframesetelement/index.md
index 3a0f4b23ecacaf9..9a428c52e324c68 100644
--- a/files/en-us/web/api/htmlframesetelement/index.md
+++ b/files/en-us/web/api/htmlframesetelement/index.md
@@ -7,7 +7,7 @@ status:
browser-compat: api.HTMLFrameSetElement
---
-{{APIRef("HTML DOM")}}{{deprecated_header}}
+{{APIRef("HTML DOM")}}
The **`HTMLFrameSetElement`** interface provides special properties (beyond those of the regular {{domxref("HTMLElement")}} interface they also inherit) for manipulating {{HTMLElement("frameset")}} elements.
diff --git a/files/en-us/web/api/htmlhtmlelement/version/index.md b/files/en-us/web/api/htmlhtmlelement/version/index.md
index e79498b9a31e8a1..1b430ce3043fe03 100644
--- a/files/en-us/web/api/htmlhtmlelement/version/index.md
+++ b/files/en-us/web/api/htmlhtmlelement/version/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLHtmlElement.version
---
-{{ APIRef("HTML DOM") }} {{deprecated_header}}
+{{ APIRef("HTML DOM") }}
> [!NOTE]
> This property has been declared as deprecated by the W3C technical recommendation for HTML 4.01 in favor of use of the DTD for obtaining version information for a document.
diff --git a/files/en-us/web/api/htmliframeelement/allowpaymentrequest/index.md b/files/en-us/web/api/htmliframeelement/allowpaymentrequest/index.md
index 6a22c1606171050..768e24162fc86ba 100644
--- a/files/en-us/web/api/htmliframeelement/allowpaymentrequest/index.md
+++ b/files/en-us/web/api/htmliframeelement/allowpaymentrequest/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HTMLIFrameElement.allowPaymentRequest
---
-{{APIRef("HTML DOM")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("HTML DOM")}}{{Non-standard_Header}}
The **`allowPaymentRequest`** property of the
{{domxref("HTMLIFrameElement")}} interface returns a boolean value indicating
diff --git a/files/en-us/web/api/htmliframeelement/browsingtopics/index.md b/files/en-us/web/api/htmliframeelement/browsingtopics/index.md
index 95bd876e38f776c..76a3d856094ef5b 100644
--- a/files/en-us/web/api/htmliframeelement/browsingtopics/index.md
+++ b/files/en-us/web/api/htmliframeelement/browsingtopics/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HTMLIFrameElement.browsingTopics
---
-{{APIRef("HTML DOM")}}{{non-standard_header}}{{deprecated_header}}
+{{APIRef("HTML DOM")}}{{non-standard_header}}
> [!WARNING]
> This feature is currently opposed by two browser vendors. See the [Standards positions](/en-US/docs/Web/API/Topics_API#standards_positions) section for details of opposition.
diff --git a/files/en-us/web/api/htmlimageelement/align/index.md b/files/en-us/web/api/htmlimageelement/align/index.md
index 9117f8507abbf62..b3385ed29ec9720 100644
--- a/files/en-us/web/api/htmlimageelement/align/index.md
+++ b/files/en-us/web/api/htmlimageelement/align/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLImageElement.align
---
-{{APIRef("HTML DOM")}}{{deprecated_header}}
+{{APIRef("HTML DOM")}}
The _deprecated_ **`align`** property of the {{domxref("HTMLImageElement")}} interface is a string which indicates how to position the image relative to its container. It reflects the `
` element's [`align`](/en-US/docs/Web/HTML/Reference/Elements/img#align) content attribute.
diff --git a/files/en-us/web/api/htmlimageelement/attributionsrc/index.md b/files/en-us/web/api/htmlimageelement/attributionsrc/index.md
index 39222bda26241f7..3c4dd5c6cf481d8 100644
--- a/files/en-us/web/api/htmlimageelement/attributionsrc/index.md
+++ b/files/en-us/web/api/htmlimageelement/attributionsrc/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HTMLImageElement.attributionSrc
---
-{{APIRef("Attribution Reporting API")}}{{securecontext_header}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("Attribution Reporting API")}}{{securecontext_header}}{{non-standard_header}}
The **`attributionSrc`** property of the {{domxref("HTMLImageElement")}} interface that you want the browser to send an {{httpheader("Attribution-Reporting-Eligible")}} header along with the image request. It reflects the `
` element's [`attributionsrc`](/en-US/docs/Web/HTML/Reference/Elements/img#attributionsrc) content attribute.
diff --git a/files/en-us/web/api/htmlimageelement/border/index.md b/files/en-us/web/api/htmlimageelement/border/index.md
index 743c40ac19c2660..c9991b6597024ba 100644
--- a/files/en-us/web/api/htmlimageelement/border/index.md
+++ b/files/en-us/web/api/htmlimageelement/border/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLImageElement.border
---
-{{APIRef("HTML DOM")}}{{deprecated_header}}
+{{APIRef("HTML DOM")}}
The _deprecated_ **`border`** property of the {{domxref("HTMLImageElement")}} interface specifies the number of pixels thick the border surrounding the image should be. A value of 0, the default, indicates that no border should be drawn. It reflects the `
` element's [`border`](/en-US/docs/Web/HTML/Reference/Elements/img#border) content attribute.
diff --git a/files/en-us/web/api/htmlimageelement/hspace/index.md b/files/en-us/web/api/htmlimageelement/hspace/index.md
index 19c95c9a9de464c..bfd49359f3f4fe9 100644
--- a/files/en-us/web/api/htmlimageelement/hspace/index.md
+++ b/files/en-us/web/api/htmlimageelement/hspace/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLImageElement.hspace
---
-{{APIRef("HTML DOM")}}{{deprecated_header}}
+{{APIRef("HTML DOM")}}
The _deprecated_ **`hspace`** property of the {{domxref("HTMLImageElement")}} interface specifies the number of pixels of empty space to leave empty on the left and right sides of the {{HTMLElement("img")}} element when laying out the page. It reflects the `
` element's [`hspace`](/en-US/docs/Web/HTML/Reference/Elements/img#hspace) content attribute.
diff --git a/files/en-us/web/api/htmlimageelement/longdesc/index.md b/files/en-us/web/api/htmlimageelement/longdesc/index.md
index 2f65c7f5887b129..f9626156345751c 100644
--- a/files/en-us/web/api/htmlimageelement/longdesc/index.md
+++ b/files/en-us/web/api/htmlimageelement/longdesc/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLImageElement.longDesc
---
-{{APIRef("HTML DOM")}}{{deprecated_header}}
+{{APIRef("HTML DOM")}}
The _deprecated_ **`longDesc`** property of the {{domxref("HTMLImageElement")}} interface specifies the URL of a text or HTML file which contains a long-form description of the image. This can be used to provide optional added details beyond the short description provided in the [`title`](/en-US/docs/Web/HTML/Reference/Global_attributes/title) attribute. It reflects the `
` element's [`longdesc`](/en-US/docs/Web/HTML/Reference/Elements/img#longdesc) content attribute.
diff --git a/files/en-us/web/api/htmlimageelement/name/index.md b/files/en-us/web/api/htmlimageelement/name/index.md
index 7d7c13e2e74c555..e2152ecdfebe543 100644
--- a/files/en-us/web/api/htmlimageelement/name/index.md
+++ b/files/en-us/web/api/htmlimageelement/name/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLImageElement.name
---
-{{APIRef("HTML DOM")}}{{deprecated_header}}
+{{APIRef("HTML DOM")}}
The _deprecated_ **`name`** property of the {{domxref("HTMLImageElement")}} interface specifies a name for the element. It reflects the `
` element's [`name`](/en-US/docs/Web/HTML/Reference/Elements/img#name) content attribute. It has been replaced by the {{domxref("Element.id", "id")}} property available on all elements, and is kept only for compatibility reasons.
diff --git a/files/en-us/web/api/htmlimageelement/vspace/index.md b/files/en-us/web/api/htmlimageelement/vspace/index.md
index 69a08a534c9e6f5..1764978281b2fc4 100644
--- a/files/en-us/web/api/htmlimageelement/vspace/index.md
+++ b/files/en-us/web/api/htmlimageelement/vspace/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLImageElement.vspace
---
-{{APIRef("HTML DOM")}}{{deprecated_header}}
+{{APIRef("HTML DOM")}}
The _deprecated_ **`vspace`** property of the {{domxref("HTMLImageElement")}} interface specifies the number of pixels of empty space to leave empty on the top and bottom sides of the {{HTMLElement("img")}} element when laying out the page. It reflects the `
` element's [`vspace`](/en-US/docs/Web/HTML/Reference/Elements/img#vspace) content attribute.
diff --git a/files/en-us/web/api/htmlmarqueeelement/index.md b/files/en-us/web/api/htmlmarqueeelement/index.md
index 5a74a103ac55f7d..3838fbb272f3548 100644
--- a/files/en-us/web/api/htmlmarqueeelement/index.md
+++ b/files/en-us/web/api/htmlmarqueeelement/index.md
@@ -7,7 +7,7 @@ status:
browser-compat: api.HTMLMarqueeElement
---
-{{APIRef("HTML DOM")}}{{Deprecated_Header}}
+{{APIRef("HTML DOM")}}
The **`HTMLMarqueeElement`** interface provides methods to manipulate {{HTMLElement("marquee")}} elements.
diff --git a/files/en-us/web/api/htmlmediaelement/controller/index.md b/files/en-us/web/api/htmlmediaelement/controller/index.md
index 6f57aa407b1d40d..f3cab68ee178832 100644
--- a/files/en-us/web/api/htmlmediaelement/controller/index.md
+++ b/files/en-us/web/api/htmlmediaelement/controller/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HTMLMediaElement.controller
---
-{{APIRef("HTML DOM")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("HTML DOM")}}{{Non-standard_Header}}
The **`HTMLMediaElement.controller`** property represents the media controller assigned to the element.
diff --git a/files/en-us/web/api/htmlmediaelement/mediagroup/index.md b/files/en-us/web/api/htmlmediaelement/mediagroup/index.md
index 08b17d3c7269418..9048ec078f67462 100644
--- a/files/en-us/web/api/htmlmediaelement/mediagroup/index.md
+++ b/files/en-us/web/api/htmlmediaelement/mediagroup/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HTMLMediaElement.mediaGroup
---
-{{APIRef("HTML DOM")}}{{Deprecated_Header}}{{Non-standard_Header}}
+{{APIRef("HTML DOM")}}{{Non-standard_Header}}
The **`HTMLMediaElement.mediaGroup`** property reflects the `mediagroup` HTML attribute, which indicates the name of the group of elements it belongs to. A group of media elements shares a common `controller`.
diff --git a/files/en-us/web/api/htmlmediaelement/seektonextframe/index.md b/files/en-us/web/api/htmlmediaelement/seektonextframe/index.md
index c85fc670c7ebdf7..72a76b6e426b9c4 100644
--- a/files/en-us/web/api/htmlmediaelement/seektonextframe/index.md
+++ b/files/en-us/web/api/htmlmediaelement/seektonextframe/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HTMLMediaElement.seekToNextFrame
---
-{{APIRef("HTML DOM")}}{{Deprecated_Header}}{{non-standard_header}}
+{{APIRef("HTML DOM")}}{{non-standard_header}}
The **`HTMLMediaElement.seekToNextFrame()`** method
asynchronously advances the current play position to the next frame in the media.
diff --git a/files/en-us/web/api/htmlmenuelement/compact/index.md b/files/en-us/web/api/htmlmenuelement/compact/index.md
index 3c109f63408dcc3..aa62e5c049af8c9 100644
--- a/files/en-us/web/api/htmlmenuelement/compact/index.md
+++ b/files/en-us/web/api/htmlmenuelement/compact/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLMenuElement.compact
---
-{{ApiRef("HTML DOM")}}{{Deprecated_Header}}
+{{ApiRef("HTML DOM")}}
The **`compact`** property of the {{domxref("HTMLMenuElement")}} interface indicates that spacing between list items should be reduced. The exact handling of the `compact` attribute is browser-specific. Instead of using this property, consider using CSS {{cssxref("line-height")}} instead.
diff --git a/files/en-us/web/api/htmlmetaelement/scheme/index.md b/files/en-us/web/api/htmlmetaelement/scheme/index.md
index bad9667853408ae..2776bdd59b3313c 100644
--- a/files/en-us/web/api/htmlmetaelement/scheme/index.md
+++ b/files/en-us/web/api/htmlmetaelement/scheme/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLMetaElement.scheme
---
-{{APIRef("HTML DOM")}}{{Deprecated_Header}}
+{{APIRef("HTML DOM")}}
The **`HTMLMetaElement.scheme`** property defines the scheme of the value in the {{domxref("HTMLMetaElement.content")}} attribute.
The `scheme` property was created to enable providing additional information to be used to interpret the value of the `content` property. The `scheme` property takes as its value a scheme format (i.e., `YYYY-MM-DD`) or scheme format name (i.e., `ISBN`), or a URI providing more information regarding the scheme format. The scheme defines the format of the value of the `content` attribute.
diff --git a/files/en-us/web/api/htmlobjectelement/usemap/index.md b/files/en-us/web/api/htmlobjectelement/usemap/index.md
index 955f271ab79c3c9..bd465e22ad8d6fa 100644
--- a/files/en-us/web/api/htmlobjectelement/usemap/index.md
+++ b/files/en-us/web/api/htmlobjectelement/usemap/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLObjectElement.useMap
---
-{{APIRef("HTML DOM")}}{{deprecated_header}}
+{{APIRef("HTML DOM")}}
The **`useMap`** property of the
{{domxref("HTMLObjectElement")}} interface returns a string that
diff --git a/files/en-us/web/api/htmlolistelement/compact/index.md b/files/en-us/web/api/htmlolistelement/compact/index.md
index bd3677b91edc394..32a7f728df36b28 100644
--- a/files/en-us/web/api/htmlolistelement/compact/index.md
+++ b/files/en-us/web/api/htmlolistelement/compact/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLOListElement.compact
---
-{{ApiRef("HTML DOM")}}{{Deprecated_Header}}
+{{ApiRef("HTML DOM")}}
The **`compact`** property of the {{domxref("HTMLOListElement")}} interface indicates that spacing between list items should be reduced. The exact handling of the `compact` attribute is browser-specific. Instead of using this property, consider using CSS {{cssxref("line-height")}} instead.
diff --git a/files/en-us/web/api/htmlparamelement/index.md b/files/en-us/web/api/htmlparamelement/index.md
index f21d4b9ca52b0d1..563c55619f024d0 100644
--- a/files/en-us/web/api/htmlparamelement/index.md
+++ b/files/en-us/web/api/htmlparamelement/index.md
@@ -7,7 +7,7 @@ status:
browser-compat: api.HTMLParamElement
---
-{{APIRef("HTML DOM")}}{{Deprecated_Header}}
+{{APIRef("HTML DOM")}}
The **`HTMLParamElement`** interface provides special properties (beyond those of the regular {{domxref("HTMLElement")}} object interface it inherits) for manipulating {{HTMLElement("param")}} elements, representing a pair of a key and a value that acts as a parameter for an {{HTMLElement("object")}} element.
diff --git a/files/en-us/web/api/htmlscriptelement/attributionsrc/index.md b/files/en-us/web/api/htmlscriptelement/attributionsrc/index.md
index dcabb94bf1daeac..884df2650c58cad 100644
--- a/files/en-us/web/api/htmlscriptelement/attributionsrc/index.md
+++ b/files/en-us/web/api/htmlscriptelement/attributionsrc/index.md
@@ -9,7 +9,7 @@ status:
browser-compat: api.HTMLScriptElement.attributionSrc
---
-{{APIRef("Attribution Reporting API")}}{{securecontext_header}}{{deprecated_header}}{{non-standard_header}}
+{{APIRef("Attribution Reporting API")}}{{securecontext_header}}{{non-standard_header}}
The **`attributionSrc`** property of the {{domxref("HTMLScriptElement")}} interface gets and sets the [`attributionsrc`](/en-US/docs/Web/HTML/Reference/Elements/script#attributionsrc) attribute on a {{htmlelement("script")}} element programmatically, reflecting the value of that attribute. `attributionsrc` specifies that you want the browser to send an {{httpheader("Attribution-Reporting-Eligible")}} header along with the script resource request.
diff --git a/files/en-us/web/api/htmlstyleelement/type/index.md b/files/en-us/web/api/htmlstyleelement/type/index.md
index f93a01032982e96..6a01f3a06c4c24b 100644
--- a/files/en-us/web/api/htmlstyleelement/type/index.md
+++ b/files/en-us/web/api/htmlstyleelement/type/index.md
@@ -8,7 +8,7 @@ status:
browser-compat: api.HTMLStyleElement.type
---
-{{APIRef("HTML DOM")}} {{Deprecated_Header}}
+{{APIRef("HTML DOM")}}
The **`HTMLStyleElement.type`** property returns the type of the current style.
The value mirrors the [HTML `