|
7 | 7 | <link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
|
8 | 8 | <meta content="Bikeshed version 4416b18d5, updated Tue Jan 2 15:52:39 2024 -0800" name="generator">
|
9 | 9 | <link href="https://www.w3.org/TR/design-principles/" rel="canonical">
|
10 |
| - <meta content="0a66b862b068fd3d2075d98d323e00e2f68f83d5" name="revision"> |
| 10 | + <meta content="918cef0cbe142f623cdeb57ffed4ef3d03800a4f" name="revision"> |
11 | 11 | <style>
|
12 | 12 | table.data {
|
13 | 13 | text-align: left;
|
@@ -1257,7 +1257,8 @@ <h3 class="heading settled" data-level="2.6" id="secure-context"><span class="se
|
1257 | 1257 | This lowers the barrier to entry for creating web pages
|
1258 | 1258 | that take advantage of new features which don’t impact user security or privacy.</p>
|
1259 | 1259 | <div class="note" role="note">
|
1260 |
| - Specification authors can limit most features defined in <a href="https://heycam.github.io/webidl/">Web IDL</a>, |
| 1260 | + Specification authors can limit most features defined in |
| 1261 | +Web IDL <a data-link-type="biblio" href="#biblio-webidl" title="Web IDL Standard">[WEBIDL]</a>, |
1261 | 1262 | to secure contexts
|
1262 | 1263 | by using the
|
1263 | 1264 | [<code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#SecureContext" id="ref-for-SecureContext">SecureContext</a></code>] extended attribute
|
@@ -2100,7 +2101,7 @@ <h3 class="heading settled" data-level="6.8" id="constructors"><span class="secn
|
2100 | 2101 | and go beyond what is currently possible with namespaces.
|
2101 | 2102 | <p>If your API requires this type of singleton,
|
2102 | 2103 | consider using a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-namespace" id="ref-for-dfn-namespace①">namespace</a>,
|
2103 |
| -and <a href="https://github.com/heycam/webidl/issues/new">File an issue on Web IDL</a> if there is some problem with using them.</p> |
| 2104 | +and <a href="https://github.com/whatwg/webidl/issues/new">File an issue on Web IDL</a> if there is some problem with using them.</p> |
2104 | 2105 | </div>
|
2105 | 2106 | <p>Factory methods can complement constructors, but generally should not be used <em>instead</em> of them.
|
2106 | 2107 | It may still be valuable to include factory methods
|
@@ -2619,7 +2620,7 @@ <h3 class="heading settled" data-level="8.1" id="numeric-types"><span class="sec
|
2619 | 2620 | <p>If you have extra rules which need to be applied to the number,
|
2620 | 2621 | you can specify those in your algorithm.</p>
|
2621 | 2622 | <div class="note" role="note">
|
2622 |
| - The <a href="https://heycam.github.io/webidl/#es-integer-types">WEBIDL rules</a> for converting a JavaScript number to a number with fewer bits, |
| 2623 | + The <a href="https://webidl.spec.whatwg.org/#es-integer-types">WEBIDL rules</a> for converting a JavaScript number to a number with fewer bits, |
2623 | 2624 | such as an <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-octet" id="ref-for-idl-octet">octet</a></code> (8 bits, in the range [0, 255]),
|
2624 | 2625 | involves taking the modulo of the JavaScript number.
|
2625 | 2626 | For example, to convert a JavaScript number value of 300
|
|
0 commit comments