- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Mon, 02 Feb 2015 21:59:27 -0500
- To: Philippe Le Hegaret <plh@w3.org>
- CC: public-web-perf@w3.org
On 2/2/15 6:00 PM, Philippe Le Hegaret wrote:
> I did:
>
> http://w3c.github.io/performance-timeline/#sec-PerformanceEntry-interface
Ah, I see. Great.
Unfortunately, https://w3c.github.io/resource-timing/ links to
http://www.w3.org/TR/performance-timeline/#performanceentry and this
does not have the serializer... and there is no way to get from that TR
page to your github page that I can see. Something in the linkage here
needs to be fixed.
> Well, after looking at the Web IDL spec, I wasn't sure how to write it
> down more efficiently.
serializer = { attribute };
on PerformanceEntry and
serializer = { inherit, attribute };
on things that inherit from PerformanceEntry.
-Boris
Received on Tuesday, 3 February 2015 03:00:04 UTC