Skip to content

Commit

Permalink
Synchronize with BCD v5.5.27 (#33545)
Browse files Browse the repository at this point in the history
Co-authored-by: OnkarRuikar <OnkarRuikar@users.noreply.github.com>
  • Loading branch information
OnkarRuikar and OnkarRuikar committed May 11, 2024
1 parent eef3749 commit e29bc9f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion files/en-us/web/api/element/currentcsszoom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "Element: currentCSSZoom property"
short-title: currentCSSZoom
slug: Web/API/Element/currentCSSZoom
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.Element.currentCSSZoom
---

{{APIRef("DOM")}}
{{APIRef("DOM")}}{{SeeCompatTable}}

The **`currentCSSZoom`** read-only property of the {{domxref("Element")}} interface provides the "effective" [CSS `zoom`](/en-US/docs/Web/CSS/zoom) of an element, taking into account the zoom applied to the element and all its parent elements.

Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/element/gethtml/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Element: getHTML() method"
short-title: getHTML()
slug: Web/API/Element/getHTML
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.Element.getHTML
---

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ _`Element` inherits properties from its parent interface, {{DOMxRef("Node")}}, a
- : Returns a number representing the width of the top border of the element.
- {{DOMxRef("Element.clientWidth")}} {{ReadOnlyInline}}
- : Returns a number representing the inner width of the element.
- {{DOMxRef("Element.currentCSSZoom")}} {{ReadOnlyInline}}
- {{DOMxRef("Element.currentCSSZoom")}} {{ReadOnlyInline}} {{experimental_inline}}
- : A number indicating the effective zoom size of the element, or 1.0 if the element is not rendered.
- {{DOMxRef("Element.elementTiming")}} {{Experimental_Inline}}
- : A string reflecting the [`elementtiming`](/en-US/docs/Web/HTML/Attributes/elementtiming) attribute which marks an element for observation in the {{domxref("PerformanceElementTiming")}} API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For a full example, see our [OffscreenCanvas worker example](https://github.com/

The following method is new to the `OffscreenCanvasRenderingContext2D` interface and does not exist in the `CanvasRenderingContext2D` interface:

- {{domxref("OffscreenCanvasRenderingContext2D.commit()", "commit()")}} {{deprecated_inline}}
- {{domxref("OffscreenCanvasRenderingContext2D.commit()", "commit()")}} {{deprecated_inline}} {{non-standard_inline}}
- : Pushes the rendered image to the context's `OffscreenCanvas` object's placeholder {{HtmlElement("canvas")}} element.

## Unsupported features
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/shadowroot/gethtml/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "ShadowRoot: getHTML() method"
short-title: getHTML()
slug: Web/API/ShadowRoot/getHTML
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.ShadowRoot.getHTML
---

Expand Down

0 comments on commit e29bc9f

Please sign in to comment.