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.2.0.
  • Loading branch information
reffy-bot committed Jan 20, 2025
1 parent 215e4b8 commit 02b4198
Show file tree
Hide file tree
Showing 9 changed files with 829 additions and 502 deletions.
61 changes: 29 additions & 32 deletions ed/algorithms/dom.json

Large diffs are not rendered by default.

68 changes: 44 additions & 24 deletions ed/css/css-multicol.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"spec": {
"title": "CSS Multi-column Layout Module Level 1",
"url": "https://drafts.csswg.org/css-multicol-1/"
"title": "CSS Multi-column Layout Module Level 2",
"url": "https://drafts.csswg.org/css-multicol-2/"
},
"properties": [
{
"name": "column-width",
"href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-width",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-width",
"value": "auto | <length [0,∞]>",
"initial": "auto",
"appliesTo": "block containers except table wrapper boxes",
Expand All @@ -19,14 +19,14 @@
{
"name": "auto",
"prose": "means that the column width will be determined by other properties (e.g., column-count, if it has a non-auto value).",
"href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-width-auto",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-width-auto",
"type": "value",
"value": "auto"
},
{
"name": "<length [0,∞]>",
"prose": "describes the optimal column width. The actual column width may be wider (to fill the available space), or narrower (only if the available space is smaller than the specified column width). Negative values are not allowed. Used values will be clamped to a minimum of 1px.",
"href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-width-length-0",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-width-length-0",
"type": "value",
"value": "<length [0,∞]>"
}
Expand All @@ -38,7 +38,7 @@
},
{
"name": "column-count",
"href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-count",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-count",
"value": "auto | <integer [1,∞]>",
"initial": "auto",
"appliesTo": "block containers except table wrapper boxes",
Expand All @@ -51,14 +51,14 @@
{
"name": "auto",
"prose": "means that the number of columns will be determined by other properties (e.g., column-width, if it has a non-auto value).",
"href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-count-auto",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-count-auto",
"type": "value",
"value": "auto"
},
{
"name": "<integer [1,∞]>",
"prose": "describes the optimal number of columns into which the content of the element will be flowed. Values must be greater than 0. If both column-width and column-count have non-auto values, the integer value describes the maximum number of columns.",
"href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-count-integer-1",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-count-integer-1",
"type": "value",
"value": "<integer [1,∞]>"
}
Expand All @@ -70,7 +70,7 @@
},
{
"name": "columns",
"href": "https://drafts.csswg.org/css-multicol-1/#propdef-columns",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-columns",
"value": "<'column-width'> || <'column-count'>",
"initial": "see individual properties",
"appliesTo": "see individual properties",
Expand All @@ -85,7 +85,7 @@
},
{
"name": "column-rule-color",
"href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-rule-color",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-rule-color",
"value": "<color>",
"initial": "currentcolor",
"appliesTo": "multicol containers",
Expand All @@ -98,7 +98,7 @@
{
"name": "<color>",
"prose": "Specifies the color of the column rule.",
"href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-rule-color-color",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-rule-color-color",
"type": "value",
"value": "<color>"
}
Expand All @@ -110,7 +110,7 @@
},
{
"name": "column-rule-style",
"href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-rule-style",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-rule-style",
"value": "<line-style>",
"initial": "none",
"appliesTo": "multicol containers",
Expand All @@ -126,7 +126,7 @@
},
{
"name": "column-rule-width",
"href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-rule-width",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-rule-width",
"value": "<line-width>",
"initial": "medium",
"appliesTo": "multicol containers",
Expand All @@ -142,7 +142,7 @@
},
{
"name": "column-rule",
"href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-rule",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-rule",
"value": "<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>",
"initial": "see individual properties",
"appliesTo": "see individual properties",
Expand All @@ -158,29 +158,43 @@
},
{
"name": "column-span",
"href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-span",
"value": "none | all",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-span",
"value": "none | <integer [1,∞]> | all | auto",
"initial": "none",
"appliesTo": "in-flow block-level elements",
"inherited": "no",
"percentages": "N/A",
"computedValue": "specified keyword",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"values": [
{
"name": "none",
"prose": "The element does not span multiple columns.",
"href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-span-none",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-span-none",
"type": "value",
"value": "none"
},
{
"name": "all",
"prose": "The element forces a column break and is taken out of flow to span across all columns of the nearest multicol ancestor in the same block formatting context. Content in the normal flow that appears before the element is automatically balanced across all columns in the immediately preceding multi-column line before the element appears, and any subsequent content flows into a new multi-column line after the element. The element establishes an independent formatting context.",
"href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-span-all",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-span-all",
"type": "value",
"value": "all"
},
{
"name": "<integer [1,∞]>",
"prose": "The element spans the specified number of columns. Values must be greater than 0. If the specified integer value is equal to, or larger than the number of columns in the multicol element, the number of columns spanned will be the same as if column-span: all had been specified. This definition is insufficient. Does column-span: 1 count as column-span: none, or does it create a spanner (which is a BFC)? Which columns does it span? How does that affect height calculations, and interact with column-fill",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-span-integer-1",
"type": "value",
"value": "<integer [1,∞]>"
},
{
"name": "auto",
"prose": "The number of columns spanned by the element depends on its min-content outer size in the inline direction of the multi-column container. If it is smaller than the used value of column-width, this is the same as if column-span: none had been specified. Otherwise, the number of columns spanned is the smallest positive integer n for which n × column-width + (n - 1) × column-gap is larger than the min-content outer size. If this would be larger than the number of columns, the number of columns spanned will be the same as if column-span: all had been specified. If column-span: 1 does not do the same as column-span: none, should this behave as column-span: 1 or as column-span: none when the element is small enough?",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-span-auto",
"type": "value",
"value": "auto"
}
],
"styleDeclaration": [
Expand All @@ -190,7 +204,7 @@
},
{
"name": "column-fill",
"href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-fill",
"href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-fill",
"value": "auto | balance | balance-all",
"initial": "balance",
"appliesTo": "multicol containers",
Expand All @@ -203,21 +217,21 @@
{
"name": "balance",
"prose": "Balance content equally between columns, as far as possible. In fragmented contexts, only the last fragment is balanced.",
"href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-fill-balance",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-fill-balance",
"type": "value",
"value": "balance"
},
{
"name": "balance-all",
"prose": "Balance content equally between columns, as far as possible. In fragmented contexts, all fragments are balanced.",
"href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-fill-balance-all",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-fill-balance-all",
"type": "value",
"value": "balance-all"
},
{
"name": "auto",
"prose": "fill columns sequentially",
"href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-fill-auto",
"href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-fill-auto",
"type": "value",
"value": "auto"
}
Expand All @@ -229,6 +243,12 @@
}
],
"atrules": [],
"selectors": [],
"selectors": [
{
"name": "::column",
"prose": "The ::column pseudo-element represents the individual columns in a multi-column container. It only exists on multi-column containers.",
"href": "https://drafts.csswg.org/css-multicol-2/#selectordef-column"
}
],
"values": []
}
11 changes: 4 additions & 7 deletions ed/dfns/dom.json
Original file line number Diff line number Diff line change
Expand Up @@ -4043,13 +4043,12 @@
"id": "find-a-slot",
"href": "https://dom.spec.whatwg.org/#find-a-slot",
"linkingText": [
"find a slot",
"finding a slot"
"find a slot"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"access": "private",
"informative": false,
"heading": {
"id": "finding-slots-and-slotables",
Expand All @@ -4063,8 +4062,7 @@
"id": "find-slotables",
"href": "https://dom.spec.whatwg.org/#find-slotables",
"linkingText": [
"find slottables",
"finding slottables"
"find slottables"
],
"localLinkingText": [],
"type": "dfn",
Expand All @@ -4083,8 +4081,7 @@
"id": "find-flattened-slotables",
"href": "https://dom.spec.whatwg.org/#find-flattened-slotables",
"linkingText": [
"find flattened slottables",
"finding flattened slottables"
"find flattened slottables"
],
"localLinkingText": [],
"type": "dfn",
Expand Down
64 changes: 64 additions & 0 deletions ed/dfns/rfc8610.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"spec": {
"title": "RFC 8610: Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
"url": "https://www.rfc-editor.org/rfc/rfc8610"
},
"dfns": [
{
"id": "appendix-D",
"href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-D",
"linkingText": [
"any",
"uint",
"nint",
"int",
"bstr",
"bytes",
"tstr",
"text",
"tdate",
"time",
"number",
"biguint",
"bignint",
"bigint",
"integer",
"unsigned",
"decfrac",
"bigfloat",
"eb64url",
"eb64legacy",
"eb16",
"encoded-cbor",
"uri",
"b64url",
"b64legacy",
"regexp",
"mime-message",
"cbor-any",
"float16",
"float32",
"float64",
"float16-32",
"float32-64",
"float",
"false",
"true",
"bool",
"nil",
"null",
"undefined"
],
"localLinkingText": [],
"type": "cddl-type",
"for": [],
"access": "public",
"informative": false,
"heading": {
"href": "https://www.rfc-editor.org/rfc/rfc8610",
"title": "RFC 8610: Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures"
},
"definedIn": "pre"
}
]
}
Loading

0 comments on commit 02b4198

Please sign in to comment.