Johannes Henkel
Johannes Henkel
Hi again! I made a rough sketch for the flattened protocol. It is really quite rough since I'm a novice with Go, and there are certainly some loose ends, especially...
I'm using Polymer with npm. So, to get the neon-animation package, I added this to the dependencies in my package.json: `"@polymer/neon-animation": "0.0.3",` Upon running npm install, this will pull in...
Add filter for initiatorType = 'css'. This filters out other initiatorTypes, especially 'link', because Chrome sometimes generates an additional ResourceTimingEntry, probably due to preload scanning. See also https://github.com/web-platform-tests/interop/issues/1231 While this...
- Removing PerformanceEntry.id, since it's shadowed by PerformanceElementTiming.id, see https://github.com/w3c/performance-timeline/issues/218 - Rephrasing how navigation ids are generated: - no more mention of id, but the mechanism is the same as...
`PerformanceEntry` is defined here: https://w3c.github.io/performance-timeline/#the-performanceentry-interface `PerformanceElementTiming` is defined here: https://w3c.github.io/element-timing/#sec-performance-element-timing `PerformanceElementTiming` extends `PerformanceEntry` - yet both define an id attribute, with different types and different meaning. ``` interface PerformanceEntry {...
Hi, I've been trying to understand why https://wpt.fyi/results/largest-contentful-paint/web-font-styled-text-resize-swap-after-interaction.html indicates a failure for Chrome. The indication there (looking at the detail of the test failure) is that there are two performance...