-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathq.html
733 lines (430 loc) · 90.5 KB
/
q.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
---
title: "Terms starting with letter q"
layout: base
---
<p class=legend>Color key: <code class=webidl>WebIDL</code> <code class='css'>CSS</code> <code class='markup'>Markup</code> <code class='http'>HTTP</code></p>
<dl>
<dt id="q@@html%%element"><code class=prefix></code><span><strong><code class=markup>q</code></strong> (<em>markup element</em>) <a class='self-link' href='#q%40%40html%25%25element' aria-label="Permalink for q">§</a></span></dt>
<dd>Defined in <strong title='q is defined in HTML'><a href=https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-q-element>HTML</a></strong> </dd>
<dd>Referenced in
<a href=https://drafts.csswg.org/css-content-3/ title='q is referenced by CSS Generated Content 3'>CSS Generated Content 3</a>,
<a href=https://w3c.github.io/html-aam/ title='q is referenced by HTML Accessibility API Mappings 1.0'>HTML Accessibility API Mappings 1.0</a>,
<a href=https://w3c.github.io/html-aria/ title='q is referenced by ARIA in HTML'>ARIA in HTML</a>,
<a href=https://drafts.csswg.org/selectors-4/ title='q is referenced by Selectors 4'>Selectors 4</a></dd>
<dd>Related terms: <em>markup attribute</em> <a href='c.html#cite@@q@element-attr'><code>cite</code></a></dd>
<dt id="Q@@<length>@value"><code class=prefix></code><span><strong><code class=css>Q</code></strong> (<em>CSS value for <a href='l.html#<length>@@@@type'><code><length></code></a> </em>) <a class='self-link' href='#Q%40%40%3Clength%3E%40value' aria-label="Permalink for Q">§</a></span></dt>
<dd>Defined in <strong title='Q is defined in CSS Values 3'><a href=https://drafts.csswg.org/css-values-3/#Q>CSS Values 3</a></strong> , <strong title='Q is defined in CSS Values 4'><a href=https://drafts.csswg.org/css-values-4/#Q>CSS Values 4</a></strong> </dd>
<dd>Referenced in
<a href=https://drafts.csswg.org/css-2022/ title='Q is referenced by CSS Snapshot 2022'>CSS Snapshot 2022</a>,
<a href=https://drafts.csswg.org/css-2023/ title='Q is referenced by CSS Snapshot 2023'>CSS Snapshot 2023</a></dd>
<dt id="q@@JsonWebKey@dict-member"><code class=prefix><a href='j.html#JsonWebKey@@@@dictionary'>JsonWebKey</a>.</code><span><strong><code class=webidl>q</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#q%40%40JsonWebKey%40dict-member' aria-label="Permalink for <a href='j.html#JsonWebKey@@@@dictionary'>JsonWebKey</a>.q">§</a></span></dt>
<dd>Defined in <strong title='q is defined in Web Cryptography API'><a href=https://w3c.github.io/webcrypto/#dom-jsonwebkey-q>Web Cryptography API</a></strong> </dd>
<dt id="Q@@BiquadFilterNode@attribute"><code class=prefix><a href='b.html#BiquadFilterNode@@@@interface'>BiquadFilterNode</a>.</code><span><strong><code class=webidl>Q</code></strong> (<em>WebIDL attribute</em>) <a class='self-link' href='#Q%40%40BiquadFilterNode%40attribute' aria-label="Permalink for <a href='b.html#BiquadFilterNode@@@@interface'>BiquadFilterNode</a>.Q">§</a></span></dt>
<dt><code class=prefix><a href='b.html#BiquadFilterNode@@@@interface'>BiquadFilterNode</a>.</code><span><strong><code class=webidl>Q</code></strong> (<em>WebIDL attribute</em>) <a class='self-link' href='#Q%40%40BiquadFilterNode%40attribute' aria-label="Permalink for <a href='b.html#BiquadFilterNode@@@@interface'>BiquadFilterNode</a>.Q">§</a></span></dt>
<dd>Defined in <strong title='Q is defined in Web Audio API'><a href=https://webaudio.github.io/web-audio-api/#dom-biquadfilternode-q>Web Audio API</a></strong> , <strong title='Q is defined in Web Audio API 1.1'><a href=https://webaudio.github.io/web-audio-api/#dom-biquadfilternode-q>Web Audio API 1.1</a></strong> </dd>
<dt id="Q@@BiquadFilterOptions@dict-member"><code class=prefix><a href='b.html#BiquadFilterOptions@@@@dictionary'>BiquadFilterOptions</a>.</code><span><strong><code class=webidl>Q</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#Q%40%40BiquadFilterOptions%40dict-member' aria-label="Permalink for <a href='b.html#BiquadFilterOptions@@@@dictionary'>BiquadFilterOptions</a>.Q">§</a></span></dt>
<dt><code class=prefix><a href='b.html#BiquadFilterOptions@@@@dictionary'>BiquadFilterOptions</a>.</code><span><strong><code class=webidl>Q</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#Q%40%40BiquadFilterOptions%40dict-member' aria-label="Permalink for <a href='b.html#BiquadFilterOptions@@@@dictionary'>BiquadFilterOptions</a>.Q">§</a></span></dt>
<dd>Defined in <strong title='Q is defined in Web Audio API'><a href=https://webaudio.github.io/web-audio-api/#dom-biquadfilteroptions-q>Web Audio API</a></strong> , <strong title='Q is defined in Web Audio API 1.1'><a href=https://webaudio.github.io/web-audio-api/#dom-biquadfilteroptions-q>Web Audio API 1.1</a></strong> </dd>
<dt id="Q(value)@@CSS@method"><code class=prefix></code><span><strong><code class=webidl>Q(value)</code></strong> (<em>WebIDL operation for <code>CSS</code> </em>) <a class='self-link' href='#Q(value)%40%40CSS%40method' aria-label="Permalink for Q(value)">§</a></span></dt>
<dd>Defined in <strong title='Q(value) is defined in CSS Typed OM 1'><a href=https://drafts.css-houdini.org/css-typed-om-1/#dom-css-q>CSS Typed OM 1</a></strong> </dd>
<dt id="qi@@JsonWebKey@dict-member"><code class=prefix><a href='j.html#JsonWebKey@@@@dictionary'>JsonWebKey</a>.</code><span><strong><code class=webidl>qi</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#qi%40%40JsonWebKey%40dict-member' aria-label="Permalink for <a href='j.html#JsonWebKey@@@@dictionary'>JsonWebKey</a>.qi">§</a></span></dt>
<dd>Defined in <strong title='qi is defined in Web Cryptography API'><a href=https://w3c.github.io/webcrypto/#dom-jsonwebkey-qi>Web Cryptography API</a></strong> </dd>
<dt id="qpSum@@RTCInboundRtpStreamStats@dict-member"><code class=prefix><a href='r.html#RTCInboundRtpStreamStats@@@@dictionary'>RTCInboundRtpStreamStats</a>.</code><span><strong><code class=webidl>qpSum</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#qpSum%40%40RTCInboundRtpStreamStats%40dict-member' aria-label="Permalink for <a href='r.html#RTCInboundRtpStreamStats@@@@dictionary'>RTCInboundRtpStreamStats</a>.qpSum">§</a></span></dt>
<dd>Defined in <strong title='qpSum is defined in WebRTC Statistics'><a href=https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-qpsum>WebRTC Statistics</a></strong> </dd>
<dt id="qpSum@@RTCOutboundRtpStreamStats@dict-member"><code class=prefix><a href='r.html#RTCOutboundRtpStreamStats@@@@dictionary'>RTCOutboundRtpStreamStats</a>.</code><span><strong><code class=webidl>qpSum</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#qpSum%40%40RTCOutboundRtpStreamStats%40dict-member' aria-label="Permalink for <a href='r.html#RTCOutboundRtpStreamStats@@@@dictionary'>RTCOutboundRtpStreamStats</a>.qpSum">§</a></span></dt>
<dd>Defined in <strong title='qpSum is defined in WebRTC Statistics'><a href=https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats-qpsum>WebRTC Statistics</a></strong> </dd>
<dt id="qr_code@@BarcodeFormat@enum-value"><code class=prefix></code><span><strong><code class=webidl>"qr_code"</code></strong> (<em>value for <a href='b.html#BarcodeFormat@@@@enum'><code>BarcodeFormat</code></a> WebIDL enumeration</em>) <a class='self-link' href='#qr_code%40%40BarcodeFormat%40enum-value' aria-label="Permalink for qr_code">§</a></span></dt>
<dd>Defined in <strong title='qr_code is defined in Accelerated Shape Detection in Images'><a href=https://wicg.github.io/shape-detection-api/#dom-barcodeformat-qr_code>Accelerated Shape Detection in Images</a></strong> </dd>
<dt id="quadraticCurveTo(cpx, cpy, x, y)@@CanvasPath@method"><code class=prefix><a href='c.html#CanvasPath@@@@interface'>CanvasPath</a>.</code><span><strong><code class=webidl>quadraticCurveTo(cpx, cpy, x, y)</code></strong> (<em>WebIDL operation</em>) <a class='self-link' href='#quadraticCurveTo(cpx%2C%20cpy%2C%20x%2C%20y)%40%40CanvasPath%40method' aria-label="Permalink for <a href='c.html#CanvasPath@@@@interface'>CanvasPath</a>.quadraticCurveTo(cpx, cpy, x, y)">§</a></span></dt>
<dd>Defined in <strong title='quadraticCurveTo(cpx, cpy, x, y) is defined in HTML'><a href=https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-quadraticcurveto>HTML</a></strong> </dd>
<dt id="quadrilateral@@geometry%%dfn"><code class=prefix></code><span><strong>quadrilateral</strong> (<em>concept</em>) <a class='self-link' href='#quadrilateral%40%40geometry%25%25dfn' aria-label="Permalink for quadrilateral">§</a></span></dt>
<dd>Defined in <strong title='quadrilateral is defined in Geometry Interfaces 1'><a href=https://drafts.fxtf.org/geometry-1/#quadrilateral>Geometry Interfaces 1</a></strong> </dd>
<dt id="qualified name@@Element@dfn"><code class=prefix></code><span><strong>qualified name</strong> (<em>concept for <a href='e.html#Element@@@@interface'><code>Element</code></a> </em>) <a class='self-link' href='#qualified%20name%40%40Element%40dfn' aria-label="Permalink for qualified name">§</a></span></dt>
<dd>Defined in <strong title='qualified name is defined in DOM'><a href=https://dom.spec.whatwg.org/#concept-element-qualified-name>DOM</a></strong> </dd>
<dt id="qualified name@@Attr@dfn"><code class=prefix></code><span><strong>qualified name</strong> (<em>concept for <a href='a.html#Attr@@@@interface'><code>Attr</code></a> </em>) <a class='self-link' href='#qualified%20name%40%40Attr%40dfn' aria-label="Permalink for qualified name">§</a></span></dt>
<dd>Defined in <strong title='qualified name is defined in DOM'><a href=https://dom.spec.whatwg.org/#concept-attribute-qualified-name>DOM</a></strong> </dd>
<dd>Referenced in
<a href=https://w3c.github.io/webdriver-bidi/ title='qualified name is referenced by WebDriver BiDi'>WebDriver BiDi</a></dd>
<dt id="qualified rule@@CSS@dfn"><code class=prefix></code><span><strong>qualified rule</strong> (<em>concept for <code>CSS</code> </em>) <a class='self-link' href='#qualified%20rule%40%40CSS%40dfn' aria-label="Permalink for qualified rule">§</a></span></dt>
<dd>Defined in <strong title='qualified rule is defined in CSS Syntax 3'><a href=https://drafts.csswg.org/css-syntax-3/#qualified-rule>CSS Syntax 3</a></strong> </dd>
<dd>Referenced in
<a href=https://drafts.csswg.org/css-2022/ title='qualified rule is referenced by CSS Snapshot 2022'>CSS Snapshot 2022</a>,
<a href=https://drafts.csswg.org/css-2023/ title='qualified rule is referenced by CSS Snapshot 2023'>CSS Snapshot 2023</a>,
<a href=https://drafts.csswg.org/css-cascade-6/ title='qualified rule is referenced by CSS Cascading 6'>CSS Cascading 6</a></dd>
<dt id="<qualified-rule-list>@@@@type"><code class=prefix></code><span><strong><code class=css><qualified-rule-list></code></strong> (<em>CSS type</em>) <a class='self-link' href='#%3Cqualified-rule-list%3E%40%40%40%40type' aria-label="Permalink for <qualified-rule-list>">§</a></span></dt>
<dd>Defined in <strong title='<qualified-rule-list> is defined in CSS Syntax 3'><a href=https://drafts.csswg.org/css-syntax-3/#typedef-qualified-rule-list>CSS Syntax 3</a></strong> </dd>
<dd>Referenced in
<a href=https://drafts.csswg.org/css-animations-1/ title='<qualified-rule-list> is referenced by CSS Animations 1'>CSS Animations 1</a></dd>
<dt id="quality@@LatencyMode@enum-value"><code class=prefix></code><span><strong><code class=webidl>"quality"</code></strong> (<em>value for <a href='l.html#LatencyMode@@@@enum'><code>LatencyMode</code></a> WebIDL enumeration</em>) <a class='self-link' href='#quality%40%40LatencyMode%40enum-value' aria-label="Permalink for quality">§</a></span></dt>
<dd>Defined in <strong title='quality is defined in WebCodecs'><a href=https://w3c.github.io/webcodecs/#dom-latencymode-quality>WebCodecs</a></strong> </dd>
<dt id="quality@@XRCompositionLayer@attribute"><code class=prefix><a href='x.html#XRCompositionLayer@@@@interface'>XRCompositionLayer</a>.</code><span><strong><code class=webidl>quality</code></strong> (<em>WebIDL attribute</em>) <a class='self-link' href='#quality%40%40XRCompositionLayer%40attribute' aria-label="Permalink for <a href='x.html#XRCompositionLayer@@@@interface'>XRCompositionLayer</a>.quality">§</a></span></dt>
<dd>Defined in <strong title='quality is defined in WebXR Layers API 1'><a href=https://immersive-web.github.io/layers/#dom-xrcompositionlayer-quality>WebXR Layers API 1</a></strong> </dd>
<dt id="quality@@XRNearMeshFeature@dict-member"><code class=prefix><a href='x.html#XRNearMeshFeature@@@@dictionary'>XRNearMeshFeature</a>.</code><span><strong><code class=webidl>quality</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#quality%40%40XRNearMeshFeature%40dict-member' aria-label="Permalink for <a href='x.html#XRNearMeshFeature@@@@dictionary'>XRNearMeshFeature</a>.quality">§</a></span></dt>
<dd>Defined in <strong title='quality is defined in WebXR Meshing API 1'><a href=https://immersive-web.github.io/real-world-geometry/webxrmeshing-1.html#dom-xrnearmeshfeature-quality>WebXR Meshing API 1</a></strong> </dd>
<dd>Related terms: <code>XRNearMeshFeature/quality.</code><a href='q.html#quality@@XRNearMeshFeature/quality@attribute'><code>quality</code></a></dd>
<dt id="quality@@XRNearMeshFeature/quality@attribute"><code class=prefix></code><span><strong><code class=webidl>quality</code></strong> (<em>WebIDL attribute for <a href='q.html#quality@@XRNearMeshFeature@dict-member'><code>quality</code></a> dictionary member of <a href='x.html#XRNearMeshFeature@@@@dictionary'><code>XRNearMeshFeature</code></a> dictionary </em>) <a class='self-link' href='#quality%40%40XRNearMeshFeature%2Fquality%40attribute' aria-label="Permalink for quality">§</a></span></dt>
<dd>Defined in <strong title='quality is defined in WebXR Meshing API 1'><a href=https://immersive-web.github.io/real-world-geometry/webxrmeshing-1.html#dom-xrnearmeshfeature-quality-quality>WebXR Meshing API 1</a></strong> </dd>
<dt id="quality@@XRWorldMeshFeature@dict-member"><code class=prefix><a href='x.html#XRWorldMeshFeature@@@@dictionary'>XRWorldMeshFeature</a>.</code><span><strong><code class=webidl>quality</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#quality%40%40XRWorldMeshFeature%40dict-member' aria-label="Permalink for <a href='x.html#XRWorldMeshFeature@@@@dictionary'>XRWorldMeshFeature</a>.quality">§</a></span></dt>
<dd>Defined in <strong title='quality is defined in WebXR Meshing API 1'><a href=https://immersive-web.github.io/real-world-geometry/webxrmeshing-1.html#dom-xrworldmeshfeature-quality>WebXR Meshing API 1</a></strong> </dd>
<dd>Related terms: <code>XRWorldMeshFeature/quality.</code><a href='q.html#quality@@XRWorldMeshFeature/quality@attribute'><code>quality</code></a></dd>
<dt id="quality@@XRWorldMeshFeature/quality@attribute"><code class=prefix></code><span><strong><code class=webidl>quality</code></strong> (<em>WebIDL attribute for <a href='q.html#quality@@XRWorldMeshFeature@dict-member'><code>quality</code></a> dictionary member of <a href='x.html#XRWorldMeshFeature@@@@dictionary'><code>XRWorldMeshFeature</code></a> dictionary </em>) <a class='self-link' href='#quality%40%40XRWorldMeshFeature%2Fquality%40attribute' aria-label="Permalink for quality">§</a></span></dt>
<dd>Defined in <strong title='quality is defined in WebXR Meshing API 1'><a href=https://immersive-web.github.io/real-world-geometry/webxrmeshing-1.html#dom-xrworldmeshfeature-quality-quality>WebXR Meshing API 1</a></strong> </dd>
<dt id="qualityLimitationDurations@@RTCOutboundRtpStreamStats@dict-member"><code class=prefix><a href='r.html#RTCOutboundRtpStreamStats@@@@dictionary'>RTCOutboundRtpStreamStats</a>.</code><span><strong><code class=webidl>qualityLimitationDurations</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#qualityLimitationDurations%40%40RTCOutboundRtpStreamStats%40dict-member' aria-label="Permalink for <a href='r.html#RTCOutboundRtpStreamStats@@@@dictionary'>RTCOutboundRtpStreamStats</a>.qualityLimitationDurations">§</a></span></dt>
<dd>Defined in <strong title='qualityLimitationDurations is defined in WebRTC Statistics'><a href=https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats-qualitylimitationdurations>WebRTC Statistics</a></strong> </dd>
<dt id="qualityLimitationReason@@RTCOutboundRtpStreamStats@dict-member"><code class=prefix><a href='r.html#RTCOutboundRtpStreamStats@@@@dictionary'>RTCOutboundRtpStreamStats</a>.</code><span><strong><code class=webidl>qualityLimitationReason</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#qualityLimitationReason%40%40RTCOutboundRtpStreamStats%40dict-member' aria-label="Permalink for <a href='r.html#RTCOutboundRtpStreamStats@@@@dictionary'>RTCOutboundRtpStreamStats</a>.qualityLimitationReason">§</a></span></dt>
<dd>Defined in <strong title='qualityLimitationReason is defined in WebRTC Statistics'><a href=https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats-qualitylimitationreason>WebRTC Statistics</a></strong> </dd>
<dt id="qualityLimitationResolutionChanges@@RTCOutboundRtpStreamStats@dict-member"><code class=prefix><a href='r.html#RTCOutboundRtpStreamStats@@@@dictionary'>RTCOutboundRtpStreamStats</a>.</code><span><strong><code class=webidl>qualityLimitationResolutionChanges</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#qualityLimitationResolutionChanges%40%40RTCOutboundRtpStreamStats%40dict-member' aria-label="Permalink for <a href='r.html#RTCOutboundRtpStreamStats@@@@dictionary'>RTCOutboundRtpStreamStats</a>.qualityLimitationResolutionChanges">§</a></span></dt>
<dd>Defined in <strong title='qualityLimitationResolutionChanges is defined in WebRTC Statistics'><a href=https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats-qualitylimitationresolutionchanges>WebRTC Statistics</a></strong> </dd>
<dt id="quantizer@@VideoEncoderBitrateMode@enum-value"><code class=prefix></code><span><strong><code class=webidl>"quantizer"</code></strong> (<em>value for <a href='v.html#VideoEncoderBitrateMode@@@@enum'><code>VideoEncoderBitrateMode</code></a> WebIDL enumeration</em>) <a class='self-link' href='#quantizer%40%40VideoEncoderBitrateMode%40enum-value' aria-label="Permalink for quantizer">§</a></span></dt>
<dd>Defined in <strong title='quantizer is defined in WebCodecs'><a href=https://w3c.github.io/webcodecs/#dom-videoencoderbitratemode-quantizer>WebCodecs</a></strong> </dd>
<dt id="quantizer@@VideoEncoderEncodeOptionsForAv1@dict-member"><code class=prefix><a href='v.html#VideoEncoderEncodeOptionsForAv1@@@@dictionary'>VideoEncoderEncodeOptionsForAv1</a>.</code><span><strong><code class=webidl>quantizer</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#quantizer%40%40VideoEncoderEncodeOptionsForAv1%40dict-member' aria-label="Permalink for <a href='v.html#VideoEncoderEncodeOptionsForAv1@@@@dictionary'>VideoEncoderEncodeOptionsForAv1</a>.quantizer">§</a></span></dt>
<dd>Defined in <strong title='quantizer is defined in AV1 WebCodecs Registration'><a href=https://w3c.github.io/webcodecs/av1_codec_registration.html#dom-videoencoderencodeoptionsforav1-quantizer>AV1 WebCodecs Registration</a></strong> </dd>
<dt id="quantizer@@VideoEncoderEncodeOptionsForAvc@dict-member"><code class=prefix><a href='v.html#VideoEncoderEncodeOptionsForAvc@@@@dictionary'>VideoEncoderEncodeOptionsForAvc</a>.</code><span><strong><code class=webidl>quantizer</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#quantizer%40%40VideoEncoderEncodeOptionsForAvc%40dict-member' aria-label="Permalink for <a href='v.html#VideoEncoderEncodeOptionsForAvc@@@@dictionary'>VideoEncoderEncodeOptionsForAvc</a>.quantizer">§</a></span></dt>
<dd>Defined in <strong title='quantizer is defined in H.264'><a href=https://w3c.github.io/webcodecs/avc_codec_registration.html#dom-videoencoderencodeoptionsforavc-quantizer>H.264</a></strong> </dd>
<dt id="quantizer@@VideoEncoderEncodeOptionsForHevc@dict-member"><code class=prefix><a href='v.html#VideoEncoderEncodeOptionsForHevc@@@@dictionary'>VideoEncoderEncodeOptionsForHevc</a>.</code><span><strong><code class=webidl>quantizer</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#quantizer%40%40VideoEncoderEncodeOptionsForHevc%40dict-member' aria-label="Permalink for <a href='v.html#VideoEncoderEncodeOptionsForHevc@@@@dictionary'>VideoEncoderEncodeOptionsForHevc</a>.quantizer">§</a></span></dt>
<dd>Defined in <strong title='quantizer is defined in H.265'><a href=https://w3c.github.io/webcodecs/hevc_codec_registration.html#dom-videoencoderencodeoptionsforhevc-quantizer>H.265</a></strong> </dd>
<dt id="quantizer@@VideoEncoderEncodeOptionsForVp9@dict-member"><code class=prefix><a href='v.html#VideoEncoderEncodeOptionsForVp9@@@@dictionary'>VideoEncoderEncodeOptionsForVp9</a>.</code><span><strong><code class=webidl>quantizer</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#quantizer%40%40VideoEncoderEncodeOptionsForVp9%40dict-member' aria-label="Permalink for <a href='v.html#VideoEncoderEncodeOptionsForVp9@@@@dictionary'>VideoEncoderEncodeOptionsForVp9</a>.quantizer">§</a></span></dt>
<dd>Defined in <strong title='quantizer is defined in VP9 WebCodecs Registration'><a href=https://w3c.github.io/webcodecs/vp9_codec_registration.html#dom-videoencoderencodeoptionsforvp9-quantizer>VP9 WebCodecs Registration</a></strong> </dd>
<dt id="quaternion@@OrientationSensor@attribute"><code class=prefix><a href='o.html#OrientationSensor@@@@interface'>OrientationSensor</a>.</code><span><strong><code class=webidl>quaternion</code></strong> (<em>WebIDL attribute</em>) <a class='self-link' href='#quaternion%40%40OrientationSensor%40attribute' aria-label="Permalink for <a href='o.html#OrientationSensor@@@@interface'>OrientationSensor</a>.quaternion">§</a></span></dt>
<dd>Defined in <strong title='quaternion is defined in Orientation Sensor'><a href=https://w3c.github.io/orientation-sensor/#dom-orientationsensor-quaternion>Orientation Sensor</a></strong> </dd>
<dt id="query@@url@dfn"><code class=prefix></code><span><strong>query</strong> (<em>concept for <code>url</code> </em>) <a class='self-link' href='#query%40%40url%40dfn' aria-label="Permalink for query">§</a></span></dt>
<dd>Defined in <strong title='query is defined in URL'><a href=https://url.spec.whatwg.org/#concept-url-query>URL</a></strong> </dd>
<dd>Referenced in
<a href=https://html.spec.whatwg.org/multipage/ title='query is referenced by HTML'>HTML</a>,
<a href=https://urlpattern.spec.whatwg.org/ title='query is referenced by URL Pattern'>URL Pattern</a>,
<a href=https://w3c.github.io/web-share-target/ title='query is referenced by Web Share Target API'>Web Share Target API</a>,
<a href=https://websockets.spec.whatwg.org/ title='query is referenced by WebSockets'>WebSockets</a>,
<a href=https://wicg.github.io/manifest-incubations/ title='query is referenced by Manifest Incubations'>Manifest Incubations</a>,
<a href=https://wicg.github.io/turtledove/ title='query is referenced by Protected Audience'>Protected Audience</a>,
<a href=https://w3c.github.io/manifest/ title='query is referenced by Web Application Manifest'>Web Application Manifest</a>,
<a href=https://w3c-fedid.github.io/FedCM/ title='query is referenced by Federated Credential Management API'>Federated Credential Management API</a>,
<a href=https://w3c.github.io/network-error-logging/ title='query is referenced by Network Error Logging'>Network Error Logging</a>,
<a href=https://w3c.github.io/payment-method-manifest/ title='query is referenced by Payment Method Manifest'>Payment Method Manifest</a>,
<a href=https://w3c.github.io/webappsec-referrer-policy/ title='query is referenced by Referrer Policy'>Referrer Policy</a>,
<a href=https://w3c.github.io/ServiceWorker/ title='query is referenced by Service Workers'>Service Workers</a>,
<a href=https://w3c.github.io/webdriver-bidi/ title='query is referenced by WebDriver BiDi'>WebDriver BiDi</a>,
<a href=https://w3c.github.io/webrtc-pc/ title='query is referenced by WebRTC 1.0'>WebRTC 1.0</a></dd>
<dt id="query a permission@@permissions%%dfn"><code class=prefix></code><span><strong>query a permission</strong> (<em>concept</em>) <a class='self-link' href='#query%20a%20permission%40%40permissions%25%25dfn' aria-label="Permalink for query a permission">§</a></span></dt>
<dd>Defined in <strong title='query a permission is defined in Permissions'><a href=https://w3c.github.io/permissions/#dfn-query-a-permission>Permissions</a></strong> </dd>
<dt id="query container@@css-conditional%%dfn"><code class=prefix></code><span><strong>query container</strong> (<em>concept</em>) <a class='self-link' href='#query%20container%40%40css-conditional%25%25dfn' aria-label="Permalink for query container">§</a></span></dt>
<dd>Defined in <strong title='query container is defined in CSS Conditional 5'><a href=https://drafts.csswg.org/css-conditional-5/#query-container>CSS Conditional 5</a></strong> </dd>
<dd>Referenced in
<a href=https://drafts.csswg.org/css-contain-3/ title='query container is referenced by CSS Containment 3'>CSS Containment 3</a></dd>
<dt id="query container name@@css-conditional%%dfn"><code class=prefix></code><span><strong>query container name</strong> (<em>concept</em>) <a class='self-link' href='#query%20container%20name%40%40css-conditional%25%25dfn' aria-label="Permalink for query container name">§</a></span></dt>
<dd>Defined in <strong title='query container name is defined in CSS Conditional 5'><a href=https://drafts.csswg.org/css-conditional-5/#query-container-name>CSS Conditional 5</a></strong> </dd>
<dt id="query name@@saved query map@dfn"><code class=prefix></code><span><strong>query name</strong> (<em>concept for <code>saved query map</code> </em>) <a class='self-link' href='#query%20name%40%40saved%20query%20map%40dfn' aria-label="Permalink for query name">§</a></span></dt>
<dd>Defined in <strong title='query name is defined in Shared Storage API'><a href=https://wicg.github.io/shared-storage/#saved-query-map-query-name>Shared Storage API</a></strong> </dd>
<dt id="query state@@basic URL parser@dfn"><code class=prefix></code><span><strong>query state</strong> (<em>concept for <a href='b.html#basic URL parser@@url%25%25dfn'>basic URL parser</a> </em>) <a class='self-link' href='#query%20state%40%40basic%20URL%20parser%40dfn' aria-label="Permalink for query state">§</a></span></dt>
<dd>Defined in <strong title='query state is defined in URL'><a href=https://url.spec.whatwg.org/#query-state>URL</a></strong> </dd>
<dd>Referenced in
<a href=https://html.spec.whatwg.org/multipage/ title='query state is referenced by HTML'>HTML</a>,
<a href=https://urlpattern.spec.whatwg.org/ title='query state is referenced by URL Pattern'>URL Pattern</a></dd>
<dt id="query the "bluetooth" permission@@web-bluetooth%%dfn"><code class=prefix></code><span><strong>query the "bluetooth" permission</strong> (<em>concept</em>) <a class='self-link' href='#query%20the%20%22bluetooth%22%20permission%40%40web-bluetooth%25%25dfn' aria-label="Permalink for query the "bluetooth" permission">§</a></span></dt>
<dd>Defined in <strong title='query the "bluetooth" permission is defined in Web Bluetooth'><a href=https://webbluetoothcg.github.io/web-bluetooth/#query-the-bluetooth-permission>Web Bluetooth</a></strong> </dd>
<dt id="QUERY_RESOLVE@@GPUBufferUsage@const"><code class=prefix><a href='g.html#GPUBufferUsage@@@@namespace'>GPUBufferUsage</a>.</code><span><strong><code class=webidl>QUERY_RESOLVE</code></strong> (<em>WebIDL constant</em>) <a class='self-link' href='#QUERY_RESOLVE%40%40GPUBufferUsage%40const' aria-label="Permalink for <a href='g.html#GPUBufferUsage@@@@namespace'>GPUBufferUsage</a>.QUERY_RESOLVE">§</a></span></dt>
<dd>Defined in <strong title='QUERY_RESOLVE is defined in WebGPU'><a href=https://gpuweb.github.io/gpuweb/#dom-gpubufferusage-query_resolve>WebGPU</a></strong> </dd>
<dt id="<query-in-parens>@@@@type"><code class=prefix></code><span><strong><code class=css><query-in-parens></code></strong> (<em>CSS type</em>) <a class='self-link' href='#%3Cquery-in-parens%3E%40%40%40%40type' aria-label="Permalink for <query-in-parens>">§</a></span></dt>
<dd>Defined in <strong title='<query-in-parens> is defined in CSS Conditional 5'><a href=https://drafts.csswg.org/css-conditional-5/#typedef-query-in-parens>CSS Conditional 5</a></strong> </dd>
<dt id="query()@@LockManager@method"><code class=prefix><a href='l.html#LockManager@@@@interface'>LockManager</a>.</code><span><strong><code class=webidl>query()</code></strong> (<em>WebIDL operation</em>) <a class='self-link' href='#query()%40%40LockManager%40method' aria-label="Permalink for <a href='l.html#LockManager@@@@interface'>LockManager</a>.query()">§</a></span></dt>
<dd>Defined in <strong title='query() is defined in Web Locks API'><a href=https://w3c.github.io/web-locks/#dom-lockmanager-query>Web Locks API</a></strong> </dd>
<dd>Referenced in
<a href=https://wicg.github.io/nav-speculation/prerendering.html title='query() is referenced by Prerendering Revamped'>Prerendering Revamped</a></dd>
<dt id="query()@@Permissions@method"><code class=prefix><a href='p.html#Permissions@@@@interface'>Permissions</a>.</code><span><strong><code class=webidl>query()</code></strong> (<em>WebIDL operation</em>) <a class='self-link' href='#query()%40%40Permissions%40method' aria-label="Permalink for <a href='p.html#Permissions@@@@interface'>Permissions</a>.query()">§</a></span></dt>
<dd>Defined in <strong title='query() is defined in Permissions'><a href=https://w3c.github.io/permissions/#dom-permissions-query>Permissions</a></strong> </dd>
<dd>Referenced in
<a href=https://notifications.spec.whatwg.org/ title='query() is referenced by Notifications API'>Notifications API</a>,
<a href=https://privacycg.github.io/requestStorageAccessFor/ title='query() is referenced by requestStorageAccessFor API'>requestStorageAccessFor API</a>,
<a href=https://webbluetoothcg.github.io/web-bluetooth/ title='query() is referenced by Web Bluetooth'>Web Bluetooth</a>,
<a href=https://wicg.github.io/file-system-access/ title='query() is referenced by File System Access'>File System Access</a>,
<a href=https://wicg.github.io/permissions-revoke/ title='query() is referenced by Relinquishing Permissions'>Relinquishing Permissions</a></dd>
<dt id="queryFeatureSupport(feature)@@ProtectedAudience@method"><code class=prefix><a href='p.html#ProtectedAudience@@@@interface'>ProtectedAudience</a>.</code><span><strong><code class=webidl>queryFeatureSupport(feature)</code></strong> (<em>WebIDL operation</em>) <a class='self-link' href='#queryFeatureSupport(feature)%40%40ProtectedAudience%40method' aria-label="Permalink for <a href='p.html#ProtectedAudience@@@@interface'>ProtectedAudience</a>.queryFeatureSupport(feature)">§</a></span></dt>
<dd>Defined in <strong title='queryFeatureSupport(feature) is defined in Protected Audience'><a href=https://wicg.github.io/turtledove/#dom-protectedaudience-queryfeaturesupport>Protected Audience</a></strong> </dd>
<dt id="queryHandwritingRecognizer(constraint)@@handwriting-recognition%%dfn"><code class=prefix></code><span><strong>queryHandwritingRecognizer(constraint)</strong> (<em>concept</em>) <a class='self-link' href='#queryHandwritingRecognizer(constraint)%40%40handwriting-recognition%25%25dfn' aria-label="Permalink for queryHandwritingRecognizer(constraint)">§</a></span></dt>
<dd>Defined in <strong title='queryHandwritingRecognizer(constraint) is defined in Handwriting Recognition API'><a href=https://wicg.github.io/handwriting-recognition/#queryhandwritingrecognizer-constraint>Handwriting Recognition API</a></strong> </dd>
<dt id="queryHandwritingRecognizer(constraint)@@Navigator@method"><code class=prefix><a href='n.html#Navigator@@@@interface'>Navigator</a>.</code><span><strong><code class=webidl>queryHandwritingRecognizer(constraint)</code></strong> (<em>WebIDL operation</em>) <a class='self-link' href='#queryHandwritingRecognizer(constraint)%40%40Navigator%40method' aria-label="Permalink for <a href='n.html#Navigator@@@@interface'>Navigator</a>.queryHandwritingRecognizer(constraint)">§</a></span></dt>
<dd>Defined in <strong title='queryHandwritingRecognizer(constraint) is defined in Handwriting Recognition API'><a href=https://wicg.github.io/handwriting-recognition/#dom-navigator-queryhandwritingrecognizer>Handwriting Recognition API</a></strong> </dd>
<dt id="queryLocalFonts(options)@@Window@method"><code class=prefix></code><span><strong><code class=webidl>queryLocalFonts(options)</code></strong> (<em>WebIDL operation for <code>Window</code> </em>) <a class='self-link' href='#queryLocalFonts(options)%40%40Window%40method' aria-label="Permalink for queryLocalFonts(options)">§</a></span></dt>
<dd>Defined in <strong title='queryLocalFonts(options) is defined in Local Font Access'><a href=https://wicg.github.io/local-font-access/#dom-window-querylocalfonts>Local Font Access</a></strong> </dd>
<dt id="QueryOptions@@@@dictionary"><code class=prefix></code><span><strong><code class=webidl>QueryOptions</code></strong> (<em>WebIDL dictionary</em>) <a class='self-link' href='#QueryOptions%40%40%40%40dictionary' aria-label="Permalink for QueryOptions">§</a></span></dt>
<dd>Defined in <strong title='QueryOptions is defined in Local Font Access'><a href=https://wicg.github.io/local-font-access/#dictdef-queryoptions>Local Font Access</a></strong> </dd>
<dd>Related terms: <code>QueryOptions.</code><a href='p.html#postscriptNames@@QueryOptions@dict-member'><code>postscriptNames</code></a></dd>
<dd>see also <a href='https://dontcallmedom.github.io/webidlpedia/names/QueryOptions.html' title='QueryOptions entry on WebIDLpedia'>WebIDLPedia</a></dd><dt id="queryPermission(descriptor)@@FileSystemHandle@method"><code class=prefix><a href='f.html#FileSystemHandle@@@@interface'>FileSystemHandle</a>.</code><span><strong><code class=webidl>queryPermission(descriptor)</code></strong> (<em>WebIDL operation</em>) <a class='self-link' href='#queryPermission(descriptor)%40%40FileSystemHandle%40method' aria-label="Permalink for <a href='f.html#FileSystemHandle@@@@interface'>FileSystemHandle</a>.queryPermission(descriptor)">§</a></span></dt>
<dd>Defined in <strong title='queryPermission(descriptor) is defined in File System Access'><a href=https://wicg.github.io/file-system-access/#dom-filesystemhandle-querypermission>File System Access</a></strong> </dd>
<dt id="querySelector(selectors)@@ParentNode@method"><code class=prefix><a href='p.html#ParentNode@@@@interface'>ParentNode</a>.</code><span><strong><code class=webidl>querySelector(selectors)</code></strong> (<em>WebIDL operation</em>) <a class='self-link' href='#querySelector(selectors)%40%40ParentNode%40method' aria-label="Permalink for <a href='p.html#ParentNode@@@@interface'>ParentNode</a>.querySelector(selectors)">§</a></span></dt>
<dd>Defined in <strong title='querySelector(selectors) is defined in DOM'><a href=https://dom.spec.whatwg.org/#dom-parentnode-queryselector>DOM</a></strong> </dd>
<dd>Referenced in
<a href=https://wicg.github.io/nav-speculation/speculation-rules.html title='querySelector(selectors) is referenced by Speculation Rules'>Speculation Rules</a>,
<a href=https://drafts.csswg.org/css-scoping-1/ title='querySelector(selectors) is referenced by CSS Scoping 1'>CSS Scoping 1</a></dd>
<dt id="querySelectorAll(selectors)@@ParentNode@method"><code class=prefix><a href='p.html#ParentNode@@@@interface'>ParentNode</a>.</code><span><strong><code class=webidl>querySelectorAll(selectors)</code></strong> (<em>WebIDL operation</em>) <a class='self-link' href='#querySelectorAll(selectors)%40%40ParentNode%40method' aria-label="Permalink for <a href='p.html#ParentNode@@@@interface'>ParentNode</a>.querySelectorAll(selectors)">§</a></span></dt>
<dd>Defined in <strong title='querySelectorAll(selectors) is defined in DOM'><a href=https://dom.spec.whatwg.org/#dom-parentnode-queryselectorall>DOM</a></strong> </dd>
<dd>Referenced in
<a href=https://w3c.github.io/webdriver/ title='querySelectorAll(selectors) is referenced by WebDriver'>WebDriver</a></dd>
<dt id="querySet@@GPUComputePassTimestampWrites@dict-member"><code class=prefix><a href='g.html#GPUComputePassTimestampWrites@@@@dictionary'>GPUComputePassTimestampWrites</a>.</code><span><strong><code class=webidl>querySet</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#querySet%40%40GPUComputePassTimestampWrites%40dict-member' aria-label="Permalink for <a href='g.html#GPUComputePassTimestampWrites@@@@dictionary'>GPUComputePassTimestampWrites</a>.querySet">§</a></span></dt>
<dd>Defined in <strong title='querySet is defined in WebGPU'><a href=https://gpuweb.github.io/gpuweb/#dom-gpucomputepasstimestampwrites-queryset>WebGPU</a></strong> </dd>
<dt id="querySet@@GPURenderPassTimestampWrites@dict-member"><code class=prefix><a href='g.html#GPURenderPassTimestampWrites@@@@dictionary'>GPURenderPassTimestampWrites</a>.</code><span><strong><code class=webidl>querySet</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#querySet%40%40GPURenderPassTimestampWrites%40dict-member' aria-label="Permalink for <a href='g.html#GPURenderPassTimestampWrites@@@@dictionary'>GPURenderPassTimestampWrites</a>.querySet">§</a></span></dt>
<dd>Defined in <strong title='querySet is defined in WebGPU'><a href=https://gpuweb.github.io/gpuweb/#dom-gpurenderpasstimestampwrites-queryset>WebGPU</a></strong> </dd>
<dt id="[[queue]]@@MediaStreamTrackProcessor@attribute"><code class=prefix><a href='m.html#MediaStreamTrackProcessor@@@@interface'>MediaStreamTrackProcessor</a>.</code><span><strong><code class=webidl>[[queue]]</code></strong> (<em>internal slot</em>) <a class='self-link' href='#%5B%5Bqueue%5D%5D%40%40MediaStreamTrackProcessor%40attribute' aria-label="Permalink for <a href='m.html#MediaStreamTrackProcessor@@@@interface'>MediaStreamTrackProcessor</a>.[[queue]]">§</a></span></dt>
<dd>Defined in <strong title='[[queue]] is defined in MediaStreamTrack Insertable Media Processing using Streams'><a href=https://w3c.github.io/mediacapture-transform/#dom-mediastreamtrackprocessor-queue-slot>MediaStreamTrack Insertable Media Processing using Streams</a></strong> </dd>
<dt id="queue@@infra%%dfn"><code class=prefix></code><span><strong>queue</strong> (<em>concept</em>) <a class='self-link' href='#queue%40%40infra%25%25dfn' aria-label="Permalink for queue">§</a></span></dt>
<dd>Defined in <strong title='queue is defined in Infra'><a href=https://infra.spec.whatwg.org/#queue>Infra</a></strong> </dd>
<dd>Referenced in
<a href=https://dom.spec.whatwg.org/ title='queue is referenced by DOM'>DOM</a>,
<a href=https://encoding.spec.whatwg.org/ title='queue is referenced by Encoding'>Encoding</a>,
<a href=https://html.spec.whatwg.org/multipage/ title='queue is referenced by HTML'>HTML</a>,
<a href=https://privacycg.github.io/nav-tracking-mitigations/ title='queue is referenced by Navigational-Tracking Mitigations'>Navigational-Tracking Mitigations</a>,
<a href=https://wicg.github.io/shared-storage/ title='queue is referenced by Shared Storage API'>Shared Storage API</a>,
<a href=https://w3c.github.io/compute-pressure/ title='queue is referenced by Compute Pressure 1'>Compute Pressure 1</a>,
<a href=https://w3c.github.io/mediacapture-transform/ title='queue is referenced by MediaStreamTrack Insertable Media Processing using Streams'>MediaStreamTrack Insertable Media Processing using Streams</a>,
<a href=https://w3c.github.io/ServiceWorker/ title='queue is referenced by Service Workers'>Service Workers</a>,
<a href=https://w3c.github.io/web-locks/ title='queue is referenced by Web Locks API'>Web Locks API</a>,
<a href=https://w3c.github.io/webcodecs/ title='queue is referenced by WebCodecs'>WebCodecs</a>,
<a href=https://w3c.github.io/webdriver/ title='queue is referenced by WebDriver'>WebDriver</a>,
<a href=https://webmachinelearning.github.io/webnn/ title='queue is referenced by Web Neural Network API'>Web Neural Network API</a>,
<a href=https://w3c.github.io/webtransport/ title='queue is referenced by WebTransport'>WebTransport</a></dd>
<dd>Related terms: <em>concept</em> <a href='c.html#clone@@list@dfn'>clone</a>, <em>concept</em> <a href='c.html#contain@@list@dfn'>contain</a>, <em>concept</em> <a href='d.html#dequeue@@queue@dfn'>dequeue</a>, <em>concept</em> <a href='e.html#empty@@list@dfn'>empty</a>, <em>concept</em> <a href='e.html#enqueue@@queue@dfn'>enqueue</a>, <em>concept</em> <a href='g.html#get the indices@@list@dfn'>get the indices</a>, <em>concept</em> <a href='i.html#is empty@@list@dfn'>is empty</a>, <em>concept</em> <a href='i.html#item@@list@dfn'>item</a>, <em>concept</em> <a href='s.html#size@@list@dfn'>size</a>, <em>concept</em> <a href='s.html#sort in ascending order@@list@dfn'>sort in ascending order</a>, <em>concept</em> <a href='s.html#sort in descending order@@list@dfn'>sort in descending order</a></dd>
<dt id="queue@@GPUDevice@attribute"><code class=prefix><a href='g.html#GPUDevice@@@@interface'>GPUDevice</a>.</code><span><strong><code class=webidl>queue</code></strong> (<em>WebIDL attribute</em>) <a class='self-link' href='#queue%40%40GPUDevice%40attribute' aria-label="Permalink for <a href='g.html#GPUDevice@@@@interface'>GPUDevice</a>.queue">§</a></span></dt>
<dd>Defined in <strong title='queue is defined in WebGPU'><a href=https://gpuweb.github.io/gpuweb/#dom-gpudevice-queue>WebGPU</a></strong> </dd>
<dt id="queue a global task@@html%%dfn"><code class=prefix></code><span><strong>queue a global task</strong> (<em>concept</em>) <a class='self-link' href='#queue%20a%20global%20task%40%40html%25%25dfn' aria-label="Permalink for queue a global task">§</a></span></dt>
<dd>Defined in <strong title='queue a global task is defined in HTML'><a href=https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task>HTML</a></strong> </dd>
<dd>Referenced in
<a href=https://dom.spec.whatwg.org/ title='queue a global task is referenced by DOM'>DOM</a>,
<a href=https://fetch.spec.whatwg.org/ title='queue a global task is referenced by Fetch'>Fetch</a>,
<a href=https://notifications.spec.whatwg.org/ title='queue a global task is referenced by Notifications API'>Notifications API</a>,
<a href=https://patcg-individual-drafts.github.io/topics/ title='queue a global task is referenced by Topics API'>Topics API</a>,
<a href=https://privacycg.github.io/nav-tracking-mitigations/ title='queue a global task is referenced by Navigational-Tracking Mitigations'>Navigational-Tracking Mitigations</a>,
<a href=https://privacycg.github.io/requestStorageAccessFor/ title='queue a global task is referenced by requestStorageAccessFor API'>requestStorageAccessFor API</a>,
<a href=https://privacycg.github.io/storage-access/ title='queue a global task is referenced by The Storage Access API'>The Storage Access API</a>,
<a href=https://storage.spec.whatwg.org/ title='queue a global task is referenced by Storage'>Storage</a>,
<a href=https://wicg.github.io/cookie-store/ title='queue a global task is referenced by Cookie Store API'>Cookie Store API</a>,
<a href=https://wicg.github.io/direct-sockets/ title='queue a global task is referenced by Direct Sockets API'>Direct Sockets API</a>,
<a href=https://wicg.github.io/document-picture-in-picture/ title='queue a global task is referenced by Document Picture-in-Picture'>Document Picture-in-Picture</a>,
<a href=https://wicg.github.io/fenced-frame/ title='queue a global task is referenced by Fenced Frame'>Fenced Frame</a>,
<a href=https://wicg.github.io/first-party-sets/ title='queue a global task is referenced by User Agent Interaction with Related Website Sets'>User Agent Interaction with Related Website Sets</a>,
<a href=https://wicg.github.io/handwriting-recognition/ title='queue a global task is referenced by Handwriting Recognition API'>Handwriting Recognition API</a>,
<a href=https://wicg.github.io/idle-detection/ title='queue a global task is referenced by Idle Detection API'>Idle Detection API</a>,
<a href=https://wicg.github.io/nav-speculation/prefetch.html title='queue a global task is referenced by Prefetch'>Prefetch</a>,
<a href=https://wicg.github.io/nav-speculation/prerendering.html title='queue a global task is referenced by Prerendering Revamped'>Prerendering Revamped</a>,
<a href=https://wicg.github.io/nav-speculation/speculation-rules.html title='queue a global task is referenced by Speculation Rules'>Speculation Rules</a>,
<a href=https://wicg.github.io/performance-measure-memory/ title='queue a global task is referenced by Measure Memory API'>Measure Memory API</a>,
<a href=https://wicg.github.io/portals/ title='queue a global task is referenced by Portals'>Portals</a>,
<a href=https://wicg.github.io/serial/ title='queue a global task is referenced by Web Serial API'>Web Serial API</a>,
<a href=https://wicg.github.io/shape-detection-api/ title='queue a global task is referenced by Accelerated Shape Detection in Images'>Accelerated Shape Detection in Images</a>,
<a href=https://wicg.github.io/shared-storage/ title='queue a global task is referenced by Shared Storage API'>Shared Storage API</a>,
<a href=https://wicg.github.io/trust-token-api/ title='queue a global task is referenced by Private State Token API'>Private State Token API</a>,
<a href=https://wicg.github.io/turtledove/ title='queue a global task is referenced by Protected Audience'>Protected Audience</a>,
<a href=https://wicg.github.io/web-smart-card/ title='queue a global task is referenced by Web Smart Card API'>Web Smart Card API</a>,
<a href=https://wicg.github.io/WebApiDevice/device_attributes/ title='queue a global task is referenced by Device Attributes API'>Device Attributes API</a>,
<a href=https://wicg.github.io/WebApiDevice/managed_config/ title='queue a global task is referenced by Managed Configuration API'>Managed Configuration API</a>,
<a href=https://wicg.github.io/webhid/ title='queue a global task is referenced by WebHID API'>WebHID API</a>,
<a href=https://wicg.github.io/writing-assistance-apis/ title='queue a global task is referenced by Writing Assistance APIs'>Writing Assistance APIs</a>,
<a href=https://w3c.github.io/badging/ title='queue a global task is referenced by Badging API'>Badging API</a>,
<a href=https://w3c.github.io/battery/ title='queue a global task is referenced by Battery Status API'>Battery Status API</a>,
<a href=https://w3c.github.io/clipboard-apis/ title='queue a global task is referenced by Clipboard API and events'>Clipboard API and events</a>,
<a href=https://w3c.github.io/compute-pressure/ title='queue a global task is referenced by Compute Pressure 1'>Compute Pressure 1</a>,
<a href=https://drafts.csswg.org/css-view-transitions-1/ title='queue a global task is referenced by CSS View Transitions 1'>CSS View Transitions 1</a>,
<a href=https://drafts.csswg.org/css-view-transitions-2/ title='queue a global task is referenced by CSS View Transitions 2'>CSS View Transitions 2</a>,
<a href=https://w3c.github.io/device-posture/ title='queue a global task is referenced by Device Posture API'>Device Posture API</a>,
<a href=https://w3c.github.io/edit-context/ title='queue a global task is referenced by EditContext API'>EditContext API</a>,
<a href=https://w3c-fedid.github.io/FedCM/ title='queue a global task is referenced by Federated Credential Management API'>Federated Credential Management API</a>,
<a href=https://w3c.github.io/FileAPI/ title='queue a global task is referenced by File API'>File API</a>,
<a href=https://w3c.github.io/gamepad/ title='queue a global task is referenced by Gamepad'>Gamepad</a>,
<a href=https://w3c.github.io/media-capabilities/ title='queue a global task is referenced by Media Capabilities'>Media Capabilities</a>,
<a href=https://w3c.github.io/deviceorientation/ title='queue a global task is referenced by Device Orientation and Motion'>Device Orientation and Motion</a>,
<a href=https://w3c.github.io/paint-timing/ title='queue a global task is referenced by Paint Timing'>Paint Timing</a>,
<a href=https://w3c.github.io/permissions/ title='queue a global task is referenced by Permissions'>Permissions</a>,
<a href=https://w3c.github.io/presentation-api/ title='queue a global task is referenced by Presentation API'>Presentation API</a>,
<a href=https://w3c.github.io/push-api/ title='queue a global task is referenced by Push API'>Push API</a>,
<a href=https://w3c.github.io/screen-orientation/ title='queue a global task is referenced by Screen Orientation'>Screen Orientation</a>,
<a href=https://w3c.github.io/screen-wake-lock/ title='queue a global task is referenced by Screen Wake Lock API'>Screen Wake Lock API</a>,
<a href=https://w3c.github.io/web-share/ title='queue a global task is referenced by Web Share API'>Web Share API</a>,
<a href=https://w3c.github.io/webcrypto/ title='queue a global task is referenced by Web Cryptography API'>Web Cryptography API</a>,
<a href=https://gpuweb.github.io/gpuweb/ title='queue a global task is referenced by WebGPU'>WebGPU</a>,
<a href=https://webmachinelearning.github.io/webnn/ title='queue a global task is referenced by Web Neural Network API'>Web Neural Network API</a>,
<a href=https://w3c.github.io/webtransport/ title='queue a global task is referenced by WebTransport'>WebTransport</a>,
<a href=https://w3c.github.io/window-management/ title='queue a global task is referenced by Window Management'>Window Management</a></dd>
<dt id="queue a global task for GPUDevice@@webgpu%%abstract-op"><code class=prefix></code><span><strong>queue a global task for GPUDevice</strong> (<em>algorithm</em>) <a class='self-link' href='#queue%20a%20global%20task%20for%20GPUDevice%40%40webgpu%25%25abstract-op' aria-label="Permalink for queue a global task for GPUDevice">§</a></span></dt>
<dd>Defined in <strong title='queue a global task for GPUDevice is defined in WebGPU'><a href=https://gpuweb.github.io/gpuweb/#abstract-opdef-queue-a-global-task-for-gpudevice>WebGPU</a></strong> </dd>
<dt id="queue a long animation frame entry@@long-animation-frames%%dfn"><code class=prefix></code><span><strong>queue a long animation frame entry</strong> (<em>concept</em>) <a class='self-link' href='#queue%20a%20long%20animation%20frame%20entry%40%40long-animation-frames%25%25dfn' aria-label="Permalink for queue a long animation frame entry">§</a></span></dt>
<dd>Defined in <strong title='queue a long animation frame entry is defined in Long Animation Frames API'><a href=https://w3c.github.io/long-animation-frames/#queue-a-long-animation-frame-entry>Long Animation Frames API</a></strong> </dd>
<dt id="queue a media element task@@html%%dfn"><code class=prefix></code><span><strong>queue a media element task</strong> (<em>concept</em>) <a class='self-link' href='#queue%20a%20media%20element%20task%40%40html%25%25dfn' aria-label="Permalink for queue a media element task">§</a></span></dt>
<dd>Defined in <strong title='queue a media element task is defined in HTML'><a href=https://html.spec.whatwg.org/multipage/media.html#queue-a-media-element-task>HTML</a></strong> </dd>
<dd>Referenced in
<a href=https://webaudio.github.io/web-audio-api/ title='queue a media element task is referenced by Web Audio API'>Web Audio API</a>,
<a href=https://webaudio.github.io/web-audio-api/ title='queue a media element task is referenced by Web Audio API 1.1'>Web Audio API 1.1</a></dd>
<dt id="queue a microtask@@html%%dfn"><code class=prefix></code><span><strong>queue a microtask</strong> (<em>concept</em>) <a class='self-link' href='#queue%20a%20microtask%40%40html%25%25dfn' aria-label="Permalink for queue a microtask">§</a></span></dt>
<dd>Defined in <strong title='queue a microtask is defined in HTML'><a href=https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-microtask>HTML</a></strong> </dd>
<dd>Referenced in
<a href=https://dom.spec.whatwg.org/ title='queue a microtask is referenced by DOM'>DOM</a>,
<a href=https://streams.spec.whatwg.org/ title='queue a microtask is referenced by Streams'>Streams</a>,
<a href=https://webidl.spec.whatwg.org/ title='queue a microtask is referenced by Web IDL'>Web IDL</a>,
<a href=https://wicg.github.io/observable/ title='queue a microtask is referenced by Observable'>Observable</a>,
<a href=https://www.w3.org/2001/tag/doc/promises-guide title='queue a microtask is referenced by Writing Promise-Using Specifications'>Writing Promise-Using Specifications</a>,
<a href=https://w3c.github.io/ServiceWorker/ title='queue a microtask is referenced by Service Workers'>Service Workers</a>,
<a href=https://drafts.csswg.org/web-animations-1/ title='queue a microtask is referenced by Web Animations'>Web Animations</a></dd>
<dt id="queue a navigation PerformanceEntry@@performance-timeline%%dfn"><code class=prefix></code><span><strong>queue a navigation PerformanceEntry</strong> (<em>concept</em>) <a class='self-link' href='#queue%20a%20navigation%20PerformanceEntry%40%40performance-timeline%25%25dfn' aria-label="Permalink for queue a navigation PerformanceEntry">§</a></span></dt>
<dd>Defined in <strong title='queue a navigation PerformanceEntry is defined in Performance Timeline'><a href=https://w3c.github.io/performance-timeline/#dfn-queue-a-navigation-performanceentry>Performance Timeline</a></strong> </dd>
<dt id="queue a PerformanceEntry@@performance-timeline%%dfn"><code class=prefix></code><span><strong>queue a PerformanceEntry</strong> (<em>concept</em>) <a class='self-link' href='#queue%20a%20PerformanceEntry%40%40performance-timeline%25%25dfn' aria-label="Permalink for queue a PerformanceEntry">§</a></span></dt>
<dd>Defined in <strong title='queue a PerformanceEntry is defined in Performance Timeline'><a href=https://w3c.github.io/performance-timeline/#dfn-queue-a-performanceentry>Performance Timeline</a></strong> </dd>
<dd>Referenced in
<a href=https://w3c.github.io/long-animation-frames/ title='queue a PerformanceEntry is referenced by Long Animation Frames API'>Long Animation Frames API</a>,
<a href=https://wicg.github.io/element-timing/ title='queue a PerformanceEntry is referenced by Element Timing API'>Element Timing API</a>,
<a href=https://wicg.github.io/layout-instability/ title='queue a PerformanceEntry is referenced by Layout Instability'>Layout Instability</a>,
<a href=https://wicg.github.io/soft-navigations/ title='queue a PerformanceEntry is referenced by Soft Navigations'>Soft Navigations</a>,
<a href=https://w3c.github.io/event-timing/ title='queue a PerformanceEntry is referenced by Event Timing API'>Event Timing API</a>,
<a href=https://w3c.github.io/largest-contentful-paint/ title='queue a PerformanceEntry is referenced by Largest Contentful Paint'>Largest Contentful Paint</a>,
<a href=https://w3c.github.io/longtasks/ title='queue a PerformanceEntry is referenced by Long Tasks API'>Long Tasks API</a>,
<a href=https://w3c.github.io/paint-timing/ title='queue a PerformanceEntry is referenced by Paint Timing'>Paint Timing</a></dd>
<dt id="queue a storage task@@storage%%dfn"><code class=prefix></code><span><strong>queue a storage task</strong> (<em>concept</em>) <a class='self-link' href='#queue%20a%20storage%20task%40%40storage%25%25dfn' aria-label="Permalink for queue a storage task">§</a></span></dt>
<dd>Defined in <strong title='queue a storage task is defined in Storage'><a href=https://storage.spec.whatwg.org/#queue-a-storage-task>Storage</a></strong> </dd>
<dd>Referenced in
<a href=https://fs.spec.whatwg.org/ title='queue a storage task is referenced by File System'>File System</a>,
<a href=https://wicg.github.io/storage-buckets/ title='queue a storage task is referenced by Storage Buckets API'>Storage Buckets API</a></dd>
<dt id="queue a task@@html%%dfn"><code class=prefix></code><span><strong>queue a task</strong> (<em>concept</em>) <a class='self-link' href='#queue%20a%20task%40%40html%25%25dfn' aria-label="Permalink for queue a task">§</a></span></dt>
<dd>Defined in <strong title='queue a task is defined in HTML'><a href=https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task>HTML</a></strong> </dd>
<dd>Referenced in
<a href=https://notifications.spec.whatwg.org/ title='queue a task is referenced by Notifications API'>Notifications API</a>,
<a href=https://patcg-individual-drafts.github.io/private-aggregation-api/ title='queue a task is referenced by Private Aggregation API'>Private Aggregation API</a>,
<a href=https://webassembly.github.io/content-security-policy/js-api/ title='queue a task is referenced by WebAssembly JavaScript Interface: Content Security Policy'>WebAssembly JavaScript Interface: Content Security Policy</a>,
<a href=https://webassembly.github.io/esm-integration/js-api/ title='queue a task is referenced by WebAssembly JavaScript Interface: ESM Integration'>WebAssembly JavaScript Interface: ESM Integration</a>,
<a href=https://webassembly.github.io/exception-handling/js-api/ title='queue a task is referenced by WebAssembly JavaScript Interface: Exception Handling'>WebAssembly JavaScript Interface: Exception Handling</a>,
<a href=https://webassembly.github.io/js-promise-integration/js-api/ title='queue a task is referenced by WebAssembly JavaScript Interface: Promise Integration'>WebAssembly JavaScript Interface: Promise Integration</a>,
<a href=https://webassembly.github.io/js-string-builtins/js-api/ title='queue a task is referenced by WebAssembly JavaScript Interface: JS String Builtins'>WebAssembly JavaScript Interface: JS String Builtins</a>,
<a href=https://webassembly.github.io/js-types/js-api/ title='queue a task is referenced by WebAssembly JavaScript Interface: Type Reflection'>WebAssembly JavaScript Interface: Type Reflection</a>,
<a href=https://webassembly.github.io/threads/js-api/ title='queue a task is referenced by WebAssembly JavaScript Interface: Threading'>WebAssembly JavaScript Interface: Threading</a>,
<a href=https://webbluetoothcg.github.io/web-bluetooth/ title='queue a task is referenced by Web Bluetooth'>Web Bluetooth</a>,
<a href=https://webbluetoothcg.github.io/web-bluetooth/scanning.html title='queue a task is referenced by Web Bluetooth Scanning'>Web Bluetooth Scanning</a>,
<a href=https://webidl.spec.whatwg.org/ title='queue a task is referenced by Web IDL'>Web IDL</a>,
<a href=https://websockets.spec.whatwg.org/ title='queue a task is referenced by WebSockets'>WebSockets</a>,
<a href=https://wicg.github.io/attribution-reporting-api/ title='queue a task is referenced by Attribution Reporting'>Attribution Reporting</a>,
<a href=https://wicg.github.io/background-fetch/ title='queue a task is referenced by Background Fetch'>Background Fetch</a>,
<a href=https://wicg.github.io/content-index/spec/ title='queue a task is referenced by Content Index'>Content Index</a>,
<a href=https://wicg.github.io/entries-api/ title='queue a task is referenced by File and Directory Entries API'>File and Directory Entries API</a>,
<a href=https://wicg.github.io/fenced-frame/ title='queue a task is referenced by Fenced Frame'>Fenced Frame</a>,
<a href=https://wicg.github.io/local-font-access/ title='queue a task is referenced by Local Font Access'>Local Font Access</a>,
<a href=https://wicg.github.io/manifest-incubations/ title='queue a task is referenced by Manifest Incubations'>Manifest Incubations</a>,
<a href=https://wicg.github.io/permissions-revoke/ title='queue a task is referenced by Relinquishing Permissions'>Relinquishing Permissions</a>,
<a href=https://wicg.github.io/shared-storage/ title='queue a task is referenced by Shared Storage API'>Shared Storage API</a>,
<a href=https://wicg.github.io/soft-navigations/ title='queue a task is referenced by Soft Navigations'>Soft Navigations</a>,
<a href=https://wicg.github.io/ua-client-hints/ title='queue a task is referenced by User-Agent Client Hints'>User-Agent Client Hints</a>,
<a href=https://wicg.github.io/webpackage/loading.html title='queue a task is referenced by Loading Signed Exchanges'>Loading Signed Exchanges</a>,
<a href=https://www.w3.org/2001/tag/doc/promises-guide title='queue a task is referenced by Writing Promise-Using Specifications'>Writing Promise-Using Specifications</a>,
<a href=https://w3c.github.io/audio-session/ title='queue a task is referenced by Audio Session'>Audio Session</a>,
<a href=https://w3c.github.io/contact-picker/ title='queue a task is referenced by Contact Picker API'>Contact Picker API</a>,
<a href=https://w3c.github.io/webappsec-credential-management/ title='queue a task is referenced by Credential Management 1'>Credential Management 1</a>,
<a href=https://w3c.github.io/webappsec-csp/ title='queue a task is referenced by Content Security Policy 3'>Content Security Policy 3</a>,
<a href=https://drafts.css-houdini.org/css-animationworklet-1/ title='queue a task is referenced by CSS Animation Worklet API'>CSS Animation Worklet API</a>,
<a href=https://drafts.css-houdini.org/css-layout-api-1/ title='queue a task is referenced by CSS Layout API 1'>CSS Layout API 1</a>,
<a href=https://drafts.css-houdini.org/css-paint-api-1/ title='queue a task is referenced by CSS Painting API 1'>CSS Painting API 1</a>,
<a href=https://w3c.github.io/encrypted-media/ title='queue a task is referenced by Encrypted Media Extensions'>Encrypted Media Extensions</a>,
<a href=https://w3c.github.io/FileAPI/ title='queue a task is referenced by File API'>File API</a>,
<a href=https://w3c.github.io/gamepad/ title='queue a task is referenced by Gamepad'>Gamepad</a>,
<a href=https://w3c.github.io/geolocation/ title='queue a task is referenced by Geolocation'>Geolocation</a>,
<a href=https://w3c.github.io/IndexedDB/ title='queue a task is referenced by Indexed DB 3.0'>Indexed DB 3.0</a>,
<a href=https://w3c.github.io/IntersectionObserver/ title='queue a task is referenced by Intersection Observer'>Intersection Observer</a>,
<a href=https://w3c.github.io/media-source/ title='queue a task is referenced by Media Source Extensions™'>Media Source Extensions™</a>,
<a href=https://w3c.github.io/mediacapture-transform/ title='queue a task is referenced by MediaStreamTrack Insertable Media Processing using Streams'>MediaStreamTrack Insertable Media Processing using Streams</a>,
<a href=https://w3c.github.io/mediasession/ title='queue a task is referenced by Media Session'>Media Session</a>,
<a href=https://w3c.github.io/payment-request/ title='queue a task is referenced by Payment Request API'>Payment Request API</a>,
<a href=https://w3c.github.io/performance-timeline/ title='queue a task is referenced by Performance Timeline'>Performance Timeline</a>,
<a href=https://w3c.github.io/permissions/ title='queue a task is referenced by Permissions'>Permissions</a>,
<a href=https://w3c.github.io/picture-in-picture/ title='queue a task is referenced by Picture-in-Picture'>Picture-in-Picture</a>,
<a href=https://w3c.github.io/remote-playback/ title='queue a task is referenced by Remote Playback API'>Remote Playback API</a>,
<a href=https://w3c.github.io/reporting/ title='queue a task is referenced by Reporting API'>Reporting API</a>,
<a href=https://w3c.github.io/requestidlecallback/ title='queue a task is referenced by requestIdleCallback()'>requestIdleCallback()</a>,
<a href=https://w3c.github.io/resource-timing/ title='queue a task is referenced by Resource Timing'>Resource Timing</a>,
<a href=https://w3c.github.io/screen-orientation/ title='queue a task is referenced by Screen Orientation'>Screen Orientation</a>,
<a href=https://w3c.github.io/selection-api/ title='queue a task is referenced by Selection API'>Selection API</a>,
<a href=https://w3c.github.io/ServiceWorker/ title='queue a task is referenced by Service Workers'>Service Workers</a>,
<a href=https://webassembly.github.io/spec/js-api/ title='queue a task is referenced by WebAssembly JavaScript Interface'>WebAssembly JavaScript Interface</a>,
<a href=https://drafts.csswg.org/web-animations-1/ title='queue a task is referenced by Web Animations'>Web Animations</a>,
<a href=https://webaudio.github.io/web-audio-api/ title='queue a task is referenced by Web Audio API'>Web Audio API</a>,
<a href=https://webaudio.github.io/web-audio-api/ title='queue a task is referenced by Web Audio API 1.1'>Web Audio API 1.1</a>,
<a href=https://w3c.github.io/webcodecs/ title='queue a task is referenced by WebCodecs'>WebCodecs</a>,
<a href=https://w3c.github.io/webcrypto/ title='queue a task is referenced by Web Cryptography API'>Web Cryptography API</a>,
<a href=https://w3c.github.io/webdriver-bidi/ title='queue a task is referenced by WebDriver BiDi'>WebDriver BiDi</a>,
<a href=https://w3c.github.io/webrtc-encoded-transform/ title='queue a task is referenced by WebRTC Encoded Transform'>WebRTC Encoded Transform</a>,
<a href=https://w3c.github.io/webrtc-pc/ title='queue a task is referenced by WebRTC 1.0'>WebRTC 1.0</a>,
<a href=https://immersive-web.github.io/dom-overlays/ title='queue a task is referenced by WebXR DOM Overlays'>WebXR DOM Overlays</a>,
<a href=https://immersive-web.github.io/lighting-estimation/ title='queue a task is referenced by WebXR Lighting Estimation API 1'>WebXR Lighting Estimation API 1</a>,
<a href=https://immersive-web.github.io/webxr/ title='queue a task is referenced by WebXR Device API'>WebXR Device API</a>,
<a href=https://immersive-web.github.io/layers/ title='queue a task is referenced by WebXR Layers API 1'>WebXR Layers API 1</a></dd>
<dt id="queue an automatic expiry task@@webgpu%%abstract-op"><code class=prefix></code><span><strong>queue an automatic expiry task</strong> (<em>algorithm</em>) <a class='self-link' href='#queue%20an%20automatic%20expiry%20task%40%40webgpu%25%25abstract-op' aria-label="Permalink for queue an automatic expiry task">§</a></span></dt>
<dd>Defined in <strong title='queue an automatic expiry task is defined in WebGPU'><a href=https://gpuweb.github.io/gpuweb/#abstract-opdef-queue-an-automatic-expiry-task>WebGPU</a></strong> </dd>
<dt id="queue an element task@@html%%dfn"><code class=prefix></code><span><strong>queue an element task</strong> (<em>concept</em>) <a class='self-link' href='#queue%20an%20element%20task%40%40html%25%25dfn' aria-label="Permalink for queue an element task">§</a></span></dt>
<dd>Defined in <strong title='queue an element task is defined in HTML'><a href=https://html.spec.whatwg.org/multipage/webappapis.html#queue-an-element-task>HTML</a></strong> </dd>
<dd>Referenced in
<a href=https://wicg.github.io/portals/ title='queue an element task is referenced by Portals'>Portals</a>,
<a href=https://w3c.github.io/media-source/ title='queue an element task is referenced by Media Source Extensions™'>Media Source Extensions™</a>,
<a href=https://w3c.github.io/pointerlock/ title='queue an element task is referenced by Pointer Lock 2.0'>Pointer Lock 2.0</a>,
<a href=https://w3c.github.io/webdriver-bidi/ title='queue an element task is referenced by WebDriver BiDi'>WebDriver BiDi</a></dd>
<dt id="queue the navigation timing entry@@navigation-timing%%dfn"><code class=prefix></code><span><strong>queue the navigation timing entry</strong> (<em>concept</em>) <a class='self-link' href='#queue%20the%20navigation%20timing%20entry%40%40navigation-timing%25%25dfn' aria-label="Permalink for queue the navigation timing entry">§</a></span></dt>
<dd>Defined in <strong title='queue the navigation timing entry is defined in Navigation Timing 2'><a href=https://w3c.github.io/navigation-timing/#dfn-queue-the-navigation-timing-entry>Navigation Timing 2</a></strong> </dd>
<dd>Referenced in
<a href=https://html.spec.whatwg.org/multipage/ title='queue the navigation timing entry is referenced by HTML'>HTML</a></dd>
<dt id="[[QueuedEntries]]@@IntersectionObserver@attribute"><code class=prefix><a href='i.html#IntersectionObserver@@@@interface'>IntersectionObserver</a>.</code><span><strong><code class=webidl>[[QueuedEntries]]</code></strong> (<em>internal slot</em>) <a class='self-link' href='#%5B%5BQueuedEntries%5D%5D%40%40IntersectionObserver%40attribute' aria-label="Permalink for <a href='i.html#IntersectionObserver@@@@interface'>IntersectionObserver</a>.[[QueuedEntries]]">§</a></span></dt>
<dd>Defined in <strong title='[[QueuedEntries]] is defined in Intersection Observer'><a href=https://w3c.github.io/IntersectionObserver/#dom-intersectionobserver-queuedentries-slot>Intersection Observer</a></strong> </dd>
<dt id="queueMicrotask(callback)@@WindowOrWorkerGlobalScope@method"><code class=prefix><a href='w.html#WindowOrWorkerGlobalScope@@@@interface'>WindowOrWorkerGlobalScope</a>.</code><span><strong><code class=webidl>queueMicrotask(callback)</code></strong> (<em>WebIDL operation</em>) <a class='self-link' href='#queueMicrotask(callback)%40%40WindowOrWorkerGlobalScope%40method' aria-label="Permalink for <a href='w.html#WindowOrWorkerGlobalScope@@@@interface'>WindowOrWorkerGlobalScope</a>.queueMicrotask(callback)">§</a></span></dt>
<dd>Defined in <strong title='queueMicrotask(callback) is defined in HTML'><a href=https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask>HTML</a></strong> </dd>
<dt id="queues a Handwriting Recognition API task@@handwriting-recognition%%dfn"><code class=prefix></code><span><strong>queues a Handwriting Recognition API task</strong> (<em>concept</em>) <a class='self-link' href='#queues%20a%20Handwriting%20Recognition%20API%20task%40%40handwriting-recognition%25%25dfn' aria-label="Permalink for queues a Handwriting Recognition API task">§</a></span></dt>
<dd>Defined in <strong title='queues a Handwriting Recognition API task is defined in Handwriting Recognition API'><a href=https://wicg.github.io/handwriting-recognition/#queues-a-handwriting-recognition-api-task>Handwriting Recognition API</a></strong> </dd>
<dt id="QueuingStrategy@@@@dictionary"><code class=prefix></code><span><strong><code class=webidl>QueuingStrategy</code></strong> (<em>WebIDL dictionary</em>) <a class='self-link' href='#QueuingStrategy%40%40%40%40dictionary' aria-label="Permalink for QueuingStrategy">§</a></span></dt>
<dd>Defined in <strong title='QueuingStrategy is defined in Streams'><a href=https://streams.spec.whatwg.org/#dictdef-queuingstrategy>Streams</a></strong> </dd>
<dd>Related terms: <code>QueuingStrategy.</code><a href='h.html#highWaterMark@@QueuingStrategy@dict-member'><code>highWaterMark</code></a>, <code>QueuingStrategy.</code><a href='s.html#size@@QueuingStrategy@dict-member'><code>size</code></a></dd>
<dd>see also <a href='https://dontcallmedom.github.io/webidlpedia/names/QueuingStrategy.html' title='QueuingStrategy entry on WebIDLpedia'>WebIDLPedia</a></dd><dt id="QueuingStrategyInit@@@@dictionary"><code class=prefix></code><span><strong><code class=webidl>QueuingStrategyInit</code></strong> (<em>WebIDL dictionary</em>) <a class='self-link' href='#QueuingStrategyInit%40%40%40%40dictionary' aria-label="Permalink for QueuingStrategyInit">§</a></span></dt>
<dd>Defined in <strong title='QueuingStrategyInit is defined in Streams'><a href=https://streams.spec.whatwg.org/#dictdef-queuingstrategyinit>Streams</a></strong> </dd>
<dd>Related terms: <code>QueuingStrategyInit.</code><a href='h.html#highWaterMark@@QueuingStrategyInit@dict-member'><code>highWaterMark</code></a></dd>
<dd>see also <a href='https://dontcallmedom.github.io/webidlpedia/names/QueuingStrategyInit.html' title='QueuingStrategyInit entry on WebIDLpedia'>WebIDLPedia</a></dd><dt id="QueuingStrategySize@@@@callback"><code class=prefix></code><span><strong><code class=webidl>QueuingStrategySize</code></strong> (<em>WebIDL callback</em>) <a class='self-link' href='#QueuingStrategySize%40%40%40%40callback' aria-label="Permalink for QueuingStrategySize">§</a></span></dt>
<dd>Defined in <strong title='QueuingStrategySize is defined in Streams'><a href=https://streams.spec.whatwg.org/#callbackdef-queuingstrategysize>Streams</a></strong> </dd>
<dt id="quirks mode@@dom%%dfn"><code class=prefix></code><span><strong>quirks mode</strong> (<em>concept</em>) <a class='self-link' href='#quirks%20mode%40%40dom%25%25dfn' aria-label="Permalink for quirks mode">§</a></span></dt>
<dd>Defined in <strong title='quirks mode is defined in DOM'><a href=https://dom.spec.whatwg.org/#concept-document-quirks>DOM</a></strong> </dd>
<dd>Referenced in
<a href=https://html.spec.whatwg.org/multipage/ title='quirks mode is referenced by HTML'>HTML</a>,
<a href=https://quirks.spec.whatwg.org/ title='quirks mode is referenced by Quirks Mode'>Quirks Mode</a>,
<a href=https://wicg.github.io/document-policy/ title='quirks mode is referenced by Document Policy'>Document Policy</a>,
<a href=https://drafts.csswg.org/css-cascade-4/ title='quirks mode is referenced by CSS Cascading 4'>CSS Cascading 4</a>,
<a href=https://drafts.csswg.org/css-cascade-5/ title='quirks mode is referenced by CSS Cascading 5'>CSS Cascading 5</a>,
<a href=https://drafts.csswg.org/css-color-4/ title='quirks mode is referenced by CSS Color 4'>CSS Color 4</a>,
<a href=https://drafts.csswg.org/css-values-4/ title='quirks mode is referenced by CSS Values 4'>CSS Values 4</a>,
<a href=https://drafts.csswg.org/cssom-1/ title='quirks mode is referenced by CSSOM'>CSSOM</a>,
<a href=https://drafts.csswg.org/cssom-view-1/ title='quirks mode is referenced by CSSOM View'>CSSOM View</a>,
<a href=https://drafts.csswg.org/selectors-4/ title='quirks mode is referenced by Selectors 4'>Selectors 4</a></dd>
<dt id="<quirky-color>@@@@type"><code class=prefix></code><span><strong><code class=css><quirky-color></code></strong> (<em>CSS type</em>) <a class='self-link' href='#%3Cquirky-color%3E%40%40%40%40type' aria-label="Permalink for <quirky-color>">§</a></span></dt>
<dd>Defined in <strong title='<quirky-color> is defined in CSS Color 4'><a href=https://drafts.csswg.org/css-color-4/#typedef-quirky-color>CSS Color 4</a></strong> </dd>
<dt id="<quirky-length>@@@@type"><code class=prefix></code><span><strong><code class=css><quirky-length></code></strong> (<em>CSS type</em>) <a class='self-link' href='#%3Cquirky-length%3E%40%40%40%40type' aria-label="Permalink for <quirky-length>">§</a></span></dt>
<dd>Defined in <strong title='<quirky-length> is defined in CSS Values 4'><a href=https://drafts.csswg.org/css-values-4/#typedef-quirky-length>CSS Values 4</a></strong> </dd>
<dt id="quota@@StorageBucketOptions@dict-member"><code class=prefix><a href='s.html#StorageBucketOptions@@@@dictionary'>StorageBucketOptions</a>.</code><span><strong><code class=webidl>quota</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#quota%40%40StorageBucketOptions%40dict-member' aria-label="Permalink for <a href='s.html#StorageBucketOptions@@@@dictionary'>StorageBucketOptions</a>.quota">§</a></span></dt>
<dd>Defined in <strong title='quota is defined in Storage Buckets API'><a href=https://wicg.github.io/storage-buckets/#dom-storagebucketoptions-quota>Storage Buckets API</a></strong> </dd>
<dt id="quota@@StorageEstimate@dict-member"><code class=prefix><a href='s.html#StorageEstimate@@@@dictionary'>StorageEstimate</a>.</code><span><strong><code class=webidl>quota</code></strong> (<em>WebIDL dictionary member</em>) <a class='self-link' href='#quota%40%40StorageEstimate%40dict-member' aria-label="Permalink for <a href='s.html#StorageEstimate@@@@dictionary'>StorageEstimate</a>.quota">§</a></span></dt>
<dd>Defined in <strong title='quota is defined in Storage'><a href=https://storage.spec.whatwg.org/#dom-storageestimate-quota>Storage</a></strong> </dd>
<dd>Referenced in
<a href=https://wicg.github.io/storage-buckets/ title='quota is referenced by Storage Buckets API'>Storage Buckets API</a></dd>
<dt id="QUOTA_EXCEEDED_ERR@@DOMException@const"><code class=prefix><a href='d.html#DOMException@@@@interface'>DOMException</a>.</code><span><strong><code class=webidl>QUOTA_EXCEEDED_ERR</code></strong> (<em>WebIDL constant</em>) <a class='self-link' href='#QUOTA_EXCEEDED_ERR%40%40DOMException%40const' aria-label="Permalink for <a href='d.html#DOMException@@@@interface'>DOMException</a>.QUOTA_EXCEEDED_ERR">§</a></span></dt>
<dd>Defined in <strong title='QUOTA_EXCEEDED_ERR is defined in Web IDL'><a href=https://webidl.spec.whatwg.org/#dom-domexception-quota_exceeded_err>Web IDL</a></strong> </dd>
<dt id="quota-exceeded@@BackgroundFetchFailureReason@enum-value"><code class=prefix></code><span><strong><code class=webidl>"quota-exceeded"</code></strong> (<em>value for <a href='b.html#BackgroundFetchFailureReason@@@@enum'><code>BackgroundFetchFailureReason</code></a> WebIDL enumeration</em>) <a class='self-link' href='#quota-exceeded%40%40BackgroundFetchFailureReason%40enum-value' aria-label="Permalink for quota-exceeded">§</a></span></dt>
<dd>Defined in <strong title='quota-exceeded is defined in Background Fetch'><a href=https://wicg.github.io/background-fetch/#dom-backgroundfetchfailurereason-quota-exceeded>Background Fetch</a></strong> </dd>
<dt id="QuotaExceededError@@webidl%%exception"><code class=prefix></code><span><strong><code class=webidl>QuotaExceededError</code></strong> (<em>exception</em>) <a class='self-link' href='#QuotaExceededError%40%40webidl%25%25exception' aria-label="Permalink for QuotaExceededError">§</a></span></dt>
<dd>Defined in <strong title='QuotaExceededError is defined in Web IDL'><a href=https://webidl.spec.whatwg.org/#quotaexceedederror>Web IDL</a></strong> </dd>
<dd>Referenced in
<a href=https://fs.spec.whatwg.org/ title='QuotaExceededError is referenced by File System'>File System</a>,
<a href=https://html.spec.whatwg.org/multipage/ title='QuotaExceededError is referenced by HTML'>HTML</a>,
<a href=https://wicg.github.io/handwriting-recognition/ title='QuotaExceededError is referenced by Handwriting Recognition API'>Handwriting Recognition API</a>,
<a href=https://wicg.github.io/writing-assistance-apis/ title='QuotaExceededError is referenced by Writing Assistance APIs'>Writing Assistance APIs</a>,
<a href=https://w3c.github.io/IndexedDB/ title='QuotaExceededError is referenced by Indexed DB 3.0'>Indexed DB 3.0</a>,
<a href=https://w3c.github.io/media-source/ title='QuotaExceededError is referenced by Media Source Extensions™'>Media Source Extensions™</a>,
<a href=https://w3c.github.io/ServiceWorker/ title='QuotaExceededError is referenced by Service Workers'>Service Workers</a>,
<a href=https://w3c.github.io/webcodecs/ title='QuotaExceededError is referenced by WebCodecs'>WebCodecs</a>,
<a href=https://w3c.github.io/webcrypto/ title='QuotaExceededError is referenced by Web Cryptography API'>Web Cryptography API</a>,
<a href=https://w3c.github.io/webtransport/ title='QuotaExceededError is referenced by WebTransport'>WebTransport</a></dd>
<dt id="<quote>@@@@type"><code class=prefix></code><span><strong><code class=css><quote></code></strong> (<em>CSS type</em>) <a class='self-link' href='#%3Cquote%3E%40%40%40%40type' aria-label="Permalink for <quote>">§</a></span></dt>
<dd>Defined in <strong title='<quote> is defined in CSS Generated Content 3'><a href=https://drafts.csswg.org/css-content-3/#typedef-quote>CSS Generated Content 3</a></strong> </dd>
<dd>Related terms: <em>CSS value</em> <a href='c.html#close-quote@@<content-list>@value'><code>close-quote</code></a>, <em>CSS value</em> <a href='n.html#no-close-quote@@<content-list>@value'><code>no-close-quote</code></a>, <em>CSS value</em> <a href='n.html#no-open-quote@@<content-list>@value'><code>no-open-quote</code></a>, <em>CSS value</em> <a href='o.html#open-quote@@<content-list>@value'><code>open-quote</code></a></dd>
<dt id="QuoteJSONString@@ecmascript%%abstract-op"><code class=prefix></code><span><strong><code class=concept>QuoteJSONString</code></strong> (<em>algorithm</em>) <a class='self-link' href='#QuoteJSONString%40%40ecmascript%25%25abstract-op' aria-label="Permalink for QuoteJSONString">§</a></span></dt>
<dd>Defined in <strong title='QuoteJSONString is defined in ECMAScript'><a href=https://tc39.es/ecma262/multipage/structured-data.html#sec-quotejsonstring>ECMAScript</a></strong> </dd>
<dd>Referenced in
<a href=https://tc39.es/proposal-json-parse-with-source/ title='QuoteJSONString is referenced by JSON.parse source text access'>JSON.parse source text access</a></dd>
<dt id="quotes@@@@property"><code class=prefix></code><span><strong><code class=css>quotes</code></strong> (<em>CSS property</em>) <a class='self-link' href='#quotes%40%40%40%40property' aria-label="Permalink for quotes">§</a></span></dt>
<dd>Defined in <strong title='quotes is defined in CSS Generated Content 3'><a href=https://drafts.csswg.org/css-content-3/#propdef-quotes>CSS Generated Content 3</a></strong> , <strong title='quotes is defined in CSS 2.1'><a href=https://www.w3.org/TR/CSS21/generate.html#propdef-quotes>CSS 2.1</a></strong> , <strong title='quotes is defined in CSS 2.2'><a href=https://drafts.csswg.org/css2/#propdef-quotes>CSS 2.2</a></strong> </dd>
<dd>Referenced in
<a href=https://drafts.css-houdini.org/css-typed-om-1/ title='quotes is referenced by CSS Typed OM 1'>CSS Typed OM 1</a></dd>
<dd>Related terms: <em>CSS value</em> <a href='other.html#[<string> <string>]+@@quotes@value'><code>[<string> <string>]+</code></a>, <em>CSS value</em> <a href='a.html#auto@@quotes@value'><code>auto</code></a>, <em>CSS value</em> <a href='m.html#match-parent@@quotes@value'><code>match-parent</code></a>, <em>CSS value</em> <a href='n.html#none@@quotes@value'><code>none</code></a></dd>
</dl>