- From: jugglinmike <notifications@github.com>
- Date: Tue, 12 Sep 2023 12:41:29 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/ServiceWorker/pull/1692@github.com>
Bikeshed version 3.14.5 (the lastest at the time of writing) requires four spaces of indentation for a list item to be rendered as part of a nested list. This specification inconsistently uses just two spaces of indentation, resulting innacurracies in the rendered document. For instances, [the enable() method](https://w3c.github.io/ServiceWorker/#navigation-preload-manager-enable) appears as a flat list of sequential steps: > 1. Let promise be a new promise. > 2. Run the following steps in parallel: > 3. Let registration be this's associated service worker registration. > 4. If registration’s active worker is null, reject promise with an "InvalidStateError" DOMException, and abort these steps. > 5. Set registration’s navigation preload enabled flag. > 6. Resolve promise with undefined. > 7. Return promise. Insert additional spaces so that nested lists are rendered appropriately in the published document. You can view, comment on, or merge this pull request online at: https://github.com/w3c/ServiceWorker/pull/1692 -- Commit Summary -- * Editorial: correct rendering of nested algo steps -- File Changes -- M docs/index.bs (34) -- Patch Links -- https://github.com/w3c/ServiceWorker/pull/1692.patch https://github.com/w3c/ServiceWorker/pull/1692.diff -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1692 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1692@github.com>
Received on Tuesday, 12 September 2023 19:41:35 UTC