You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
Summary: The Container Timing API enables monitoring when annotated sections of the DOM are displayed on screen and have finished their initial paint. A developer will have the ability to mark subsections of the DOM with the containertiming attribute (similar to elementtiming for the Element Timing API) and receive performance entries when that section has been painted for the first time. This API will allow developers to measure the timing of various components in their pages.
Because of the similarities to Element Timing, this can't go directly into W3C. The working group are happy for work to continue in WICG first whilst we come up with a solution to potentially merge the two specifications in future. (See responses here: https://github.com/WICG/proposals/issues/260)
Bas Schouten has already provided a patch in the bug, this will be iterated on, alongside the specification which myself, Bas and others will be looking at.