Skip to content

Commit 2009f89

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.2.
1 parent c4e5fdd commit 2009f89

27 files changed

+679
-430
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/css-view-transitions-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@
9999
{
100100
"name": "view-transition-name/auto",
101101
"href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-name-auto",
102-
"html": "In addition to the existing values, the <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-view-transitions-1/#propdef-view-transition-name\" id=\"ref-for-propdef-view-transition-name①\">view-transition-name</a> also accepts an <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"view-transition-name\" data-dfn-type=\"dfn\" data-export=\"\" id=\"view-transition-name-auto\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">auto</dfn> keyword.\nTo resolve the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#used-value\" id=\"ref-for-used-value\">used value</a> of <span class=\"property\" id=\"ref-for-propdef-view-transition-name①\">view-transition-name</span> for <var>element</var>:",
102+
"html": "In addition to the existing values, the <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-view-transitions-1/#propdef-view-transition-name\" id=\"ref-for-propdef-view-transition-name①\">view-transition-name</a> also accepts an <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"view-transition-name\" data-dfn-type=\"dfn\" data-export=\"\" id=\"view-transition-name-auto\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">auto</dfn> keyword.\nTo resolve the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#used-value\" id=\"ref-for-used-value\">used value</a> of <span class=\"property\" id=\"ref-for-propdef-view-transition-name①\">view-transition-name</span> for <var>element</var>:",
103103
"rationale": "let",
104104
"steps": [
105105
{
106-
"html": "<p>Let <var>computed</var> be the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value\">computed value</a> of <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-view-transitions-1/#propdef-view-transition-name\" id=\"ref-for-propdef-view-transition-name①\">view-transition-name</a>.</p>"
106+
"html": "<p>Let <var>computed</var> be the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value\">computed value</a> of <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-view-transitions-1/#propdef-view-transition-name\" id=\"ref-for-propdef-view-transition-name①\">view-transition-name</a>.</p>"
107107
},
108108
{
109109
"html": "<p>If <var>computed</var> is <span class=\"css\">none</span>, return null.</p>"
@@ -112,10 +112,10 @@
112112
"html": "<p>If <var>computed</var> is a <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-values-4/#identifier-value\" id=\"ref-for-identifier-value①③\">&lt;custom-ident&gt;</a>, return <var>computed</var>.</p>"
113113
},
114114
{
115-
"html": "<p class=\"assertion\">Assert: <var>computed</var> is <span class=\"css\">auto</span>.</p>"
115+
"html": "<p class=\"assertion\">Assert: <var>computed</var> is <span class=\"css\">auto</span> or <span class=\"css\">match-element</span>.</p>"
116116
},
117117
{
118-
"html": "<p>If <var>element</var> has an associated <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-id\" id=\"ref-for-concept-id\">id</a>, and <var>computed</var> is associated with the same <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-root\" id=\"ref-for-concept-tree-root\">root</a> as <var>element</var>’s <span id=\"ref-for-concept-tree-root①\">root</span>, then return the value of <var>element</var>’s <span id=\"ref-for-concept-id\">id</span>.</p>"
118+
"html": "<p>If <var>computed</var> is <span class=\"css\">auto</span>, <var>element</var> has an associated <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-id\" id=\"ref-for-concept-id\">id</a>, and <var>computed</var> is associated with the same <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-root\" id=\"ref-for-concept-tree-root\">root</a> as <var>element</var>’s <span id=\"ref-for-concept-tree-root①\">root</span>, then return the value of <var>element</var>’s <span id=\"ref-for-concept-id\">id</span>.</p>"
119119
},
120120
{
121121
"html": "<p>Return a unique string. The string should remain consistent and unique for this element and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document①②\">Document</a></code>, at least for the lifetime of <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document②\">node document</a>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-view-transitions-1/#document-active-view-transition\" id=\"ref-for-document-active-view-transition⑧\">active view transition</a>.</p>"

ed/algorithms/html.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11757,13 +11757,19 @@
1175711757
"name": "HTMLButtonElement/type",
1175811758
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-button-type",
1175911759
"html": "The <dfn data-dfn-for=\"HTMLButtonElement\" id=\"dom-button-type\" data-dfn-type=\"attribute\"><code>type</code></dfn>\n getter steps are:",
11760-
"rationale": "let",
11760+
"rationale": "if",
1176111761
"steps": [
1176211762
{
11763-
"html": "<p>Let <var>state</var> be <a id=\"the-button-element:this-2\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <code id=\"the-button-element:attr-button-type-6\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type\">type</a></code> attribute.</p>"
11763+
"html": "<p>If <var>this</var> is a <a href=\"https://html.spec.whatwg.org/multipage/forms.html#concept-submit-button\" id=\"the-button-element:concept-submit-button-5\">submit button</a>, then\n return \"<code>submit</code>\".</p>"
11764+
},
11765+
{
11766+
"html": "<p>Let <var>state</var> be <a id=\"the-button-element:this-2\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <code id=\"the-button-element:attr-button-type-6\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type\">type</a></code>\n attribute.</p>"
11767+
},
11768+
{
11769+
"html": "<p><a id=\"the-button-element:assert-2\" href=\"https://infra.spec.whatwg.org/#assert\" data-x-internal=\"assert\">Assert</a>: <var>state</var> is not in the <a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type-submit-state\" id=\"the-button-element:attr-button-type-submit-state-3\">Submit Button</a> state.</p>"
1176411770
},
1176511771
{
11766-
"html": "<p>If <var>state</var> is in the <a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type-auto-state\" id=\"the-button-element:attr-button-type-auto-state-2\">Auto</a>\n state and <a id=\"the-button-element:this-3\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a> is not a <a href=\"https://html.spec.whatwg.org/multipage/forms.html#concept-submit-button\" id=\"the-button-element:concept-submit-button-5\">submit button</a>,\n then return \"<code>button</code>\".</p>"
11772+
"html": "<p>If <var>state</var> is in the <a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type-auto-state\" id=\"the-button-element:attr-button-type-auto-state-2\">Auto</a>\n state, then return \"<code>button</code>\".</p>"
1176711773
},
1176811774
{
1176911775
"html": "<p>Return the keyword value corresponding to <var>state</var>.</p>"

ed/algorithms/web-animations-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,11 +1306,11 @@
13061306
{
13071307
"name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)",
13081308
"href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect",
1309-
"html": "Amend step 5 of the procedure to create a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect\" id=\"ref-for-dom-keyframeeffect-keyframeeffect\">KeyframeEffect</a></code> object as\nfollows:",
1309+
"html": "Amend step 5 of the procedure to create a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect\" id=\"ref-for-dom-keyframeeffect-keyframeeffect\">KeyframeEffect</a></code> object as\nfollows:",
13101310
"rationale": "if",
13111311
"steps": [
13121312
{
1313-
"html": "<p>If <var>options</var> is a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dictdef-keyframeeffectoptions\" id=\"ref-for-dictdef-keyframeeffectoptions\">KeyframeEffectOptions</a></code> object,\nassign the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite\" id=\"ref-for-dom-keyframeeffect-iterationcomposite①\">iterationComposite</a></code>, and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dom-keyframeeffect-composite\" id=\"ref-for-dom-keyframeeffect-composite\">composite</a></code>, properties of <var>effect</var> to the\ncorresponding value from <var>options</var>.</p>\n <p>When assigning these properties, the error-handling defined for the\ncorresponding setters on the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect\" id=\"ref-for-dom-keyframeeffect-keyframeeffect②\">KeyframeEffect</a></code> interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by <var>options</var>, this procedure must <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①①\">throw</a> the same exception and abort all further steps.</p>"
1313+
"html": "<p>If <var>options</var> is a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dictdef-keyframeeffectoptions\" id=\"ref-for-dictdef-keyframeeffectoptions\">KeyframeEffectOptions</a></code> object,\nassign the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite\" id=\"ref-for-dom-keyframeeffect-iterationcomposite①\">iterationComposite</a></code>, and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dom-keyframeeffect-composite\" id=\"ref-for-dom-keyframeeffect-composite\">composite</a></code>, properties of <var>effect</var> to the\ncorresponding value from <var>options</var>.</p>\n <p>When assigning these properties, the error-handling defined for the\ncorresponding setters on the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source\" id=\"ref-for-dom-keyframeeffect-keyframeeffect-source②\">KeyframeEffect</a></code> interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by <var>options</var>, this procedure must <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①①\">throw</a> the same exception and abort all further steps.</p>"
13141314
}
13151315
]
13161316
},

ed/css/css-multicol.json

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,38 @@
3636
"columnWidth"
3737
]
3838
},
39+
{
40+
"name": "column-height",
41+
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-height",
42+
"value": "auto | <length [0,∞]>",
43+
"initial": "auto",
44+
"appliesTo": "block containers except table wrapper boxes",
45+
"inherited": "no",
46+
"percentages": "N/A",
47+
"computedValue": "the keyword auto or an absolute length",
48+
"canonicalOrder": "per grammar",
49+
"animationType": "by computed value type",
50+
"values": [
51+
{
52+
"name": "auto",
53+
"prose": "means that the column height will be determined by the amount of content and other properties.",
54+
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-height-auto",
55+
"type": "value",
56+
"value": "auto"
57+
},
58+
{
59+
"name": "<length [0,∞]>",
60+
"prose": "describes the desired column height. Negative values are not allowed.",
61+
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-height-length-0",
62+
"type": "value",
63+
"value": "<length [0,∞]>"
64+
}
65+
],
66+
"styleDeclaration": [
67+
"column-height",
68+
"columnHeight"
69+
]
70+
},
3971
{
4072
"name": "column-count",
4173
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-count",
@@ -68,10 +100,42 @@
68100
"columnCount"
69101
]
70102
},
103+
{
104+
"name": "column-wrap",
105+
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-wrap",
106+
"value": "nowrap | wrap",
107+
"initial": "nowrap",
108+
"appliesTo": "multicol containers",
109+
"inherited": "no",
110+
"percentages": "n/a",
111+
"computedValue": "specified keyword",
112+
"canonicalOrder": "per grammar",
113+
"animationType": "discrete",
114+
"values": [
115+
{
116+
"name": "nowrap",
117+
"prose": "Overflow columns are created in the inline direction.",
118+
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-wrap-nowrap",
119+
"type": "value",
120+
"value": "nowrap"
121+
},
122+
{
123+
"name": "wrap",
124+
"prose": "Overflow columns create a new multicol row in the block direction.",
125+
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-wrap-wrap",
126+
"type": "value",
127+
"value": "wrap"
128+
}
129+
],
130+
"styleDeclaration": [
131+
"column-wrap",
132+
"columnWrap"
133+
]
134+
},
71135
{
72136
"name": "columns",
73137
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-columns",
74-
"value": "<'column-width'> || <'column-count'>",
138+
"value": "<'column-width'> || <'column-count'> || <'column-height'> || <'column-wrap'>",
75139
"initial": "see individual properties",
76140
"appliesTo": "see individual properties",
77141
"inherited": "see individual properties",

ed/css/css-view-transitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"name": "<custom-ident>",
28-
"prose": "The element participates independently in a view transition—​as either an old or new element—​with the specified view transition name. Each view transition name is a tree-scoped name. The values none and auto are excluded from <custom-ident> here.",
28+
"prose": "The element participates independently in a view transition—​as either an old or new element—​with the specified view transition name. Each view transition name is a tree-scoped name. The values none, auto, and match-element are excluded from <custom-ident> here.",
2929
"href": "https://drafts.csswg.org/css-view-transitions-1/#valdef-view-transition-name-custom-ident",
3030
"type": "value",
3131
"value": "<custom-ident>"

0 commit comments

Comments
 (0)