navigation-timing icon indicating copy to clipboard operation
navigation-timing copied to clipboard

Fix `firstInterimResponseStart` name on diagram

Open tunetheweb opened this issue 1 year ago • 2 comments

firstInterimResponseStart went through some bikeshedding on the name in https://github.com/w3c/resource-timing/issues/345. Looks like the diagram was updated with interimResponseStart without the first which is what landed.


Preview | Diff

tunetheweb avatar May 01 '24 19:05 tunetheweb

Anyone any idea why CI is failing?

tunetheweb avatar May 01 '24 20:05 tunetheweb

Seems like respec errors:

[FATAL] Error: Errors found during processing.
          at run (file:///home/runner/work/_actions/w3c/spec-prod/v2/node_modules/.pnpm/[email protected][email protected]/node_modules/respec/tools/respec2html.js:258:11)
          at async file:///home/runner/work/_actions/w3c/spec-prod/v2/node_modules/.pnpm/[email protected][email protected]/node_modules/respec/tools/respec2html.js:205:5
    Command `respec -s "http://localhost:3000/index.html?gitRevision=5c1fde5731b5125ff543556f502f5d14c59a3dc0" -o "index.html.built.html" --verbose -t 20 -e` failed with exit code: 1.
    ```

Might be unrelated to your change..

yoavweiss avatar May 02 '24 09:05 yoavweiss