You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments