forked from whatwg/html
-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathdfns.json
839 lines (839 loc) · 42.3 KB
/
dfns.json
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
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
{
"browsing context": "浏览环境",
"concept-meta-extensions": "扩展",
"concept-rel-extensions": "预定义链接类型的扩展",
"plugin": "插件",
"valid integer": "合法的整数",
"rules for parsing integers": "解析整数的规则",
"x-this": "这样",
"synchronous section": "同步部分",
"syntax-start-tag": "开始标签",
"syntax-end-tag": "结束标签",
"syntax-tag-omission": "省略",
"hyperlink": "超链接",
"syntax-attributes": "属性",
"syntax-attribute-name": "属性名",
"syntax-attribute-value": "属性值",
"ascii whitespace": "空格",
"document element": "document 元素",
"event handler content attributes": "事件处理内容属性",
"parse error": "解析错误",
"no-quirks mode": "非怪异模式",
"quirks mode": "怪异模式",
"interactive content": "交互式内容",
"paragraph": "段落",
"the html syntax": "HTML 语法",
"the xml syntax": "XML 语法",
"document": "文档",
"html documents": "HTML 文档",
"xml documents": "XML 文档",
"critical subresources": "关键子资源",
"html elements": "HTML 元素",
"element type": "元素类型",
"xml-compatible": "XML 兼容的",
"ignore": "忽略",
"control": "控制字符",
"nodes are inserted": "插入节点 <var>A</var>",
"concept-node-insert-ext": "插入步骤",
"nodes are removed": "移除节点 <var>A</var>",
"concept-node-remove-ext": "移除步骤",
"node is inserted into a document": "插入节点到文档",
"in a document tree": "在文档树中",
"node is removed from a document": "从文档中移除节点",
"becomes connected": "变成已连接的",
"becomes disconnected": "变成了分离的",
"connected": "已连接的",
"shadow-including root": "包含 Shadow 的根",
"concept-document-bc": "浏览环境",
"browsing-context connected": "连接到浏览环境的",
"becomes browsing-context connected": "连接到了浏览环境",
"becomes browsing-context disconnected": "与浏览环境分离了",
"live": "活的",
"child browsing context": "子浏览环境",
"concept-plugin-secure": "安全",
"encoding": "字符编码",
"encoding name": "编码名称",
"encoding label": "编码标签",
"utf-16 encoding": "UTF-16 编码",
"ascii-compatible encoding": "ASCII 兼容的编码",
"conforming documents": "符合规范的文档",
"html namespace": "HTML 命名空间",
"html mime type": "HTML MIME 类型",
"scripting flag": "脚本标志",
"outline": "文档大纲",
"other applicable specifications": "适用规范",
"willful violation": "有意的违反",
"converted to ascii lowercase": "改为 ASCII 小写",
"html parser": "HTML 解析器",
"stack of open elements": "打开元素栈",
"stop parsing": "停止解析",
"current document readiness": "当前文档就绪状态",
"navigate": "导航",
"event loop": "事件循环",
"white_space": "空格字符",
"boolean attribute": "布尔属性",
"ascii case-insensitive": "ASCII 大小写不敏感",
"enumerated attribute": "枚举属性",
"ascii digits": "ASCII 数字",
"skip ascii whitespace": "跳过",
"collect a sequence of code points": "收集",
"valid non-negative integer": "合法的非负整数",
"rules for parsing non-negative integers": "解析非负整数的规则",
"valid floating-point number": "合法的浮点数",
"rules for parsing floating-point number values": "解析浮点数值的规则",
"value sanitization algorithm": "值清理算法",
"parse a srcset attribute": "解析 srcset 属性",
"best representation of the number as a floating-point number": "浮点数的最佳表示 <var>n</var>",
"rules for parsing dimension values": "解析维度值的规则",
"rules for parsing nonzero dimension values": "解析非零维度值的规则",
"valid list of floating-point numbers": "合法的浮点数列表",
"rules for parsing a list of floating-point numbers": "解析浮点数列表的规则",
"rules for parsing a list of dimensions": "解析维度值列表的规则",
"split a string on commas": "用逗号分割 <var>raw input</var> 字符串",
"number of days in month month of year year": "<var>year</var> 年 <var>month</var> 月的天数",
"proleptic gregorian calendar": "外推格里历",
"proleptic-gregorian date": "外推格里历日期",
"concept-month": "月份",
"valid month string": "合法的月字符串",
"parse a month string": "解析月字符串",
"parse a month component": "解析月的部分",
"concept-date": "日期",
"valid date string": "合法的日期字符串",
"parse a date string": "解析日期字符串",
"parse a date component": "解析日期部分",
"concept-yearless-date": "无年的日期",
"valid yearless date string": "合法的无年日期",
"parse a yearless date string": "解析无年的日期字符串",
"parse a yearless date component": "解析无年的日期部分",
"concept-time": "时间",
"valid time string": "合法的时间字符串",
"parse a time string": "解析时间字符串",
"parse a time component": "解析时间部分",
"concept-datetime-local": "本地日期和时间",
"valid local date and time string": "合法的本地日期和时间字符串",
"valid normalized local date and time string": "合法的正则化的本地日期和时间字符串",
"parse a local date and time string": "解析本地日期和时间字符串",
"concept-timezone": "时区",
"valid time-zone offset string": "合法的时区字符串",
"concept-datetime": "全球日期和时间",
"parse a time-zone offset string": "解析时区偏移字符串",
"parse a time-zone offset component": "解析时区偏移部分",
"valid global date and time string": "合法的全球日期和时间字符串",
"parse a global date and time string": "解析全球日期和时间字符串",
"concept-week": "星期",
"week number of the last day": "最后一天的周号",
"valid week string": "合法的星期字符串",
"parse a week string": "解析星期字符串",
"concept-duration": "时间间隔",
"valid duration string": "合法的时间间隔字符串",
"duration time component": "时间间隔组件",
"duration time component scale": "倍数",
"parse a duration string": "解析时间间隔字符串",
"valid date string with optional time": "合法的可选时间的日期字符串",
"parse a date or time string": "解析日期或时间字符串",
"simple color": "简单颜色",
"valid simple color": "合法的简单颜色",
"ascii hex digits": "ASCII 十六进制数",
"valid lowercase simple color": "合法的小写简单颜色",
"rules for parsing simple color values": "解析简单色值的规则",
"rules for serializing simple color values": "序列化简单色值的规则",
"ascii lower hex digit": "ASCII 小写十六进制数字",
"rules for parsing a legacy color value": "解析遗留色值的规则",
"strip leading and trailing ascii whitespace": "移除前后的 ASCII 空白",
"named color": "命名颜色",
"canvas-context-2d": "2D 图形上下文",
"set of space-separated tokens": "空格分隔的令牌集合",
"unordered set of unique space-separated tokens": "空格分隔的无序不重复令牌集合",
"ordered set of unique space-separated tokens": "空格分隔的有序不重复令牌集合",
"set of comma-separated tokens": "逗号分隔的令牌集合",
"valid hash-name reference": "合法的哈希名引用",
"tree": "树",
"rules for parsing a hash-name reference": "解析对 <var>type</var> 类型的元素的哈希名引用的规则",
"tree order": "树序",
"valid media query list": "合法的媒体查询列表",
"matches the environment": "匹配用户环境",
"valid url string": "合法 URL 字符串",
"valid non-empty url": "合法的非空 URL",
"valid url potentially surrounded by spaces": "可能由空格包裹的合法 URL",
"valid non-empty url potentially surrounded by spaces": "可能由空格包裹的合法的非空 URL",
"an iframe srcdoc document": "<code>iframe</code> <code data-x=\"attr-iframe-srcdoc\">srcdoc</code> 文档",
"fallback base url": "后备基 URL",
"url record": "URL 记录",
"browsing context container": "浏览环境容器",
"node document": "节点文档",
"document base url": "文档基 URL",
"creator browsing context": "创建者浏览环境",
"creator base url": "创建者的基 URL",
"absolute url": "绝对 URL",
"frozen base url": "冻结的 base URL",
"url parser": "URL 解析器",
"parse a url": "解析 URL",
"resulting url string": "结果 URL 字符串",
"resulting url record": "结果 URL 记录",
"document's character encoding": "字符编码",
"api url character encoding": "API URL 字符编码",
"api base url": "API 基 URL",
"concept-url-serializer": "URL 序列化",
"affected by a base url change": "受基 URL 变化的影响",
"base url change steps": "基 URL 变化步骤",
"pseudo-class": "伪类",
"concept-response-type": "类型",
"concept-response": "响应",
"unsafe response": "不安全响应",
"concept-internal-response": "内部响应",
"create a potential-cors request": "创建一个可能 CORS 的请求",
"concept-request-destination": "目标地址",
"concept-request-mode": "模式",
"concept-request-credentials-mode": "credentials 模式",
"use-url-credentials flag": "use-URL-credentials 标志",
"content-type": "Content-Type 元数据",
"content-type sniffing": "计算后的 MIME 类型",
"content-type sniffing: image": "嗅探图片 Content-Type 的规则",
"content-type sniffing: text or binary": "区分资源是文本还是二进制的规则",
"content-type sniffing: video": "嗅探音频和视频的规则",
"mime type": "MIME 类型",
"algorithm for extracting a character encoding from a meta element": "从一个 <code>meta</code> 元素提起字符编码的算法",
"getting an encoding": "获取编码",
"cors settings attribute": "CORS 设置属性",
"attr-crossorigin-anonymous": "匿名",
"concept-request": "请求",
"attr-crossorigin-use-credentials": "使用 Credentials",
"reflect": "反映",
"referrer policy attribute": "引荐来源策略属性",
"referrer policy": "引荐来源策略",
"concept-fetch": "获取",
"concept-idl-convert": "转换",
"limited to only known values": "只限于已知的一些值",
"limited to only non-negative numbers": "仅限为非负数字",
"limited to only non-negative numbers greater than zero": "仅限于大于零的非负整数",
"limited to only non-negative numbers greater than zero with fallback": "仅限于有fallback 的大于0的非负整数",
"clamped to the range": "固定范围",
"limited to numbers greater than zero": "仅限于大于零的数字",
"concept-collection": "集合",
"category-listed": "列出的元素",
"supported property indices": "支持的属性下标",
"supported property names": "支持的属性名",
"represented by the collection": "该集合表示的",
"attr-input-type-radio": "单选按钮",
"concept-fe-checked": "选中状态",
"set the value of a new indexed property": "设置一个新的索引属性的值",
"set the value of an existing indexed property": "设置已存在的索引属性的值",
"concept-node-append": "追加",
"concept-node-replace": "替换",
"pre-insert": "之前插入",
"list": "列表",
"list size": "大小",
"list is empty": "为空",
"list contains": "包含",
"serializable objects": "可序列化对象",
"javascript realm": "JavaScript 领域",
"origin": "域",
"platform object": "平台对象",
"extended attribute": "扩展属性",
"serialization steps": "序列化步骤",
"record": "记录",
"sub-serialization": "字序列化",
"deserialization steps": "反序列化步骤",
"sub-deserialization": "子反序列化",
"transferable objects": "可传输对象",
"transfer steps": "传输步骤",
"transfer-receiving steps": "接收步骤",
"ordered map": "映射",
"map exists": "存在",
"current realm record": "当前领域记录",
"agent cluster": "代理集群",
"js-list": "列表",
"primary interface": "主接口",
"map set": "设置",
"list iterate": "每一个",
"list append": "追加",
"has been shipped": "已经被转移",
"session history entry": "会话历史入口",
"serialized state": "序列化状态",
"prepare to run script": "准备执行脚本",
"prepare to run a callback": "准备运行 fallback",
"concept-task": "任务",
"navigate-fragid": "片段",
"concept-script": "脚本",
"ready for post-load tasks": "准备好了执行加载后的任务",
"completely loaded": "完全加载",
"the document's referrer": "文档的引荐来源",
"reload override flag": "重新载入覆盖标志",
"reload override buffer": "重新载入覆盖缓冲区",
"source browsing context": "源浏览环境",
"an overridden reload": "覆盖重新载入",
"active document": "活动文档",
"concept-document-https-state": "HTTPS 状态",
"concept-document-referrer-policy": "引荐来源策略",
"concept-document-csp-list": "CSP 列表",
"concept-response-header-list": "头部列表",
"concept-response-csp-list": "CSP 列表",
"concept-response-https-state": "HTTPS 状态",
"exceptions enabled flag": "启用异常标志",
"replacement enabled": "启用替换标志",
"set the document's address": "设置文档的地址",
"override url": "覆盖 URL",
"resource metadata management": "资源元数据管理",
"dom tree accessors": "DOM 树访问器",
"dynamic markup insertion": "动态标记插入",
"user interaction": "用户交互",
"event handler idl attributes": "事件处理器 IDL 属性",
"concept-document-embedder-policy": "嵌入策略",
"embedder policy": "嵌入策略",
"content security policy": "内容安全策略",
"concept-document-permissions-policy": "权限策略",
"concept-permissions-policy": "权限策略",
"concept-document-module-map": "模块映射",
"module map": "模块映射",
"concept-document-coop": "跨域 opener 策略",
"cross-origin opener policy": "跨域 opener 策略",
"sandboxed origin browsing context flag": "被沙盒化到一个唯一的 origin",
"cookie-averse document object": "cookie-averse<code> 文档</code> 对象",
"concept-origin-opaque": "不透明 origin",
"utf-8 decode without bom": "无 BOM 的 UTF-8 解码算法",
"cookie-string": "Cookie 字符串",
"receives a set-cookie-string": "接收 set-cookie-string",
"utf-8 encode": "UTF-8 编码的",
"xml parser": "XML 解析器",
"concept-event-fire": "触发",
"abort a parser": "中止",
"active parser": "活动的解析器",
"the html element": "<code>html</code> 元素",
"the head element": "<code>head</code> 元素",
"the title element": "<code>title</code> 元素",
"child text content": "子文本内容",
"strip and collapse ascii whitespace": "移除 <var>value</var> 前后和多余的 ASCII 空白",
"svg namespace": "SVG 命名空间",
"create an element": "创建一个元素",
"first child": "第一个子元素",
"the body element": "body 元素",
"classic script": "经典的脚本",
"support named properties": "支持命名属性",
"exposed": "暴露的",
"determine the value of a named property": "确定 <code>Document</code> 的命名属性 <var>name</var> 的值",
"dom-document-nameditem-filter": "命名元素",
"nested browsing context": "嵌套浏览环境",
"fallback content": "fallback 内容",
"template contents": "模板内容",
"concept-element-content-model": "内容模型",
"represents": "表示着",
"referenced": "引用",
"element interface": "元素接口",
"valid custom element name": "合法的 custom element 名",
"custom-element-upgrades": "升级",
"interface object": "接口对象",
"current global object": "当前全局对象",
"active function object": "活动的函数对象",
"autonomous custom element": "自主的 custom element",
"customized built-in element": "定制内建元素",
"interface prototype object": "接口原型对象",
"concept-custom-element-definition-construction-stack": "构造栈",
"concept-document-window": "关联 <code>Document</code>",
"custom element state": "Custom Element 状态",
"concept-element-custom-element-definition": "Custom Element 定义",
"concept-already-constructed-marker": "<i>已经构造的</i> 标记",
"custom element constructor": "custom element 构造器",
"named constructor": "命名的构造器",
"concept-element-categories": "类别",
"content categories": "类别",
"content models": "内容模型",
"concept-element-contexts": "可以使用该元素的上下文",
"phrasing content": "短语内容",
"flow content": "流式内容",
"concept-element-tag-omission": "text/html 中的标签省略",
"concept-element-attributes": "内容属性",
"concept-element-accessibility-considerations": "可访问性考虑",
"concept-element-dom": "DOM 接口",
"concept-html-contents": "内容",
"inter-element whitespace": "元素间空白",
"void elements": "void 元素",
"metadata content": "元数据内容",
"sectioning content": "章节内容",
"heading content": "标题内容",
"embedded content": "嵌入内容",
"allowed in the body": "允许出现在 body 中",
"text content": "文本内容",
"footer": "页脚",
"headings and sections": "标题和章节",
"sectioning root": "章节根",
"scalar value": "标量值",
"noncharacter": "非字符",
"attr-input-type-hidden": "隐藏",
"palpable content": "可感知内容",
"script-supporting elements": "脚本支持元素",
"transparent": "透明的",
"global attributes": "全局属性",
"the directionality": "方向",
"concept-id": "唯一标识符(ID)",
"concept-url-fragment": "URL 片段",
"assign a slot": "设置一个槽",
"event handlers": "事件处理器",
"media element": "媒体元素",
"custom data attribute": "自定义数据属性",
"xml namespace": "XML 命名空间",
"advisory information": "建议信息",
"attr-xml-lang": "在 <span data-x=\"XML namespace\">XML 命名空间</span> 中的 <code data-x=\"\">lang</code> 属性",
"inclusive ancestor": "包括自身在内的祖先",
"pragma-set default language": "编译指示的默认语言",
"translation mode": "翻译模式",
"translate-enabled": "启用翻译",
"no-translate": "不翻译",
"translatable attributes": "可翻译属性",
"attr-input-type-button": "按钮",
"attr-input-type-reset": "重置按钮",
"attr-input-type-tel": "电话",
"attr-input-type-text": "文本",
"attr-input-type-search": "搜索",
"directionality of the attribute": "属性的方向",
"directionality-capable attribute": "有方向的属性",
"css-styling-attribute": "style 属性",
"should element's inline behavior be blocked by content security policy?": "是否应该根据内容安全策略禁止元素的内联行为",
"element": "元素",
"embedding custom non-visible data": "嵌入自定义不可见数据",
"ascii upper alpha": "ASCII 大写字母",
"concept-domstringmap-element": "关联的元素",
"concept-domstringmap-pairs": "获取 <code>DOMStringMap</code> 的键值对",
"attribute list": "属性列表",
"ascii lower alpha": "ASCII 小写字母",
"converted to ascii uppercase": "转换为 ASCII 大写",
"set the value of a new named property": "设置一个新命名属性的值",
"set the value of an existing named property": "设置已有属性的值",
"concept-element-attributes-set-value": "设置属性值",
"delete an existing named property": "删除一个既有命名属性",
"concept-element-attributes-remove": "通过属性名移除属性",
"application cache": "应用缓存",
"concept-appcache-init": "应用缓存选择算法",
"concept-content-nothing": "无",
"following hyperlinks": "跟随超链接",
"valid browsing context name or keyword": "合法的浏览上下文名称或关键字",
"form": "表单",
"get an element's target": "获得元素的 target",
"immediately": "立即",
"set the frozen base url": "设置冻结的 base URL",
"is base allowed for document?": "Document 是否允许 base?",
"attr-link-title": "有特殊的语义",
"external resource link": "外部资源链接",
"concept-supported-tokens": "支持的令牌",
"concept-request-integrity-metadata": "integrity 元信息",
"attr-hyperlink-hreflang": "<code>a</code> 元素上的 <code>hreflang</code> 属性",
"valid mime type string": "合法的 MIME 类型",
"concept-link-obtain": "获取",
"css style sheet set": "CSS 样式表集合",
"srcset attribute": "srcset 属性",
"width descriptor": "宽度描述符",
"image source": "图片源",
"image candidate string": "图片候选字符串",
"sizes attribute": "尺寸属性",
"source size": "源尺寸",
"art direction": "美术设计",
"concept-potential-destination": "可能的地址",
"concept-script-like-destination": "script-like 地址",
"fetch and process the linked resource": "获取和处理链接资源",
"activation behavior": "激活行为",
"fully active": "完全激活",
"attr-meta-http-equiv-content-type": "编码声明状态",
"character encoding declaration": "字符编码声明",
"language": "语言",
"parse a css <color> value": "CSS 颜色值",
"rank": "级别",
"hyperlink annotation": "超链接注释",
"viewport": "视口",
"device-pixel-ratio": "设备像素比",
"viewport-based selection": "基于视口的选择",
"image format-based selection": "基于图片格式的选择",
"'px'": "CSS 像素",
"relevant mutations": "相关的变化",
"update the image data": "更新图片数据",
"pixel density descriptor": "像素密度描述符",
"normalize the source densities": "规范化",
"pixel density descriptor value": "值",
"width descriptor value": "宽度描述符的值",
"intrinsic dimensions": "固有尺寸",
"image map": "图片映射",
"webvtt file": "WebVTT 文件",
"media element attributes": "媒体元素的共有属性",
"show poster flag": "封面展示标志位",
"concept-request-client": "客户端",
"environment settings object": "环境设置对象",
"delay the load event": "延迟文档节点的加载事件",
"media resource": "媒体资源",
"paint source": "绘制源(paint source)",
"concept-video-intrinsic-width": "固有宽度",
"concept-video-intrinsic-height": "固有高度",
"current playback position": "当前播放位置",
"queue a task": "启动一项任务",
"default object size": "默认尺寸大小",
"concept-media-load-algorithm": "资源选择算法",
"media fragment syntax": "媒体片段语法",
"text track cue": "字幕提示",
"guidelines for exposing cues": "指南",
"text track": "字幕",
"text track cue identifier": "字幕提示 ID",
"text track cue pause-on-exit flag": "字幕提示 pause-on-exit 标志",
"text track kind": "字幕类型",
"concept-input-apply": "适用于",
"do not apply": "不适用于",
"concept-fe-value": "值",
"barred from constraint validation": "禁止了该元素的约束验证",
"focusable area": "可聚焦区域",
"constructing the entry list": "构造项目列表",
"concept-input-required": "<i>必要的</i>",
"suffering from being missing": "处于缺失状态",
"radio button group": "分组",
"concept-fe-values": "值",
"compiled pattern regular expression": "编译后的模式正则表达式",
"suffering from a pattern mismatch": "处于模式不匹配状态",
"gains focus": "获得焦点",
"has a periodic domain": "有周期性的范围",
"concept-input-value-string-number": "字符串转换为数字算法",
"concept-input-min": "最小值",
"concept-input-min-default": "默认最小值",
"concept-input-max": "最大值",
"concept-input-max-default": "默认最大值",
"attr-input-max": "最大值",
"attr-input-min": "最小值",
"suffering from an underflow": "处于下溢出状态",
"suffering from an overflow": "处于下溢出状态",
"has a reversed range": "有反转的范围",
"have range limitations": "有范围限制",
"concept-input-list": "建议来源元素",
"concept-option-value": "值",
"concept-button": "按钮",
"input activation behavior": "输入激活行为",
"focused": "获得焦点",
"task source": "任务源",
"user interaction task source": "用户交互任务源",
"concept-fe-mutable": "<i>可变的</i>",
"form submission": "表单提交",
"category-submit": "可提交元素",
"candidate for constraint validation": "约束验证候选项",
"custom validity error message": "自定义验证错误信息",
"suffering from a custom error": "处于自定义错误状态",
"validity states": "合法性状态",
"suffering from a type mismatch": "处于类型不匹配状态",
"suffering from being too long": "处于长度超出限制状态",
"attr-fe-maxlength": "表单控件的 <code data-x=\"\">maxlength</code> 属性",
"suffering from being too short": "处于长度不够状态",
"attr-fe-minlength": "表单控件 <code data-x=\"\">minlength</code> 属性",
"suffering from a step mismatch": "处于步长不匹配状态",
"suffering from bad input": "处于非法输入状态",
"concept-fe-disabled": "禁用",
"concept-fv-valid": "符合它的约束",
"default button": "默认按钮",
"form owner": "表单 owner",
"concept-submit-button": "提交按钮",
"fire a click event": "触发一个 <code data-x=\"event-click\">click</code> 事件",
"concept-form-submit": "提交",
"concept-form-reset": "重置",
"category-reset": "可重置元素",
"concept-form-reset-control": "重置算法",
"a-command": "使用 <code>a</code> 元素来定义命令",
"concept-command": "会定义命令",
"assigned access key": "被指定的访问键",
"inert": "不活动的",
"button-command": "使用 <code>button</code> 元素来定义命令",
"input-command": "使用 <code>input</code> 元素来定义命令",
"labeled control": "有标签的控件",
"legend-command": "使用 <code data-x=\"attr-accesskey\">accesskey</code> 属性 来定义一个命令",
"accesskey-command": "使用 <code data-x=\"attr-accesskey\">accesskey</code> 属性给其他元素定义命令",
"focusing steps": "聚焦步骤",
"script content restrictions": "<code>script</code> 元素内容的限制",
"script documentation": "脚本文档",
"output bitmap": "输出位图",
"drawing state": "绘图状态",
"dom-context-2d-transformation": "转换矩阵",
"clipping region": "裁剪区域",
"current default path": "当前默认路径",
"reset the rendering context to its default state": "重置渲染上下文到默认状态",
"current composition operator": "当前合成操作",
"font style source object": "字体样式源对象",
"computed value": "计算后的值",
"being rendered": "被渲染",
"same origin": "同域",
"element definition": "元素定义",
"concept-accessible-name": "可访问的名字",
"custom element definition": "Custom Element 定义",
"concept-element-custom": "自定义的",
"concept-custom-element-definition-name": "定义的名称",
"concept-element-is-value": "<code data-x=\"\">is</code> 的值",
"form-associated custom element": "表单相关的 custom element",
"category-label": "可加标签的",
"form-associated element": "表单相关元素",
"face-submission-value": "提交数据",
"enqueue a custom element callback reaction": "入队一个 Custom Element 反应",
"concept-custom-element-definition-local-name": "局部名",
"concept-custom-element-definition-observed-attributes": "被观察的属性",
"concept-custom-element-definition-lifecycle-callbacks": "生命周期回调",
"concept-upgrade-an-element": "升级元素",
"concept-custom-element-definition-form-associated": "表单相关",
"concept-custom-element-definition-disable-internals": "disable 内部",
"concept-custom-element-definition-disable-shadow": "禁用 shadow",
"look up a custom element definition": "查找一个 custom element 的定义",
"relevant global object": "相关全局对象",
"element definition is running": "element 定义正在运行",
"when-defined promise map": "when-defined Promise 映射",
"shadow-including descendant": "shadow-including 后代",
"shadow-including tree order": "shadow-including 树序",
"enqueue a custom element upgrade reaction": "将一个 Custom Element 升级响应加入队列",
"concept-custom-element-definition-constructor": "构造函数",
"concept-element-defined": "被定义",
"shadow-including inclusive descendant": "包括 shadow 的后代",
"concept-try-upgrade": "尝试升级元素",
"es-constructing-callback-functions": "构造",
"custom element reaction queue": "custom element 反应队列",
"attribute selector": "属性选择器",
"microdata": "微数据",
"dom anchor": "DOM 锚点",
"tabindex value": "tabindex 值",
"concept-element-disabled": "被禁用",
"expressly inert": "明确不活动的",
"being used as relevant canvas fallback content": "被用作相关画布的 fallback 内容",
"expose a user interface to the user": "<code>video</code> 元素的 UI 控件",
"sequentially focusable": "可顺序聚焦",
"focused area of the document": "文档的焦点区域",
"currently focused area of a top-level browsing context": "的当前焦点区域",
"focus chain": "焦点链",
"bc-container": "容器",
"top-level browsing context": "顶级浏览上下文",
"relative url": "相对 URL",
"browsing context group set": "浏览上下文分组的集合",
"browsing context group": "浏览上下文分组",
"set": "集合",
"browsing context set": "浏览上下文集合",
"creating a new browsing context group": "创建浏览上下文组",
"auxiliary browsing context": "附属浏览上下文",
"agent cluster map": "代理群映射",
"agent cluster key": "代理群的键",
"bcg cross-origin isolated": "跨域隔离",
"historical agent cluster key map": "历史代理群键映射",
"set append": "加",
"creating a new browsing context": "创建新的浏览上下文",
"bcg append": "加",
"bcg remove": "移除",
"a browsing context is discarded": "丢弃",
"list remove": "移除",
"creating a new auxiliary browsing context": "创建附属浏览上下文",
"navigation params": "导航参数",
"navigate-html": "加载 HTML 文档",
"networking task source": "网络任务源",
"create-the-document-object": "创建和初始化 <code>Document</code> 对象",
"task queue": "任务队列",
"input byte stream": "输入字节流",
"queue a global task": "入队一个全局任务",
"update the session history with the new page": "用新的页面更新会话历史",
"navigate-xml": "XML 文件的页面加载处理模型",
"navigate-text": "文本文件的页面加载处理模型",
"plaintext state": "PLAINTEXT 状态",
"navigate-multipart-x-mixed-replace": "<code>multipart/x-mixed-replace</code> 资源的媒体的页面加载处理模型",
"process a navigate response": "处理导航响应算法",
"navigation-params-hh": "历史处理",
"navigate-media": "媒体的页面加载处理模型",
"plugin document": "插件文档",
"attr-media-autoplay": "自动播放",
"navigate-plugin": "使用插件的内容的页面加载处理模型",
"active sandboxing flag set": "激活沙盒标识",
"sandboxed plugins browsing context flag": "沙盒插件浏览上下文标识",
"navigate-ua-inline": "没有 DOM 的内联内容的页面加载处理模型",
"navigation-params-coop": "跨域 opener 策略",
"navigation-params-reserved-environment": "保留环境",
"navigation-params-browsing-context": "浏览上下文",
"navigation-params-bc-switch-needed": "需要切换浏览上下文",
"navigation-params-response": "响应",
"concept-appcache-mode": "应用缓存模式",
"concept-appcache-manifest": "拥有缓存清单",
"concept-appcache-primary": "主入口",
"concept-appcache-onlinesafelist-wildcard": "在线安全列表通配标志",
"application cache group": "应用缓存组",
"concept-appcache-obsolete": "废弃",
"application cache download process": "应用缓存下载过程",
"cache host": "缓存 Host",
"relevant application cache": "相关的应用缓存",
"concept-appcache-selection": "最合适的应用缓存",
"concept-relevant-realm": "相关 Realm",
"[[realm]] field of a platform object": "它的 [[Realm]] 字段",
"relevant settings object": "相关设置对象",
"concept-realm-settings-object": "环境设置对象",
"concept-realm-global": "全局对象",
"agent": "代理",
"concept-agent-event-loop": "事件循环",
"similar-origin window agent": "similar-origin 窗口代理",
"window event loop": "窗口事件循环",
"dedicated worker agent": "专用工作线程代理",
"shared worker agent": "共享工作线程代理",
"service worker agent": "service worker 代理",
"worker event loop": "worker 事件循环",
"worklet agent": "worklet 代理",
"worklet event loop": "worklet 事件循环",
"queue": "队列",
"concept-task-runnable": "可执行的",
"dequeue": "出列",
"microtask queue": "微任务队列",
"struct": "结构",
"script evaluation environment settings object set": "脚本执行环境设置对象集合",
"currently running task": "当前正在执行的任务",
"microtask": "微任务",
"queue a microtask": "入队微任务",
"performing a microtask checkpoint": "执行微任务检查点",
"perform a microtask checkpoint": "执行微任务检查点",
"implementation-defined": "实现方定义",
"microtask task source": "微任务源",
"current high resolution time": "当前的高分辨率时间",
"concept-task-steps": "步骤",
"update the rendering": "更新渲染",
"report long tasks": "报告长任务",
"relevant agent": "相关代理",
"bc-container-document": "容器文档",
"node tree": "结点树",
"run the resize steps": "调整大小",
"run the scroll steps": "滚动步骤",
"evaluate media queries and report changes": "评估媒体查询并报告",
"update animations and send events": "更新动画并为该 Document 发送事件",
"run the fullscreen steps": "全屏步骤",
"run the animation frame callbacks": "动画帧回调",
"run the update intersection observations steps": "更新交叉观察步骤",
"mark paint timing": "标记渲染时间",
"responsible event loop": "负责事件循环",
"javascript execution context stack": "JavaScript 执行上下文栈",
"server-sent events": "服务器发送的事件",
"cross-document messaging": "跨文档通信",
"channel messaging": "通道",
"broadcast channels": "向其他浏览上下文广播",
"concept-event-stream-last-event-id": "上一个事件 ID 字符串",
"sharedworkerglobalscope": "共享 Worker",
"remote event task source": "远程事件任务源",
"concept-eventsource-forcibly-close": "强制关闭",
"tracking vector": "跟踪向量",
"window post message steps": "窗口发送消息步骤",
"incumbent settings object": "当前设置对象",
"posted message task source": "已发送消息任务源",
"serialization of an origin": "序列化",
"concept-settings-object-global": "全局对象",
"sharedworker": "共享 worker",
"entangle": "关联",
"port message queue": "端口消息队列",
"settings object": "设置对象",
"responsible document": "负责文档",
"unshipped port message queue": "未转移的端口消息队列",
"message port post message steps": "消息端口发消息的步骤",
"frozen array": "冻结的数组",
"event handler event type": "事件处理器事件类型",
"channel name": "通道名",
"broadcastchannel-settings-object": "<code>BroadcastChannel</code> 设置对象",
"concept-broadcastchannel-closed": "关闭标志",
"dom-workerglobalscope-closing": "正则关闭",
"suspendable worker": "可终止的 Worker",
"concept-settings-object-origin": "源",
"dom manipulation task source": "DOM 操作任务源",
"module script": "模块脚本",
"cors protocol": "CORS 协议",
"concept-workerglobalscope-name": "名称",
"concept-workerglobalscope-referrer-policy": "referrer 策略",
"concept-workerglobalscope-embedder-policy": "嵌入策略",
"concept-workerglobalscope-csp-list": "CSP 列表",
"concept-workerglobalscope-module-map": "模块映射",
"concept-workerglobalscope-cross-origin-isolated-capability": "跨域隔离能力",
"concept-workerlocation-workerglobalscope": "<code>WorkerGlobalScope</code> 对象",
"dom-messageport-postmessage": "同名方法",
"close a worker": "关闭 worker",
"concept-sharedworkerglobalscope-constructor-origin": "构造器 origin",
"concept-sharedworkerglobalscope-constructor-url": "构造器 url",
"run a worker": "运行 Worker",
"syntax-newlines": "换行",
"raw text elements": "原始文本",
"escapable raw text elements": "可转义的原始文本元素",
"syntax-text": "文本",
"syntax-charref": "字符引用",
"syntax-cdata": "CDATA 部分",
"syntax-comments": "注释",
"encoding sniffing algorithm": "编码探测算法",
"input stream": "输入流",
"decode": "解码",
"concept-encoding-confidence": "信心",
"change the encoding": "更改字符编码",
"a known definite encoding": "已知确定编码",
"list of active formatting elements": "活动格式化元素列表",
"formatting": "格式化元素标签",
"concept-parser-marker": "标记",
"push onto the list of active formatting elements": "推入到活动格式化元素",
"reconstruct the active formatting elements": "重新构造活动的格式化元素",
"insert an html element": "插入一个 HTML 元素",
"clear the list of active formatting elements up to the last marker": "清楚活动格式化元素列表到最后一个标记",
"head element pointer": "<code data-x=\"\">head</code> 元素指针",
"form element pointer": "<code data-x=\"\">form</code> 元素指针",
"concept-n-script": "脚本被启用",
"html fragment parsing algorithm": "HTML 片段解析算法",
"frameset-ok flag": "frameset-ok 标志",
"rcdata less-than sign state": "RCDATA 小于号状态",
"next input character": "下一个输入字符",
"rcdata end tag open state": "RCDATA 结束标签打开状态",
"rcdata state": "RCDATA 状态",
"reconsume": "重新消耗",
"ascii alpha": "ASCII 字符",
"rcdata end tag name state": "RCDATA 结束标签名状态",
"rawtext less-than sign state": "RAWTEXT 小于号状态",
"rawtext end tag open state": "RAWTEXT 结束标签打开状态",
"rawtext state": "RAWTEXT 状态",
"script data end tag open state": "脚本数据结束标签打开状态",
"script data escape start state": "脚本数据转义开始状态",
"script data state": "脚本数据状态",
"script data escape start dash state": "脚本数据转义开始",
"script data escaped dash dash state": "脚本数据转义横线横线状态",
"script data escaped state": "脚本数据转义状态",
"script data escaped dash state": "脚本数据转义横线状态",
"script data escaped less-than sign state": "脚本数据转义小于号状态",
"current input character": "当前输入字符",
"script data escaped end tag open state": "脚本数据转义结束标签打开状态",
"script data double escape start state": "脚本数据双重转义开始状态",
"script data double escaped state": "脚本数据双重转义状态",
"script data double escaped dash state": "脚本数据双重转义横线状态",
"script data double escaped dash dash state": "脚本数据双重转义横线横线状态",
"script data double escaped less-than sign state": "脚本数据双重转义小于号状态",
"script data double escape end state": "脚本数据双重转义结束状态",
"comment less-than sign state": "注释小于号状态",
"comment less-than sign bang state": "注释小于号感叹号状态",
"comment state": "注释状态",
"comment less-than sign bang dash state": "注释小于号感叹号横线状态",
"comment less-than sign bang dash dash state": "注释小于号感叹号横线横线状态",
"comment end dash state": "注释结束横线状态",
"cdata section state": "CDATA 部分状态",
"cdata section bracket state": "CDATA 部分括号状态",
"cdata section end state": "CDATA 部分结束状态",
"data state": "数据状态",
"numeric character reference state": "数字字符引用状态",
"hexadecimal character reference start state": "十六进制字符引用开始状态",
"decimal character reference start state": "十进制字符引用开始状态",
"numeric character reference end state": "数字字符引用结束状态",
"parse-error-null-character-reference": "null 字符引用",
"flush code points consumed as a character reference": "把消耗掉的代码点输出为字符引用",
"generic raw text element parsing algorithm": "通用原始文本元素解析算法",
"generic rcdata element parsing algorithm": "通用 RCDATA 元素解析算法",
"original insertion mode": "原始插入模式",
"insertion mode": "插入模式",
"insert a comment": "插入注释",
"limited-quirks mode": "受限的怪异模式",
"create an element for the token": "为该标记创建一个元素",
"scope-match-algorithm": "匹配 service worker 注册",
"using the rules for": "使用",
"current node": "当前节点",
"insert a character": "插入一个字符",
"clear the stack back to a table context": "把栈清除回表格上下文",
"has an element in table scope": "在表格范围内部包含一个 <code>table</code> 元素",
"reset the insertion mode appropriately": "适当地重置解析器的插入模式",
"acknowledge self-closing flag": "确认该标记的 <i data-x=\"self-closing flag\">self-closing 标志</i>",
"generate implied end tags": "生成暗示的结束标签",
"clear the stack back to a table body context": "将栈清除回表格体上下文",
"clear the stack back to a table row context": "将栈清除回表格行上下文",
"close the cell": "关闭单元格",
"has an element in select scope": "在 select 范围内没有 <code>select</code> 元素",
"current template insertion mode": "当前模板插入模式",
"stack of template insertion modes": "模板插入模式的栈",
"html fragment serialization algorithm": "HTML 片段的序列化算法",
"mathml namespace": "MathML 命名空间",
"attribute's serialized name": "属性的序列化名称",
"escaping a string": "转义字符串",
"xmlns namespace": "XMLNS 命名空间",
"xlink namespace": "XLink 命名空间",
"appropriate end tag token": "适当的结束标记",
"html integration point": "HTML 集成点",
"used value": "使用值"
}