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 13.1.1.
  • Loading branch information
reffy-bot committed Jul 6, 2023
1 parent 8faa569 commit c2563a2
Show file tree
Hide file tree
Showing 33 changed files with 704 additions and 606 deletions.
4 changes: 2 additions & 2 deletions ed/css/css-color.json
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@
"values": [
{
"name": "Lab",
"prose": "In Lab, the first argument specifies the CIE Lightness, L. This is a number between 0% or 0 (representing black) and 100% or 100 (representing white), Values less than 0% or 0 must be clamped to 0% at parsed-value time; values greater than 100% or 100 are clamped to 100% at parsed-value time.",
"prose": "In Lab, the first argument specifies the CIE Lightness, L. This is a number between 0% or 0 and 100% or 100 Values less than 0% or 0 must be clamped to 0% at parsed-value time; values greater than 100% or 100 are clamped to 100% at parsed-value time.",
"type": "value",
"value": "Lab"
}
Expand All @@ -1067,7 +1067,7 @@
"values": [
{
"name": "Oklab",
"prose": "In Oklab the first argument specifies the Oklab Lightness. This is a number between 0% or 0 (representing black) and 100% or 1.0 (representing white).",
"prose": "In Oklab the first argument specifies the Oklab Lightness. This is a number between 0% or 0 and 100% or 1.0.",
"type": "value",
"value": "Oklab"
}
Expand Down
100 changes: 35 additions & 65 deletions ed/css/css-sizing-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
},
{
"name": "contain-intrinsic-width",
"value": "none | <length> | auto <length>",
"value": "auto? [ none | <length> ]",
"initial": "none",
"appliesTo": "elements with size containment",
"inherited": "no",
Expand All @@ -386,22 +386,16 @@
"logicalPropertyGroup": "contain-intrinsic-size",
"values": [
{
"name": "none",
"prose": "The corresponding axis does not have an explicit intrinsic inner size.",
"type": "value",
"value": "none"
},
{
"name": "<length>",
"prose": "The corresponding axis has an explicit intrinsic inner size of the specified <length>.",
"name": "auto",
"prose": "If auto is specified and the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size in the corresponding axis is the last remembered size in that axis. Otherwise, the corresponding axis either doesn’t have an explicit intrinsic inner size (if none is specified) or has an explicit intrinsic inner size of the specified <length>.",
"type": "value",
"value": "<length>"
"value": "auto"
},
{
"name": "auto <length>",
"prose": "If the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size is the last remembered size. Otherwise, its explicit intrinsic inner size is the specified <length>.",
"name": "none",
"prose": "If auto is specified and the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size in the corresponding axis is the last remembered size in that axis. Otherwise, the corresponding axis either doesn’t have an explicit intrinsic inner size (if none is specified) or has an explicit intrinsic inner size of the specified <length>.",
"type": "value",
"value": "auto <length>"
"value": "none"
}
],
"styleDeclaration": [
Expand All @@ -411,7 +405,7 @@
},
{
"name": "contain-intrinsic-height",
"value": "none | <length> | auto <length>",
"value": "auto? [ none | <length> ]",
"initial": "none",
"appliesTo": "elements with size containment",
"inherited": "no",
Expand All @@ -422,22 +416,16 @@
"logicalPropertyGroup": "contain-intrinsic-size",
"values": [
{
"name": "none",
"prose": "The corresponding axis does not have an explicit intrinsic inner size.",
"type": "value",
"value": "none"
},
{
"name": "<length>",
"prose": "The corresponding axis has an explicit intrinsic inner size of the specified <length>.",
"name": "auto",
"prose": "If auto is specified and the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size in the corresponding axis is the last remembered size in that axis. Otherwise, the corresponding axis either doesn’t have an explicit intrinsic inner size (if none is specified) or has an explicit intrinsic inner size of the specified <length>.",
"type": "value",
"value": "<length>"
"value": "auto"
},
{
"name": "auto <length>",
"prose": "If the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size is the last remembered size. Otherwise, its explicit intrinsic inner size is the specified <length>.",
"name": "none",
"prose": "If auto is specified and the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size in the corresponding axis is the last remembered size in that axis. Otherwise, the corresponding axis either doesn’t have an explicit intrinsic inner size (if none is specified) or has an explicit intrinsic inner size of the specified <length>.",
"type": "value",
"value": "auto <length>"
"value": "none"
}
],
"styleDeclaration": [
Expand All @@ -447,7 +435,7 @@
},
{
"name": "contain-intrinsic-block-size",
"value": "none | <length> | auto <length>",
"value": "auto? [ none | <length> ]",
"initial": "none",
"appliesTo": "elements with size containment",
"inherited": "no",
Expand All @@ -458,22 +446,16 @@
"logicalPropertyGroup": "contain-intrinsic-size",
"values": [
{
"name": "none",
"prose": "The corresponding axis does not have an explicit intrinsic inner size.",
"type": "value",
"value": "none"
},
{
"name": "<length>",
"prose": "The corresponding axis has an explicit intrinsic inner size of the specified <length>.",
"name": "auto",
"prose": "If auto is specified and the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size in the corresponding axis is the last remembered size in that axis. Otherwise, the corresponding axis either doesn’t have an explicit intrinsic inner size (if none is specified) or has an explicit intrinsic inner size of the specified <length>.",
"type": "value",
"value": "<length>"
"value": "auto"
},
{
"name": "auto <length>",
"prose": "If the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size is the last remembered size. Otherwise, its explicit intrinsic inner size is the specified <length>.",
"name": "none",
"prose": "If auto is specified and the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size in the corresponding axis is the last remembered size in that axis. Otherwise, the corresponding axis either doesn’t have an explicit intrinsic inner size (if none is specified) or has an explicit intrinsic inner size of the specified <length>.",
"type": "value",
"value": "auto <length>"
"value": "none"
}
],
"styleDeclaration": [
Expand All @@ -483,7 +465,7 @@
},
{
"name": "contain-intrinsic-inline-size",
"value": "none | <length> | auto <length>",
"value": "auto? [ none | <length> ]",
"initial": "none",
"appliesTo": "elements with size containment",
"inherited": "no",
Expand All @@ -494,22 +476,16 @@
"logicalPropertyGroup": "contain-intrinsic-size",
"values": [
{
"name": "none",
"prose": "The corresponding axis does not have an explicit intrinsic inner size.",
"type": "value",
"value": "none"
},
{
"name": "<length>",
"prose": "The corresponding axis has an explicit intrinsic inner size of the specified <length>.",
"name": "auto",
"prose": "If auto is specified and the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size in the corresponding axis is the last remembered size in that axis. Otherwise, the corresponding axis either doesn’t have an explicit intrinsic inner size (if none is specified) or has an explicit intrinsic inner size of the specified <length>.",
"type": "value",
"value": "<length>"
"value": "auto"
},
{
"name": "auto <length>",
"prose": "If the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size is the last remembered size. Otherwise, its explicit intrinsic inner size is the specified <length>.",
"name": "none",
"prose": "If auto is specified and the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size in the corresponding axis is the last remembered size in that axis. Otherwise, the corresponding axis either doesn’t have an explicit intrinsic inner size (if none is specified) or has an explicit intrinsic inner size of the specified <length>.",
"type": "value",
"value": "auto <length>"
"value": "none"
}
],
"styleDeclaration": [
Expand All @@ -519,7 +495,7 @@
},
{
"name": "contain-intrinsic-size",
"value": "[ none | <length> | auto <length> ]{1,2}",
"value": "[ auto? [ none | <length> ] ]{1,2}",
"initial": "see individual properties",
"appliesTo": "see individual properties",
"inherited": "see individual properties",
Expand All @@ -529,22 +505,16 @@
"canonicalOrder": "per grammar",
"values": [
{
"name": "none",
"prose": "The corresponding axis does not have an explicit intrinsic inner size.",
"type": "value",
"value": "none"
},
{
"name": "<length>",
"prose": "The corresponding axis has an explicit intrinsic inner size of the specified <length>.",
"name": "auto",
"prose": "If auto is specified and the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size in the corresponding axis is the last remembered size in that axis. Otherwise, the corresponding axis either doesn’t have an explicit intrinsic inner size (if none is specified) or has an explicit intrinsic inner size of the specified <length>.",
"type": "value",
"value": "<length>"
"value": "auto"
},
{
"name": "auto <length>",
"prose": "If the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size is the last remembered size. Otherwise, its explicit intrinsic inner size is the specified <length>.",
"name": "none",
"prose": "If auto is specified and the element has a last remembered size and is currently skipping its contents, its explicit intrinsic inner size in the corresponding axis is the last remembered size in that axis. Otherwise, the corresponding axis either doesn’t have an explicit intrinsic inner size (if none is specified) or has an explicit intrinsic inner size of the specified <length>.",
"type": "value",
"value": "auto <length>"
"value": "none"
}
],
"styleDeclaration": [
Expand Down
14 changes: 6 additions & 8 deletions ed/dfns/CSS22.json
Original file line number Diff line number Diff line change
Expand Up @@ -10413,10 +10413,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
},
"definedIn": "dt"
},
Expand All @@ -10434,10 +10433,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
},
"definedIn": "dt"
},
Expand Down
14 changes: 7 additions & 7 deletions ed/dfns/css-fonts-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -2467,9 +2467,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css-fonts-4/#title",
"title": "CSS Fonts Module Level 4"
"id": "font-variant-position-prop",
"href": "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop",
"title": "Subscript and superscript forms: the font-variant-position property",
"number": "6.5"
},
"definedIn": "dt"
},
Expand Down Expand Up @@ -4019,10 +4020,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "font-variant-emoji-prop",
"href": "https://drafts.csswg.org/css-fonts-4/#font-variant-emoji-prop",
"title": "Selecting the text presentation style: The font-variant-emoji property",
"number": "9.3"
"id": "title",
"href": "https://drafts.csswg.org/css-fonts-4/#title",
"title": "CSS Fonts Module Level 4"
},
"definedIn": "dt"
},
Expand Down
12 changes: 6 additions & 6 deletions ed/dfns/css-sizing-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@
"definedIn": "prose"
},
{
"id": "valdef-contain-intrinsic-width-none",
"href": "https://drafts.csswg.org/css-sizing-4/#valdef-contain-intrinsic-width-none",
"id": "valdef-contain-intrinsic-width-auto",
"href": "https://drafts.csswg.org/css-sizing-4/#valdef-contain-intrinsic-width-auto",
"linkingText": [
"none"
"auto"
],
"localLinkingText": [],
"type": "value",
Expand All @@ -333,10 +333,10 @@
"definedIn": "dt"
},
{
"id": "valdef-contain-intrinsic-width-auto-length",
"href": "https://drafts.csswg.org/css-sizing-4/#valdef-contain-intrinsic-width-auto-length",
"id": "valdef-contain-intrinsic-width-none",
"href": "https://drafts.csswg.org/css-sizing-4/#valdef-contain-intrinsic-width-none",
"linkingText": [
"auto <length>"
"none"
],
"localLinkingText": [],
"type": "value",
Expand Down
20 changes: 20 additions & 0 deletions ed/dfns/webcodecs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6316,6 +6316,26 @@
},
"definedIn": "pre"
},
{
"id": "dom-audiodatainit-transfer",
"href": "https://w3c.github.io/webcodecs/#dom-audiodatainit-transfer",
"linkingText": [
"transfer"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"AudioDataInit"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://w3c.github.io/webcodecs/#title",
"title": "WebCodecs"
},
"definedIn": "pre"
},
{
"id": "dom-audiodata-resource-reference-slot",
"href": "https://w3c.github.io/webcodecs/#dom-audiodata-resource-reference-slot",
Expand Down
Loading

0 comments on commit c2563a2

Please sign in to comment.