|
10 | 10 | <script class='remove'>
|
11 | 11 | var respecConfig = {
|
12 | 12 | shortName: "web-share",
|
13 |
| - previousMaturity: "WD", |
| 13 | + previousMaturity: "PR", |
14 | 14 | specStatus: "ED",
|
15 | 15 | github: {
|
16 | 16 | repoURL: "w3c/web-share",
|
|
44 | 44 | xref: "web-platform",
|
45 | 45 | mdn: true,
|
46 | 46 | crEnd: "2022-09-20",
|
| 47 | + prEnd: "2023-04-12", |
| 48 | + errata: "https://github.com/w3c/web-share/labels/errata", |
47 | 49 | };
|
48 | 50 | </script>
|
49 | 51 | </head>
|
|
77 | 79 | more available across all OSs over time, and is already widely
|
78 | 80 | available on popular OSs across a range of devices.
|
79 | 81 | </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> |
85 | 82 | </section>
|
86 | 83 | </section>
|
87 | 84 | <section class="informative">
|
@@ -809,11 +806,20 @@ <h2>
|
809 | 806 | <h2>
|
810 | 807 | Changelog
|
811 | 808 | </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> |
812 | 818 | <p>
|
813 | 819 | The following normative changes were made to the specification since it
|
814 | 820 | was published as a <a href=
|
815 | 821 | "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= |
817 | 823 | "https://github.com/w3c/web-share/commits/main">commit log</a> for a
|
818 | 824 | complete list of changes.
|
819 | 825 | </p>
|
|
836 | 842 | return !/^editorial|^chore|^\[chore|^fix|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
|
837 | 843 | }
|
838 | 844 | </script> <rs-changelog from="1589731080e09b9c7d485e54340ba66bc3ae1be0"
|
839 |
| - filter="removeCommits"></rs-changelog> |
| 845 | + to="CR" filter="removeCommits"></rs-changelog> |
840 | 846 | </section>
|
841 | 847 | <section class="appendix">
|
842 | 848 | <h2>
|
|
0 commit comments