Skip to content

Commit 3f484b5

Browse files
Fix markup mistakes caught by latest bikeshed parser. (#547)
SHA: 0379b87 Reason: push, by jyasskin Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44903be commit 3f484b5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

index.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta content="Bikeshed version ac5ea272d, updated Fri Dec 6 15:45:15 2024 -0800" name="generator">
99
<link href="https://www.w3.org/TR/design-principles/" rel="canonical">
1010
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
11-
<meta content="f2f26419234dfbf53905cedb0c57263a29b16a8f" name="revision">
11+
<meta content="0379b875a3b6245c533c1e764e18a24a8872646b" name="revision">
1212
<meta content="dark light" name="color-scheme">
1313
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1414
<style>
@@ -702,7 +702,7 @@
702702
<div class="head">
703703
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
704704
<h1 class="p-name no-ref" id="title">Web Platform Design Principles</h1>
705-
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-12-17">17 December 2024</time></p>
705+
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-01-15">15 January 2025</time></p>
706706
<details open>
707707
<summary>More details about this document</summary>
708708
<div data-fill-with="spec-metadata">
@@ -729,7 +729,7 @@ <h1 class="p-name no-ref" id="title">Web Platform Design Principles</h1>
729729
</div>
730730
</details>
731731
<div data-fill-with="warning"></div>
732-
<p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/policies/#copyright">Copyright</a> © 2024 <a href="https://www.w3.org/">World Wide Web Consortium</a>. <abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/policies/#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/policies/#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/copyright/software-license/" rel="license" title="W3C Software and Document License">permissive document license</a> rules apply. </p>
732+
<p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/policies/#copyright">Copyright</a> © 2025 <a href="https://www.w3.org/">World Wide Web Consortium</a>. <abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/policies/#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/policies/#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/copyright/software-license/" rel="license" title="W3C Software and Document License">permissive document license</a> rules apply. </p>
733733
<hr title="Separator for header">
734734
</div>
735735
<div class="p-summary" data-fill-with="abstract">
@@ -750,8 +750,8 @@ <h2 class="no-num no-toc no-ref heading settled" id="sotd"><span class="content"
750750
progress. </p>
751751
<p></p>
752752
<p> Feedback and comments on this document are welcome. Please <a href="https://github.com/w3ctag/design-principles/issues">file an issue</a> in this document’s <a href="https://github.com/w3ctag/design-principles/">GitHub repository</a>. </p>
753-
<p> This document is governed by the <a href="https://www.w3.org/2019/Process-20190301/" id="w3c_process_revision">1 March 2019 W3C Process
754-
Document</a>. </p>
753+
<p> This document is governed by the <a href="https://www.w3.org/policies/process/20231103/" id="w3c_process_revision">03 November 2023 W3C
754+
Process Document</a>. </p>
755755
</div>
756756
<div data-fill-with="at-risk"></div>
757757
<nav data-fill-with="table-of-contents" id="toc">
@@ -3034,8 +3034,7 @@ <h3 class="heading settled" data-level="9.1" id="device-ids"><span class="secno"
30343034
than when the capability is granted.</p>
30353035
<p>As more specific information is shared,
30363036
the <a href="https://www.w3.org/TR/fingerprinting-guidance/">fingerprinting data</a> available to sites gets larger.
3037-
There are also [other potential risks](<a href="https://w3ctag.github.io/privacy-principles/#threats">Privacy Principles § threats</a>)
3038-
to user privacy.</p>
3037+
There are also <a href="https://w3ctag.github.io/privacy-principles/#threats">other potential risks</a> to user privacy.</p>
30393038
<p>If there is no way to design a less powerful API,
30403039
use these guidelines when exposing device information:</p>
30413040
<dl>
@@ -3897,7 +3896,7 @@ <h4 class="no-num no-toc heading settled" id="casing-rules"><span class="content
38973896
<tr>
38983897
<th>Events
38993898
<td>Lowercase, concatenated
3900-
<td><code><code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/media.html#event-media-canplaythrough" id="ref-for-event-media-canplaythrough">canplaythrough</a></code><br> <code><code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/indices.html#event-languagechange" id="ref-for-event-languagechange">languagechange</a></code></code></code>
3899+
<td><code><code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/media.html#event-media-canplaythrough" id="ref-for-event-media-canplaythrough">canplaythrough</a></code></code><br> <code><code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/indices.html#event-languagechange" id="ref-for-event-languagechange">languagechange</a></code></code>
39013900
<tr>
39023901
<th>HTML elements and attributes
39033902
<td>Lowercase, concatenated
@@ -4538,7 +4537,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
45384537
<dt id="biblio-privacy-principles">[PRIVACY-PRINCIPLES]
45394538
<dd>Robin Berjon; Jeffrey Yasskin. <a href="https://w3ctag.github.io/privacy-principles/"><cite>Privacy Principles</cite></a>. URL: <a href="https://w3ctag.github.io/privacy-principles/">https://w3ctag.github.io/privacy-principles/</a>
45404539
<dt id="biblio-requestidlecallback">[REQUESTIDLECALLBACK]
4541-
<dd>Ross McIlroy; Ilya Grigorik. <a href="https://w3c.github.io/requestidlecallback/"><cite>requestIdleCallback() Cooperative Scheduling of Background Tasks</cite></a>. URL: <a href="https://w3c.github.io/requestidlecallback/">https://w3c.github.io/requestidlecallback/</a>
4540+
<dd>Scott Haseley. <a href="https://w3c.github.io/requestidlecallback/"><cite>requestIdleCallback()</cite></a>. URL: <a href="https://w3c.github.io/requestidlecallback/">https://w3c.github.io/requestidlecallback/</a>
45424541
<dt id="biblio-rfc2119">[RFC2119]
45434542
<dd>S. Bradner. <a href="https://datatracker.ietf.org/doc/html/rfc2119"><cite>Key words for use in RFCs to Indicate Requirement Levels</cite></a>. March 1997. Best Current Practice. URL: <a href="https://datatracker.ietf.org/doc/html/rfc2119">https://datatracker.ietf.org/doc/html/rfc2119</a>
45444543
<dt id="biblio-rfc9205">[RFC9205]

0 commit comments

Comments
 (0)