Skip to content

Commit 12989c7

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.3.
1 parent abd928f commit 12989c7

21 files changed

+849
-772
lines changed

ed/algorithms/css-grid-1.json

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

ed/algorithms/css-grid-2.json

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

ed/algorithms/did-resolution.json

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

ed/algorithms/html.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12309,28 +12309,10 @@
1230912309
}
1231012310
]
1231112311
},
12312-
{
12313-
"html": "The <code id=\"the-optgroup-element:the-optgroup-element-7\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element\">optgroup</a></code> <a href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#html-element-removing-steps\" id=\"the-optgroup-element:html-element-removing-steps\">HTML element removing\n steps</a>, given <var>removedNode</var> and <var>oldParent</var>, are:",
12314-
"rationale": "if",
12315-
"steps": [
12316-
{
12317-
"html": "<p>If <var>oldParent</var> is a <code id=\"the-optgroup-element:the-select-element-3\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element\">select</a></code> element and <var>removedNode</var> has an\n <code id=\"the-optgroup-element:the-option-element-8\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element\">option</a></code> child, then run <var>oldParent</var>'s <a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#selectedness-setting-algorithm\" id=\"the-optgroup-element:selectedness-setting-algorithm\">selectedness setting\n algorithm</a>.</p>"
12318-
}
12319-
]
12320-
},
12321-
{
12322-
"html": "The <code id=\"the-optgroup-element:the-optgroup-element-8\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element\">optgroup</a></code> <a id=\"the-optgroup-element:html-element-moving-steps\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#html-element-moving-steps\">HTML element moving steps</a>, given <var>movedNode</var>\n and <var>oldParent</var>, are:",
12323-
"rationale": "run",
12324-
"steps": [
12325-
{
12326-
"html": "<p>Run the <code id=\"the-optgroup-element:the-optgroup-element-9\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element\">optgroup</a></code> <a id=\"the-optgroup-element:html-element-removing-steps-2\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#html-element-removing-steps\">HTML element removing steps</a> given\n <var>movedNode</var> and <var>oldParent</var>.</p>"
12327-
}
12328-
]
12329-
},
1233012312
{
1233112313
"name": "get an optgroup element's label",
1233212314
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#concept-optgroup-label",
12333-
"html": "To <dfn id=\"concept-optgroup-label\">get an <code>optgroup</code> element's label</dfn>,\n given an <code id=\"the-optgroup-element:the-optgroup-element-10\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element\">optgroup</a></code> <var>optgroup</var>:",
12315+
"html": "To <dfn id=\"concept-optgroup-label\">get an <code>optgroup</code> element's label</dfn>,\n given an <code id=\"the-optgroup-element:the-optgroup-element-7\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element\">optgroup</a></code> <var>optgroup</var>:",
1233412316
"rationale": "if",
1233512317
"steps": [
1233612318
{
@@ -12454,6 +12436,23 @@
1245412436
}
1245512437
]
1245612438
},
12439+
{
12440+
"name": "HTMLOptionElement/form",
12441+
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-option-form",
12442+
"html": "The <dfn data-dfn-for=\"HTMLOptionElement\" id=\"dom-option-form\" data-dfn-type=\"attribute\"><code>form</code></dfn>\n getter steps are:",
12443+
"rationale": "let",
12444+
"steps": [
12445+
{
12446+
"html": "<p>Let <var>select</var> be <a id=\"the-option-element:this-7\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#option-element-nearest-ancestor-select\" id=\"the-option-element:option-element-nearest-ancestor-select-2\"><code>option</code> element nearest\n ancestor <code>select</code></a>.</p>"
12447+
},
12448+
{
12449+
"html": "<p>If <var>select</var> is null, then return null.</p>"
12450+
},
12451+
{
12452+
"html": "<p>Return <var>select</var>'s <a id=\"the-option-element:form-owner\" href=\"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-owner\">form owner</a>.</p>"
12453+
}
12454+
]
12455+
},
1245712456
{
1245812457
"name": "HTMLOptionElement/Option(text, value, defaultSelected, selected)",
1245912458
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-option",
@@ -12486,7 +12485,7 @@
1248612485
{
1248712486
"name": "collect option text",
1248812487
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#collect-option-text",
12489-
"html": "To <dfn id=\"collect-option-text\">collect option text</dfn>, given an <code id=\"the-option-element:the-option-element-31\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element\">option</a></code> element <var>option</var> and a\n boolean <var>includeAltText</var>:",
12488+
"html": "To <dfn id=\"collect-option-text\">collect option text</dfn>, given an <code id=\"the-option-element:the-option-element-29\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element\">option</a></code> element <var>option</var> and a\n boolean <var>includeAltText</var>:",
1249012489
"rationale": "let",
1249112490
"steps": [
1249212491
{

ed/dfns/did-resolution.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"href": "https://w3c.github.io/did-resolution/#conformance",
2121
"title": "Conformance",
2222
"alternateIds": [
23-
"x1-1-conformance"
23+
"x1-2-conformance"
2424
],
25-
"number": "1.1"
25+
"number": "1.2"
2626
},
2727
"definedIn": "prose",
2828
"links": []
@@ -43,9 +43,9 @@
4343
"href": "https://w3c.github.io/did-resolution/#conformance",
4444
"title": "Conformance",
4545
"alternateIds": [
46-
"x1-1-conformance"
46+
"x1-2-conformance"
4747
],
48-
"number": "1.1"
48+
"number": "1.2"
4949
},
5050
"definedIn": "prose",
5151
"links": []

ed/headings/css-forms-1.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,28 @@
259259
"title": "Checkboxes & radios"
260260
},
261261
{
262-
"id": "stylesheet-select-button",
263-
"href": "https://drafts.csswg.org/css-forms-1/#stylesheet-select-button",
262+
"id": "stylesheet-button",
263+
"href": "https://drafts.csswg.org/css-forms-1/#stylesheet-button",
264264
"level": 3,
265-
"title": "Selects & buttons"
265+
"title": "Buttons (and button-like controls)"
266+
},
267+
{
268+
"id": "stylesheet-select",
269+
"href": "https://drafts.csswg.org/css-forms-1/#stylesheet-select",
270+
"level": 3,
271+
"title": "Selects"
272+
},
273+
{
274+
"id": "stylesheet-dropdown-select",
275+
"href": "https://drafts.csswg.org/css-forms-1/#stylesheet-dropdown-select",
276+
"level": 4,
277+
"title": "Drop-down box selects"
278+
},
279+
{
280+
"id": "stylesheet-listbox-select",
281+
"href": "https://drafts.csswg.org/css-forms-1/#stylesheet-listbox-select",
282+
"level": 4,
283+
"title": "List box selects"
266284
},
267285
{
268286
"id": "changes",

ed/headings/did-resolution.json

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,45 @@
3535
],
3636
"number": "1"
3737
},
38+
{
39+
"id": "design-goals",
40+
"href": "https://w3c.github.io/did-resolution/#design-goals",
41+
"level": 3,
42+
"title": "Implementer Overview",
43+
"alternateIds": [
44+
"x1-1-implementer-overview"
45+
],
46+
"number": "1.1"
47+
},
3848
{
3949
"id": "conformance",
4050
"href": "https://w3c.github.io/did-resolution/#conformance",
4151
"level": 3,
4252
"title": "Conformance",
4353
"alternateIds": [
44-
"x1-1-conformance"
54+
"x1-2-conformance"
4555
],
46-
"number": "1.1"
56+
"number": "1.2"
4757
},
4858
{
4959
"id": "audience",
5060
"href": "https://w3c.github.io/did-resolution/#audience",
5161
"level": 3,
5262
"title": "Audience",
5363
"alternateIds": [
54-
"x1-2-audience"
64+
"x1-3-audience"
5565
],
56-
"number": "1.2"
66+
"number": "1.3"
67+
},
68+
{
69+
"id": "use-cases",
70+
"href": "https://w3c.github.io/did-resolution/#use-cases",
71+
"level": 3,
72+
"title": "Use Cases",
73+
"alternateIds": [
74+
"x1-4-use-cases"
75+
],
76+
"number": "1.4"
5777
},
5878
{
5979
"id": "terminology",
@@ -521,45 +541,55 @@
521541
],
522542
"number": "13.1"
523543
},
544+
{
545+
"id": "relationship-to-other-technologies",
546+
"href": "https://w3c.github.io/did-resolution/#relationship-to-other-technologies",
547+
"level": 2,
548+
"title": "Relationship to Other Technologies",
549+
"alternateIds": [
550+
"a-relationship-to-other-technologies"
551+
],
552+
"number": "A"
553+
},
524554
{
525555
"id": "did-resolution-resources",
526556
"href": "https://w3c.github.io/did-resolution/#did-resolution-resources",
527557
"level": 2,
528558
"title": "DID Resolution Resources",
529559
"alternateIds": [
530-
"a-did-resolution-resources"
560+
"b-did-resolution-resources"
531561
],
532-
"number": "A"
562+
"number": "B"
533563
},
534564
{
535565
"id": "references",
536566
"href": "https://w3c.github.io/did-resolution/#references",
537567
"level": 2,
538568
"title": "References",
539569
"alternateIds": [
540-
"b-references"
570+
"c-references"
541571
],
542-
"number": "B"
572+
"number": "C"
543573
},
544574
{
545575
"id": "normative-references",
546576
"href": "https://w3c.github.io/did-resolution/#normative-references",
547577
"level": 3,
548578
"title": "Normative references",
549579
"alternateIds": [
550-
"b-1-normative-references"
580+
"c-1-normative-references"
551581
],
552-
"number": "B.1"
582+
"number": "C.1"
553583
},
554584
{
555585
"id": "informative-references",
556586
"href": "https://w3c.github.io/did-resolution/#informative-references",
557587
"level": 3,
558588
"title": "Informative references",
559589
"alternateIds": [
560-
"b-2-informative-references"
590+
"c-2-informative-references"
561591
],
562-
"number": "B.2"
592+
"number": "C.2"
563593
}
564594
]
565595
}

ed/ids/css-content-3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A7",
116116
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-quote",
117117
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A8",
118-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader",
118+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader",
119119
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%93%AA",
120120
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-target",
121121
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%91%A0",
@@ -246,9 +246,9 @@
246246
"https://drafts.csswg.org/css-content-3/#ref-for-valdef-content-close-quote%E2%91%A6",
247247
"https://drafts.csswg.org/css-content-3/#example-eb11c28e",
248248
"https://drafts.csswg.org/css-content-3/#leaders",
249-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader",
249+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0",
250250
"https://drafts.csswg.org/css-content-3/#leader-function",
251-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0",
251+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A1",
252252
"https://drafts.csswg.org/css-content-3/#funcdef-content-leader",
253253
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-leader-type",
254254
"https://drafts.csswg.org/css-content-3/#funcdef-leader",

ed/ids/css-flexbox-1.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@
17621762
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1",
17631763
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A5%E2%91%A3",
17641764
"https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages",
1765-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4",
1765+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4",
17661766
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A6",
17671767
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A2",
17681768
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5",
@@ -1852,9 +1852,9 @@
18521852
"https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto",
18531853
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7",
18541854
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self",
1855-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4",
18561855
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5",
18571856
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6",
1857+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7",
18581858
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8",
18591859
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8",
18601860
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1",
@@ -1980,9 +1980,9 @@
19801980
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7",
19811981
"https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2",
19821982
"https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis",
1983-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7",
1984-
"https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages",
19851983
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8",
1984+
"https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages",
1985+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA",
19861986
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA",
19871987
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A3",
19881988
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8",
@@ -2070,7 +2070,7 @@
20702070
"https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A3",
20712071
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A0",
20722072
"https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A5%E2%91%A2",
2073-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA",
2073+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0",
20742074
"https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A7",
20752075
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-fit-content",
20762076
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A1",
@@ -2117,7 +2117,7 @@
21172117
"https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero",
21182118
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5",
21192119
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7",
2120-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0",
2120+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4",
21212121
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8",
21222122
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA",
21232123
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0",
@@ -2135,17 +2135,17 @@
21352135
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right",
21362136
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top",
21372137
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom",
2138-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1",
2138+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5",
21392139
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0",
21402140
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0",
2141-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5",
2141+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1",
21422142
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A4",
21432143
"https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0",
21442144
"https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5",
21452145
"https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position",
21462146
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0",
21472147
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0",
2148-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6",
2148+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A2",
21492149
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A5",
21502150
"https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1",
21512151
"https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6",

0 commit comments

Comments
 (0)