Skip to content

Commit 0b15b86

Browse files
authored
Merge pull request #277 from w3c/WebShare-rec
chore: prepare for REC
2 parents e441b96 + aa811f9 commit 0b15b86

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

index.html

+14-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script class='remove'>
1111
var respecConfig = {
1212
shortName: "web-share",
13-
previousMaturity: "WD",
13+
previousMaturity: "PR",
1414
specStatus: "ED",
1515
github: {
1616
repoURL: "w3c/web-share",
@@ -44,6 +44,8 @@
4444
xref: "web-platform",
4545
mdn: true,
4646
crEnd: "2022-09-20",
47+
prEnd: "2023-04-12",
48+
errata: "https://github.com/w3c/web-share/labels/errata",
4749
};
4850
</script>
4951
</head>
@@ -77,11 +79,6 @@ <h3>
7779
more available across all OSs over time, and is already widely
7880
available on popular OSs across a range of devices.
7981
</p>
80-
<p>
81-
<!-- TODO: Remove me when this goes to REC, otherwise it will show up twice! -->
82-
Future updates to this Recommendation may incorporate [new
83-
features](https://www.w3.org/2021/Process-20211102/#allow-new-features).
84-
</p>
8582
</section>
8683
</section>
8784
<section class="informative">
@@ -809,11 +806,20 @@ <h2>
809806
<h2>
810807
Changelog
811808
</h2>
809+
<p>
810+
The following normative changes were made to the specification during
811+
the <a href=
812+
"https://www.w3.org/TR/2022/PR-web-share-20221215/">Proposed
813+
Recommendation</a> phase. Please see the <a href=
814+
"https://github.com/w3c/web-share/commits/main">commit log</a> for a
815+
complete list of changes.
816+
</p><rs-changelog from="PR" to="e441b96ded837660e826e702b7e041f7f0f15751"
817+
filter="removeCommits"></rs-changelog>
812818
<p>
813819
The following normative changes were made to the specification since it
814820
was published as a <a href=
815821
"https://www.w3.org/TR/2019/WD-web-share-20191217/">First Public
816-
Working Draft</a>. Please see the <a href=
822+
Working Draft</a> to Candidate Recommendation. Please see the <a href=
817823
"https://github.com/w3c/web-share/commits/main">commit log</a> for a
818824
complete list of changes.
819825
</p>
@@ -836,7 +842,7 @@ <h2>
836842
return !/^editorial|^chore|^\[chore|^fix|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
837843
}
838844
</script> <rs-changelog from="1589731080e09b9c7d485e54340ba66bc3ae1be0"
839-
filter="removeCommits"></rs-changelog>
845+
to="CR" filter="removeCommits"></rs-changelog>
840846
</section>
841847
<section class="appendix">
842848
<h2>

0 commit comments

Comments
 (0)