Answers to the W3C Security and Privacy Self-Review Questionnaire for the newly added timing duration attributes in the Long Animation Frames API.
These attributes break down existing aggregate timing into finer-grained style and layout components:
PerformanceLongAnimationFrameTiming.styleDuration/layoutDuration: Time spent in style recalculation and layout during the rendering phase of a long animation frame.PerformanceScriptTiming.forcedStyleDuration/forcedLayoutDuration: Time spent in synchronous (forced) style recalculation and layout triggered during script execution (e.g., by callinggetComputedStyle()orgetBoundingClientRect()).