FYI: Navigation Timing 2 and Resource Timing updates

We updated Navigation Timing 2 and Resource Timing drafts yesterday:
 http://www.w3.org/TR/2014/WD-navigation-timing-2-20140325/
 http://www.w3.org/TR/2014/CR-resource-timing-20140325/

In resource timing, onresourcetimingbufferfull is now an event handler
instead of a callback function.

As a consequence of that change, the Performance interface is now an
event target (inherits from EventTarget) and the specification is
intended to replace Navigation Timing 1 entirely.

The change in the Performance interface is already reflected in
web-platforms-tests (WPT):
https://github.com/w3c/web-platform-tests/blob/master/navigation-timing/idlharness.html

Tests on Resource Timing are still pending reviews:
https://github.com/w3c/web-platform-tests/issues?labels=resource-timing&page=1&state=open

and don't reflect the change as far as I know.

Philippe

Received on Wednesday, 26 March 2014 14:18:01 UTC