Skip to content

chore: prepare for REC #277

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

Merged
merged 1 commit into from
Apr 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script class='remove'>
var respecConfig = {
shortName: "web-share",
previousMaturity: "WD",
previousMaturity: "PR",
specStatus: "ED",
github: {
repoURL: "w3c/web-share",
Expand Down Expand Up @@ -44,6 +44,8 @@
xref: "web-platform",
mdn: true,
crEnd: "2022-09-20",
prEnd: "2023-04-12",
errata: "https://github.com/w3c/web-share/labels/errata",
};
</script>
</head>
Expand Down Expand Up @@ -77,11 +79,6 @@ <h3>
more available across all OSs over time, and is already widely
available on popular OSs across a range of devices.
</p>
<p>
<!-- TODO: Remove me when this goes to REC, otherwise it will show up twice! -->
Future updates to this Recommendation may incorporate [new
features](https://www.w3.org/2021/Process-20211102/#allow-new-features).
</p>
</section>
</section>
<section class="informative">
Expand Down Expand Up @@ -809,11 +806,20 @@ <h2>
<h2>
Changelog
</h2>
<p>
The following normative changes were made to the specification during
the <a href=
"https://www.w3.org/TR/2022/PR-web-share-20221215/">Proposed
Recommendation</a> phase. Please see the <a href=
"https://github.com/w3c/web-share/commits/main">commit log</a> for a
complete list of changes.
</p><rs-changelog from="PR" to="e441b96ded837660e826e702b7e041f7f0f15751"
filter="removeCommits"></rs-changelog>
<p>
The following normative changes were made to the specification since it
was published as a <a href=
"https://www.w3.org/TR/2019/WD-web-share-20191217/">First Public
Working Draft</a>. Please see the <a href=
Working Draft</a> to Candidate Recommendation. Please see the <a href=
"https://github.com/w3c/web-share/commits/main">commit log</a> for a
complete list of changes.
</p>
Expand All @@ -836,7 +842,7 @@ <h2>
return !/^editorial|^chore|^\[chore|^fix|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
}
</script> <rs-changelog from="1589731080e09b9c7d485e54340ba66bc3ae1be0"
filter="removeCommits"></rs-changelog>
to="CR" filter="removeCommits"></rs-changelog>
</section>
<section class="appendix">
<h2>
Expand Down