Re: [w3c/ServiceWorker] Service worker struct should be exported without a 'for' attribute (#1590)

@jakearchibald commented on this pull request.



>        <section dfn-for="service worker timing info">
         : <dfn export>start time</dfn>
         :: A {{DOMHighResTimeStamp}}, initially 0.
         : <dfn export>fetch event dispatch time</dfn>
         :: A {{DOMHighResTimeStamp}}, initially 0.
       </section>

```suggestion
    <section dfn-for="service worker timing info">
      : <dfn export>start time</dfn>
      :: A {{DOMHighResTimeStamp}}, initially 0.
      : <dfn export>fetch event dispatch time</dfn>
      :: A {{DOMHighResTimeStamp}}, initially 0.
    </section>
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1590#pullrequestreview-647961470

Received on Thursday, 29 April 2021 08:53:41 UTC