Skip to content

Commit a392e85

Browse files
committed
rely on Infra for integer ranges
1 parent 0405351 commit a392e85

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

index.html

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -195,19 +195,6 @@ <h2>
195195
}
196196
}
197197
</pre>
198-
<section>
199-
<h3>
200-
Miscellaneous
201-
</h3>
202-
<p>
203-
A <dfn>64-bit unsigned integer</dfn> is an integer in the range 0 to
204-
18446744073709551615 (2<sup>64</sup> − 1), inclusive.
205-
</p>
206-
<p>
207-
A <dfn>32-bit unsigned integer</dfn> is an integer in the range 0 to 4294967295
208-
(2<sup>32</sup> − 1), inclusive.
209-
</p>
210-
</section>
211198
<section>
212199
<h3>
213200
Members
@@ -313,15 +300,15 @@ <h3>
313300
</dt>
314301
<dd>
315302
<p>
316-
An array of [=32-bit unsigned integers=].
303+
An array of [=/32-bit unsigned integers=].
317304
</p>
318305
</dd>
319306
<dt>
320307
<code>timestamp</code>
321308
</dt>
322309
<dd>
323310
<p>
324-
A [=64-bit unsigned integer=].
311+
A [=/64-bit unsigned integer=].
325312
</p>
326313
</dd>
327314
<dt>
@@ -406,7 +393,7 @@ <h3>
406393
</dt>
407394
<dd>
408395
<p>
409-
A [=64-bit unsigned integer=].
396+
A [=/64-bit unsigned integer=].
410397
</p>
411398
<p class="note">
412399
Platform conventions are likely to impose a lower limit with regards to what is
@@ -557,14 +544,14 @@ <h3>
557544
<li>
558545
<p>
559546
If <var>notificationInput</var>["`vibrate`"] [=map/exists=] and is a [=/list=] of
560-
which each [=list/item=] is a [=32-bit unsigned integer=], then set
547+
which each [=list/item=] is a [=/32-bit unsigned integer=], then set
561548
<var>notificationOptions</var>["{{NotificationOptions/vibrate}}"] to
562549
<var>notificationInput</var>["`vibrate`"].
563550
</p>
564551
</li>
565552
<li>
566553
<p>
567-
If <var>notificationInput</var>["`timestamp`"] [=map/exists=] and is a [=64-bit
554+
If <var>notificationInput</var>["`timestamp`"] [=map/exists=] and is a [=/64-bit
568555
unsigned integer=], then set
569556
<var>notificationOptions</var>["{{NotificationOptions/timestamp}}"] to
570557
<var>notificationInput</var>["`timestamp`"].
@@ -702,7 +689,7 @@ <h3>
702689
<li>
703690
<p>
704691
If <var>message</var>["`app_badge`"] [=map/exists=] and
705-
<var>message</var>["`app_badge`"] is a [=64-bit unsigned integer=], then set
692+
<var>message</var>["`app_badge`"] is a [=/64-bit unsigned integer=], then set
706693
<var>appBadge</var> to <var>message</var>["`app_badge`"].
707694
</p><!-- unsigned long long in Web IDL -->
708695
</li>

0 commit comments

Comments
 (0)