Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Element Timing API pages #22846

Merged
merged 11 commits into from
Jan 3, 2023
Prev Previous commit
Next Next commit
Update files/en-us/web/api/element/elementtiming/index.md
Co-authored-by: Brian Thomas Smith <brian@smith.berlin>
Elchi3 and bsmth authored Jan 2, 2023
commit f452e167c6312c633100849859f047a9bf1979bf
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/elementtiming/index.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ browser-compat: api.Element.elementTiming

{{DefaultAPISidebar("DOM")}}

The **`elementTiming`** property of the {{domxref("Element")}} interface reflects the value of the [`elementtiming`](/en-US/docs/Web/HTML/Attributes/elementtiming) attribute which marks an element for observation in the {{domxref("PerformanceElementTiming")}} API.
The **`elementTiming`** property of the {{domxref("Element")}} interface identifies elements for observation in the {{domxref("PerformanceElementTiming")}} API. The `elementTiming` property reflects the value of the [`elementtiming`](/en-US/docs/Web/HTML/Attributes/elementtiming) attribute.

## Value