Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from w3c:main #26

Merged
merged 2 commits into from
Sep 12, 2023
Merged

[pull] main from w3c:main #26

merged 2 commits into from
Sep 12, 2023

Conversation

pull[bot]
Copy link

@pull pull bot commented Sep 12, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

jugglinmike and others added 2 commits September 12, 2023 15:40
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.
Editorial: correct rendering of nested algo steps
@pull pull bot added the ⤵️ pull label Sep 12, 2023
@pull pull bot merged commit 89695bb into asleekgeek:main Sep 12, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants