Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: w3c/manifest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 763f8441c2397a421fcf7288fda1c170ef1acf37
Choose a base ref
..
head repository: w3c/manifest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f9e03a2486caa3c43f0dfd121b8bdaf0934c4ea
Choose a head ref
Showing with 7 additions and 8 deletions.
  1. +2 −3 .github/CONTRIBUTING.md
  2. +1 −1 .github/workflows/auto-publish.yml
  3. +4 −4 index.html
5 changes: 2 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@ Everyone is welcome to contribute to this specification.
Any simple editorial contribution can simply be done with a GitHub Pull Request.
You can even do an inline edit of the file on GitHub.

For more substantial contributions, please first start a thread in the
[webapps mailing list](https://lists.w3.org/Archives/Public/public-webapps/) at the W3C.
For more substantial contributions, please first [file an issue](https://github.com/w3c/manifest/issues/new) here on Github.

Note: Contributions to this repository are intended to become part of Recommendation-track documents governed by the
[W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and
@@ -55,4 +54,4 @@ running tidy, as the changes are destructive ... in a good way:)):

```bash
tidy -config tidyconfig.txt -o index.html index.html
```
```
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
with:
TOOLCHAIN: respec
VALIDATE_LINKS: false
VALIDATE_PUBRULES: true
VALIDATE_PUBRULES: false
GH_PAGES_BRANCH: gh-pages
W3C_API_KEY: ${{ secrets.W3C_API_KEY }}
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -859,7 +859,7 @@ <h3>
[=URL/within scope=].
</p>
<p>
To <dfn>process the `id` member</dfn>, given [=object=] |json:JSON|,
To <dfn>process the `id` member</dfn>, given [=ordered map=] |json:JSON|,
[=ordered map=] |manifest:ordered map|:
</p>
<ol class="algorithm">
@@ -1248,8 +1248,8 @@ <h3>
<p>
The steps for <dfn data-export="" data-local-lt=
"processing">processing a manifest</dfn> are given by the following
algorithm. The algorithm takes [^link^] |el:HTMLLinkElement| and a
[=Response=] |response|.
algorithm. The algorithm takes [^link^] |el:HTMLLinkElement|, a
[=Response=] |response|, and a [=byte sequence=] |bodyBytes|.
</p>
<ol class="algorithm">
<li>Let |document URL:URL| be |el|'s [=Node/node document=]'s
@@ -1258,7 +1258,7 @@ <h3>
<li>Assert: |document URL:URL| is not null.
</li>
<li>Let |json| be the result of [=parse JSON bytes to an Infra
value=] passing |response|'s [=response/body=].
value=] passing |bodyBytes|.
</li>
<li>If the |json| is a parsing exception, or |json| is not an
[=ordered map=]: