Source code

Revision control

Copy as Markdown

Other Tools

// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// Source: Container Timing API (https://wicg.github.io/container-timing/)
[Exposed=Window]
interface PerformanceContainerTiming : PerformanceEntry {
readonly attribute DOMString identifier;
readonly attribute DOMRectReadOnly intersectionRect;
readonly attribute unsigned long long size;
readonly attribute DOMHighResTimeStamp firstRenderTime;
readonly attribute HTMLElement? lastPaintedElement;
readonly attribute HTMLElement? rootElement;
};
PerformanceContainerTiming includes PaintTimingMixin;
partial interface HTMLElement {
[CEReactions, Reflect] attribute DOMString containerTiming;
[CEReactions, Reflect] attribute boolean containerTimingIgnore;
};