Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .github/workflows/pr-check_yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand All @@ -33,5 +35,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Lint markdown files
- name: Lint yml files
run: npm run lint:yml
2 changes: 1 addition & 1 deletion files/en-us/web/api/attr/specified/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ status:
- deprecated
---

{{DefaultAPISidebar("Attribution Reporting API")}}{{deprecated_header}}
{{DefaultAPISidebar("Attribution Reporting API")}}

This article explains how to register attribution triggers.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/cssstylesheet/addrule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/cssstylesheet/removerule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/cssstylesheet/rules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/cssvalue/csstext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/cssvalue/cssvaluetype/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/cssvalue/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

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