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

[CRS/202411] added list of changes #164

Merged
merged 1 commit into from
Nov 15, 2024
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
24 changes: 24 additions & 0 deletions index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -1002,5 +1002,29 @@ <h2>
contributions to this work.
</p>
</section>
<section id="substantive-changes-summary" class="appendix informative">
<h2>Summary of substantive changes</h2>
<section id="substantive-changes-summary-fpwd">
<h3>Changes since the <a href="https://www.w3.org/TR/2020/WD-screen-fold-20201217/">First Public Working Draft (2020/12/17)</a></h3>
<ul>
<li><a href="https://github.com/w3c/device-posture/pull/155">Remove the rate limiting section per PING review</a> (PR #155)</li>
<li><a href="https://github.com/w3c/device-posture/pull/149">Add two new comments from the accessibility review</a> (PR #149)</li>
<li><a href="https://github.com/w3c/device-posture/pull/145">Update Privacy considerations</a> (PR #145)</li>
<li><a href="https://github.com/w3c/device-posture/pull/141">Add automation support via WebDriver</a> (PR #141)</li>
<li><a href="https://github.com/w3c/device-posture/pull/138">Remove the focus part of the spec</a> (PR #138)</li>
<li><a href="https://github.com/w3c/device-posture/pull/132">Improve the privacy section</a> (PR #132)</li>
<li><a href="https://github.com/w3c/device-posture/pull/127">Add accessibility section</a> (PR #127)</li>
<li><a href="https://github.com/w3c/device-posture/pull/128">device posture change steps: Refer to disallowRecursion by name in calls</a> (PR #128)</li>
<li><a href="https://github.com/w3c/device-posture/pull/120">Modernize algorithms in "Algorithm" section</a> (PR #120)</li>
<!-- PR #112 was removed by PR #114 -->
<li><a href="https://github.com/w3c/device-posture/pull/100">Remove Folded Over from Device Posture</a> (PR #100)</li>
<li><a href="https://github.com/w3c/device-posture/pull/87">Updated folding related concepts</a> (PR #87)</li>
<li><a href="https://github.com/w3c/device-posture/pull/75">Use internal slot</a> (PR #75)</li>
<li><a href="https://github.com/w3c/device-posture/pull/73">Add info about using additional signals</a> (PR #73)</li>
<li><a href="https://github.com/w3c/device-posture/pull/71">Move the entry point of the API to the window.navigator interface</a> (PR #71)</li>
<li><a href="https://github.com/w3c/device-posture/pull/58">Remove fold angle value from the specification</a> (PR #58)</li>
<li><a href="https://github.com/w3c/device-posture/pull/42">Improve the Privacy and Security section</a> (PR #42)</li>
</ul>
</section>
</body>
</html>
Loading