Skip to content

Commit 0546067

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.2.
1 parent 76e3684 commit 0546067

File tree

9 files changed

+2326
-1193
lines changed

9 files changed

+2326
-1193
lines changed

ed/algorithms/html.json

Lines changed: 637 additions & 262 deletions
Large diffs are not rendered by default.

ed/dfns/html.json

Lines changed: 750 additions & 370 deletions
Large diffs are not rendered by default.

ed/elements/html.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,11 @@
524524
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-legend-element",
525525
"interface": "HTMLLegendElement"
526526
},
527+
{
528+
"name": "selectedcontent",
529+
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-selectedcontent-element",
530+
"interface": "HTMLSelectedContentElement"
531+
},
527532
{
528533
"name": "details",
529534
"href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element",

ed/headings/html.json

Lines changed: 67 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,27 @@
898898
"title": "Script-supporting elements",
899899
"number": "3.2.5.2.9"
900900
},
901+
{
902+
"id": "select-element-inner-content-elements",
903+
"href": "https://html.spec.whatwg.org/multipage/dom.html#select-element-inner-content-elements",
904+
"level": 6,
905+
"title": "select element inner content elements",
906+
"number": "3.2.5.2.10"
907+
},
908+
{
909+
"id": "optgroup-element-inner-content-elements",
910+
"href": "https://html.spec.whatwg.org/multipage/dom.html#optgroup-element-inner-content-elements",
911+
"level": 6,
912+
"title": "optgroup element inner content elements",
913+
"number": "3.2.5.2.11"
914+
},
915+
{
916+
"id": "option-element-inner-content-elements",
917+
"href": "https://html.spec.whatwg.org/multipage/dom.html#option-element-inner-content-elements",
918+
"level": 6,
919+
"title": "option element inner content elements",
920+
"number": "3.2.5.2.12"
921+
},
901922
{
902923
"id": "transparent-content-models",
903924
"href": "https://html.spec.whatwg.org/multipage/dom.html#transparent-content-models",
@@ -3033,236 +3054,243 @@
30333054
"title": "The legend element",
30343055
"number": "4.10.16"
30353056
},
3057+
{
3058+
"id": "the-selectedcontent-element",
3059+
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-selectedcontent-element",
3060+
"level": 4,
3061+
"title": "The selectedcontent element",
3062+
"number": "4.10.17"
3063+
},
30363064
{
30373065
"id": "form-control-infrastructure",
30383066
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-control-infrastructure",
30393067
"level": 4,
30403068
"title": "Form control infrastructure",
3041-
"number": "4.10.17"
3069+
"number": "4.10.18"
30423070
},
30433071
{
30443072
"id": "a-form-control's-value",
30453073
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#a-form-control's-value",
30463074
"level": 5,
30473075
"title": "A form control's value",
3048-
"number": "4.10.17.1"
3076+
"number": "4.10.18.1"
30493077
},
30503078
{
30513079
"id": "mutability",
30523080
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#mutability",
30533081
"level": 5,
30543082
"title": "Mutability",
3055-
"number": "4.10.17.2"
3083+
"number": "4.10.18.2"
30563084
},
30573085
{
30583086
"id": "association-of-controls-and-forms",
30593087
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#association-of-controls-and-forms",
30603088
"level": 5,
30613089
"title": "Association of controls and forms",
3062-
"number": "4.10.17.3"
3090+
"number": "4.10.18.3"
30633091
},
30643092
{
30653093
"id": "attributes-common-to-form-controls",
30663094
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attributes-common-to-form-controls",
30673095
"level": 4,
30683096
"title": "Attributes common to form controls",
3069-
"number": "4.10.18"
3097+
"number": "4.10.19"
30703098
},
30713099
{
30723100
"id": "naming-form-controls:-the-name-attribute",
30733101
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#naming-form-controls%3A-the-name-attribute",
30743102
"level": 5,
30753103
"title": "Naming form controls: the name attribute",
3076-
"number": "4.10.18.1"
3104+
"number": "4.10.19.1"
30773105
},
30783106
{
30793107
"id": "submitting-element-directionality:-the-dirname-attribute",
30803108
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#submitting-element-directionality%3A-the-dirname-attribute",
30813109
"level": 5,
30823110
"title": "Submitting element directionality: the dirname attribute",
3083-
"number": "4.10.18.2"
3111+
"number": "4.10.19.2"
30843112
},
30853113
{
30863114
"id": "limiting-user-input-length:-the-maxlength-attribute",
30873115
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#limiting-user-input-length%3A-the-maxlength-attribute",
30883116
"level": 5,
30893117
"title": "Limiting user input length: the maxlength attribute",
3090-
"number": "4.10.18.3"
3118+
"number": "4.10.19.3"
30913119
},
30923120
{
30933121
"id": "setting-minimum-input-length-requirements:-the-minlength-attribute",
30943122
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#setting-minimum-input-length-requirements%3A-the-minlength-attribute",
30953123
"level": 5,
30963124
"title": "Setting minimum input length requirements: the minlength attribute",
3097-
"number": "4.10.18.4"
3125+
"number": "4.10.19.4"
30983126
},
30993127
{
31003128
"id": "enabling-and-disabling-form-controls:-the-disabled-attribute",
31013129
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#enabling-and-disabling-form-controls%3A-the-disabled-attribute",
31023130
"level": 5,
31033131
"title": "Enabling and disabling form controls: the disabled attribute",
3104-
"number": "4.10.18.5"
3132+
"number": "4.10.19.5"
31053133
},
31063134
{
31073135
"id": "form-submission-attributes",
31083136
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-attributes",
31093137
"level": 5,
31103138
"title": "Form submission attributes",
3111-
"number": "4.10.18.6"
3139+
"number": "4.10.19.6"
31123140
},
31133141
{
31143142
"id": "autofill",
31153143
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill",
31163144
"level": 5,
31173145
"title": "Autofill",
3118-
"number": "4.10.18.7"
3146+
"number": "4.10.19.7"
31193147
},
31203148
{
31213149
"id": "autofilling-form-controls:-the-autocomplete-attribute",
31223150
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls%3A-the-autocomplete-attribute",
31233151
"level": 6,
31243152
"title": "Autofilling form controls: the autocomplete attribute",
3125-
"number": "4.10.18.7.1"
3153+
"number": "4.10.19.7.1"
31263154
},
31273155
{
31283156
"id": "autofill-processing-model",
31293157
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-processing-model",
31303158
"level": 6,
31313159
"title": "Processing model",
3132-
"number": "4.10.18.7.2"
3160+
"number": "4.10.19.7.2"
31333161
},
31343162
{
31353163
"id": "textFieldSelection",
31363164
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#textFieldSelection",
31373165
"level": 4,
31383166
"title": "APIs for the text control selections",
3139-
"number": "4.10.19"
3167+
"number": "4.10.20"
31403168
},
31413169
{
31423170
"id": "constraints",
31433171
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#constraints",
31443172
"level": 4,
31453173
"title": "Constraints",
3146-
"number": "4.10.20"
3174+
"number": "4.10.21"
31473175
},
31483176
{
31493177
"id": "definitions",
31503178
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#definitions",
31513179
"level": 5,
31523180
"title": "Definitions",
3153-
"number": "4.10.20.1"
3181+
"number": "4.10.21.1"
31543182
},
31553183
{
31563184
"id": "constraint-validation",
31573185
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#constraint-validation",
31583186
"level": 5,
31593187
"title": "Constraint validation",
3160-
"number": "4.10.20.2"
3188+
"number": "4.10.21.2"
31613189
},
31623190
{
31633191
"id": "the-constraint-validation-api",
31643192
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-constraint-validation-api",
31653193
"level": 5,
31663194
"title": "The constraint validation API",
3167-
"number": "4.10.20.3"
3195+
"number": "4.10.21.3"
31683196
},
31693197
{
31703198
"id": "security-forms",
31713199
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#security-forms",
31723200
"level": 5,
31733201
"title": "Security",
3174-
"number": "4.10.20.4"
3202+
"number": "4.10.21.4"
31753203
},
31763204
{
31773205
"id": "form-submission-2",
31783206
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-2",
31793207
"level": 4,
31803208
"title": "Form submission",
3181-
"number": "4.10.21"
3209+
"number": "4.10.22"
31823210
},
31833211
{
31843212
"id": "introduction-5",
31853213
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#introduction-5",
31863214
"level": 5,
31873215
"title": "Introduction",
3188-
"number": "4.10.21.1"
3216+
"number": "4.10.22.1"
31893217
},
31903218
{
31913219
"id": "implicit-submission",
31923220
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#implicit-submission",
31933221
"level": 5,
31943222
"title": "Implicit submission",
3195-
"number": "4.10.21.2"
3223+
"number": "4.10.22.2"
31963224
},
31973225
{
31983226
"id": "form-submission-algorithm",
31993227
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-submission-algorithm",
32003228
"level": 5,
32013229
"title": "Form submission algorithm",
3202-
"number": "4.10.21.3"
3230+
"number": "4.10.22.3"
32033231
},
32043232
{
32053233
"id": "constructing-form-data-set",
32063234
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#constructing-form-data-set",
32073235
"level": 5,
32083236
"title": "Constructing the entry list",
3209-
"number": "4.10.21.4"
3237+
"number": "4.10.22.4"
32103238
},
32113239
{
32123240
"id": "selecting-a-form-submission-encoding",
32133241
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#selecting-a-form-submission-encoding",
32143242
"level": 5,
32153243
"title": "Selecting a form submission encoding",
3216-
"number": "4.10.21.5"
3244+
"number": "4.10.22.5"
32173245
},
32183246
{
32193247
"id": "converting-an-entry-list-to-a-list-of-name-value-pairs",
32203248
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#converting-an-entry-list-to-a-list-of-name-value-pairs",
32213249
"level": 5,
32223250
"title": "Converting an entry list to a list of name-value pairs",
3223-
"number": "4.10.21.6"
3251+
"number": "4.10.22.6"
32243252
},
32253253
{
32263254
"id": "url-encoded-form-data",
32273255
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#url-encoded-form-data",
32283256
"level": 5,
32293257
"title": "URL-encoded form data",
3230-
"number": "4.10.21.7"
3258+
"number": "4.10.22.7"
32313259
},
32323260
{
32333261
"id": "multipart-form-data",
32343262
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data",
32353263
"level": 5,
32363264
"title": "Multipart form data",
3237-
"number": "4.10.21.8"
3265+
"number": "4.10.22.8"
32383266
},
32393267
{
32403268
"id": "plain-text-form-data",
32413269
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#plain-text-form-data",
32423270
"level": 5,
32433271
"title": "Plain text form data",
3244-
"number": "4.10.21.9"
3272+
"number": "4.10.22.9"
32453273
},
32463274
{
32473275
"id": "the-submitevent-interface",
32483276
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-submitevent-interface",
32493277
"level": 5,
32503278
"title": "The SubmitEvent interface",
3251-
"number": "4.10.21.10"
3279+
"number": "4.10.22.10"
32523280
},
32533281
{
32543282
"id": "the-formdataevent-interface",
32553283
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-formdataevent-interface",
32563284
"level": 5,
32573285
"title": "The FormDataEvent interface",
3258-
"number": "4.10.21.11"
3286+
"number": "4.10.22.11"
32593287
},
32603288
{
32613289
"id": "resetting-a-form",
32623290
"href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#resetting-a-form",
32633291
"level": 4,
32643292
"title": "Resetting a form",
3265-
"number": "4.10.22"
3293+
"number": "4.10.23"
32663294
},
32673295
{
32683296
"id": "interactive-elements",
@@ -7635,61 +7663,47 @@
76357663
"title": "The \"in cell\" insertion mode",
76367664
"number": "13.2.6.4.15"
76377665
},
7638-
{
7639-
"id": "parsing-main-inselect",
7640-
"href": "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inselect",
7641-
"level": 6,
7642-
"title": "The \"in select\" insertion mode",
7643-
"number": "13.2.6.4.16"
7644-
},
7645-
{
7646-
"id": "parsing-main-inselectintable",
7647-
"href": "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inselectintable",
7648-
"level": 6,
7649-
"title": "The \"in select in table\" insertion mode",
7650-
"number": "13.2.6.4.17"
7651-
},
76527666
{
76537667
"id": "parsing-main-intemplate",
76547668
"href": "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intemplate",
76557669
"level": 6,
76567670
"title": "The \"in template\" insertion mode",
7657-
"number": "13.2.6.4.18"
7671+
"number": "13.2.6.4.16"
76587672
},
76597673
{
76607674
"id": "parsing-main-afterbody",
76617675
"href": "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-afterbody",
76627676
"level": 6,
76637677
"title": "The \"after body\" insertion mode",
7664-
"number": "13.2.6.4.19"
7678+
"number": "13.2.6.4.17"
76657679
},
76667680
{
76677681
"id": "parsing-main-inframeset",
76687682
"href": "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inframeset",
76697683
"level": 6,
76707684
"title": "The \"in frameset\" insertion mode",
7671-
"number": "13.2.6.4.20"
7685+
"number": "13.2.6.4.18"
76727686
},
76737687
{
76747688
"id": "parsing-main-afterframeset",
76757689
"href": "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-afterframeset",
76767690
"level": 6,
76777691
"title": "The \"after frameset\" insertion mode",
7678-
"number": "13.2.6.4.21"
7692+
"number": "13.2.6.4.19"
76797693
},
76807694
{
76817695
"id": "the-after-after-body-insertion-mode",
76827696
"href": "https://html.spec.whatwg.org/multipage/parsing.html#the-after-after-body-insertion-mode",
76837697
"level": 6,
76847698
"title": "The \"after after body\" insertion mode",
7685-
"number": "13.2.6.4.22"
7699+
"number": "13.2.6.4.20"
76867700
},
76877701
{
76887702
"id": "the-after-after-frameset-insertion-mode",
76897703
"href": "https://html.spec.whatwg.org/multipage/parsing.html#the-after-after-frameset-insertion-mode",
76907704
"level": 6,
76917705
"title": "The \"after after frameset\" insertion mode",
7692-
"number": "13.2.6.4.23"
7706+
"number": "13.2.6.4.21"
76937707
},
76947708
{
76957709
"id": "parsing-main-inforeign",

ed/idl/html.idl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,11 @@ interface HTMLLegendElement : HTMLElement {
11661166
// also has obsolete members
11671167
};
11681168

1169+
[Exposed=Window]
1170+
interface HTMLSelectedContentElement : HTMLElement {
1171+
[HTMLConstructor] constructor();
1172+
};
1173+
11691174
enum SelectionMode {
11701175
"select",
11711176
"start",

0 commit comments

Comments
 (0)