|
5 | 5 | <title>Web Platform Design Principles</title>
|
6 | 6 | <meta content="NOTE-ED" name="w3c-status">
|
7 | 7 | <link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
|
8 |
| - <meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator"> |
| 8 | + <meta content="Bikeshed version 9a7a6709a, updated Tue May 27 16:45:34 2025 -0700" name="generator"> |
9 | 9 | <link href="https://www.w3.org/TR/design-principles/" rel="canonical">
|
10 | 10 | <link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
|
11 |
| - <meta content="636ff69ccc6db8f37a95ef136776f864e7f7e2c0" name="revision"> |
| 11 | + <meta content="8f1b24fa3249ac2aaf3e897fffae612d3f2341a1" name="revision"> |
12 | 12 | <meta content="dark light" name="color-scheme">
|
13 | 13 | <link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
|
14 | 14 | <style>
|
|
702 | 702 | <div class="head">
|
703 | 703 | <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>
|
704 | 704 | <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="2025-05-22">22 May 2025</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-06-03">3 June 2025</time></p> |
706 | 706 | <details open>
|
707 | 707 | <summary>More details about this document</summary>
|
708 | 708 | <div data-fill-with="spec-metadata">
|
@@ -3642,7 +3642,7 @@ <h3 class="heading settled" data-level="11.3" id="implementability"><span class=
|
3642 | 3642 | <a class="self-link" href="#eme-and-payment-request"></a>
|
3643 | 3643 | <p><a data-link-type="biblio" href="#biblio-encrypted-media" title="Encrypted Media Extensions">[ENCRYPTED-MEDIA]</a> and <a data-link-type="biblio" href="#biblio-payment-request" title="Payment Request API">[payment-request]</a> are both examples of specifications
|
3644 | 3644 | which minimize API differences by isolating a non-standard component
|
3645 |
| -(<a href="https://w3c.github.io/encrypted-media/#cdm">Content Decryption Modules</a> and <a href="https://www.w3.org/TR/payment-method-manifest/">payment methods</a>, respectively) |
| 3645 | +(<a href="https://w3c.github.io/encrypted-media/#dfn-cdm">Content Decryption Modules</a> and <a href="https://www.w3.org/TR/payment-method-manifest/">payment methods</a>, respectively) |
3646 | 3646 | from the rest of the (shared) API surface.</p>
|
3647 | 3647 | </div>
|
3648 | 3648 | <p>Groups sometimes choose to specify APIs
|
|
0 commit comments