Skip to content

Commit 1224fce

Browse files
committed
deploy: 918cef0
1 parent ff4b2a5 commit 1224fce

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
88
<meta content="Bikeshed version 4416b18d5, updated Tue Jan 2 15:52:39 2024 -0800" name="generator">
99
<link href="https://www.w3.org/TR/design-principles/" rel="canonical">
10-
<meta content="0a66b862b068fd3d2075d98d323e00e2f68f83d5" name="revision">
10+
<meta content="918cef0cbe142f623cdeb57ffed4ef3d03800a4f" name="revision">
1111
<style>
1212
table.data {
1313
text-align: left;
@@ -1257,7 +1257,8 @@ <h3 class="heading settled" data-level="2.6" id="secure-context"><span class="se
12571257
This lowers the barrier to entry for creating web pages
12581258
that take advantage of new features which don’t impact user security or privacy.</p>
12591259
<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>,
12611262
to secure contexts
12621263
by using the
12631264
[<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
21002101
and go beyond what is currently possible with namespaces.
21012102
<p>If your API requires this type of singleton,
21022103
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>
21042105
</div>
21052106
<p>Factory methods can complement constructors, but generally should not be used <em>instead</em> of them.
21062107
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
26192620
<p>If you have extra rules which need to be applied to the number,
26202621
you can specify those in your algorithm.</p>
26212622
<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,
26232624
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]),
26242625
involves taking the modulo of the JavaScript number.
26252626
For example, to convert a JavaScript number value of 300

0 commit comments

Comments
 (0)