Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.3.2.
  • Loading branch information
reffy-bot committed Feb 20, 2025
1 parent c4e5fdd commit 2009f89
Show file tree
Hide file tree
Showing 27 changed files with 679 additions and 430 deletions.
14 changes: 7 additions & 7 deletions ed/algorithms/css-grid-1.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ed/algorithms/css-grid-2.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ed/algorithms/css-view-transitions-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
{
"name": "view-transition-name/auto",
"href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-name-auto",
"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>:",
"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>:",
"rationale": "let",
"steps": [
{
"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>"
"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>"
},
{
"html": "<p>If <var>computed</var> is <span class=\"css\">none</span>, return null.</p>"
Expand All @@ -112,10 +112,10 @@
"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>"
},
{
"html": "<p class=\"assertion\">Assert: <var>computed</var> is <span class=\"css\">auto</span>.</p>"
"html": "<p class=\"assertion\">Assert: <var>computed</var> is <span class=\"css\">auto</span> or <span class=\"css\">match-element</span>.</p>"
},
{
"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>"
"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>"
},
{
"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>"
Expand Down
12 changes: 9 additions & 3 deletions ed/algorithms/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -11757,13 +11757,19 @@
"name": "HTMLButtonElement/type",
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#dom-button-type",
"html": "The <dfn data-dfn-for=\"HTMLButtonElement\" id=\"dom-button-type\" data-dfn-type=\"attribute\"><code>type</code></dfn>\n getter steps are:",
"rationale": "let",
"rationale": "if",
"steps": [
{
"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>"
"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>"
},
{
"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>"
},
{
"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>"
},
{
"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>"
"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>"
},
{
"html": "<p>Return the keyword value corresponding to <var>state</var>.</p>"
Expand Down
4 changes: 2 additions & 2 deletions ed/algorithms/web-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1306,11 +1306,11 @@
{
"name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)",
"href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect",
"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:",
"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:",
"rationale": "if",
"steps": [
{
"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>"
"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>"
}
]
},
Expand Down
66 changes: 65 additions & 1 deletion ed/css/css-multicol.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,38 @@
"columnWidth"
]
},
{
"name": "column-height",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-height",
"value": "auto | <length [0,∞]>",
"initial": "auto",
"appliesTo": "block containers except table wrapper boxes",
"inherited": "no",
"percentages": "N/A",
"computedValue": "the keyword auto or an absolute length",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"values": [
{
"name": "auto",
"prose": "means that the column height will be determined by the amount of content and other properties.",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-height-auto",
"type": "value",
"value": "auto"
},
{
"name": "<length [0,∞]>",
"prose": "describes the desired column height. Negative values are not allowed.",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-height-length-0",
"type": "value",
"value": "<length [0,∞]>"
}
],
"styleDeclaration": [
"column-height",
"columnHeight"
]
},
{
"name": "column-count",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-count",
Expand Down Expand Up @@ -68,10 +100,42 @@
"columnCount"
]
},
{
"name": "column-wrap",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-wrap",
"value": "nowrap | wrap",
"initial": "nowrap",
"appliesTo": "multicol containers",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"values": [
{
"name": "nowrap",
"prose": "Overflow columns are created in the inline direction.",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-wrap-nowrap",
"type": "value",
"value": "nowrap"
},
{
"name": "wrap",
"prose": "Overflow columns create a new multicol row in the block direction.",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-wrap-wrap",
"type": "value",
"value": "wrap"
}
],
"styleDeclaration": [
"column-wrap",
"columnWrap"
]
},
{
"name": "columns",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-columns",
"value": "<'column-width'> || <'column-count'>",
"value": "<'column-width'> || <'column-count'> || <'column-height'> || <'column-wrap'>",
"initial": "see individual properties",
"appliesTo": "see individual properties",
"inherited": "see individual properties",
Expand Down
2 changes: 1 addition & 1 deletion ed/css/css-view-transitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"name": "<custom-ident>",
"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.",
"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.",
"href": "https://drafts.csswg.org/css-view-transitions-1/#valdef-view-transition-name-custom-ident",
"type": "value",
"value": "<custom-ident>"
Expand Down
Loading

0 comments on commit 2009f89

Please sign in to comment.