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.2.
  • Loading branch information
reffy-bot committed Jul 12, 2023
1 parent b7dda59 commit 59b86b1
Show file tree
Hide file tree
Showing 62 changed files with 979 additions and 770 deletions.
44 changes: 20 additions & 24 deletions ed/css/css-gcpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,26 @@
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"values": [
{
"name": "block",
"prose": "The footnote element is placed in the footnote area as a block element",
"type": "value",
"value": "block"
},
{
"name": "inline",
"prose": "The footnote element is placed in the footnote area as an inline element",
"type": "value",
"value": "inline"
},
{
"name": "compact",
"prose": "The user agent determines whether a given footnote element is placed as a block element or an inline element. If two or more footnotes could fit on the same line in the footnote area, they should be placed inline.",
"type": "value",
"value": "compact"
}
],
"styleDeclaration": [
"footnote-display",
"footnoteDisplay"
Expand Down Expand Up @@ -133,30 +153,6 @@
"msg": "Missing definition",
"name": "content-list",
"value": "[ <string> | <counter()> | <counters()> | <content()> | attr(<identifier>) ]+"
},
{
"msg": "Dangling value",
"name": "block",
"prose": "The footnote element is placed in the footnote area as a block element",
"type": "value",
"value": "block",
"for": "propdef-footnote-display"
},
{
"msg": "Dangling value",
"name": "inline",
"prose": "The footnote element is placed in the footnote area as an inline element",
"type": "value",
"value": "inline",
"for": "propdef-footnote-display"
},
{
"msg": "Dangling value",
"name": "compact",
"prose": "The user agent determines whether a given footnote element is placed as a block element or an inline element. If two or more footnotes could fit on the same line in the footnote area, they should be placed inline.",
"type": "value",
"value": "compact",
"for": "propdef-footnote-display"
}
]
}
4 changes: 2 additions & 2 deletions ed/css/css-grid.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
{
"name": "<flex [0,∞]>",
"prose": "A non-negative dimension with the unit fr specifying the track’s flex factor. Each <flex>-sized track takes a share of the remaining space in proportion to its flex factor. For example, given a track listing of 1fr 2fr, the tracks will take up ⅓ and ⅔ of the leftover space, respectively. See § 7.2.4 Flexible Lengths: the fr unit for more details. When appearing outside a minmax() notation, implies an automatic minimum (i.e. ''minmax(auto, <flex>)'').",
"prose": "A non-negative dimension with the unit fr specifying the track’s flex factor. Each <flex>-sized track takes a share of the remaining space in proportion to its flex factor. For example, given a track listing of 1fr 2fr, the tracks will take up ⅓ and ⅔ of the leftover space, respectively. See § 7.2.4 Flexible Lengths: the fr unit for more details. When appearing outside a minmax() notation, implies an automatic minimum (i.e. minmax(auto, <flex>)).",
"type": "value",
"value": "<flex [0,∞]>"
},
Expand Down Expand Up @@ -126,7 +126,7 @@
},
{
"name": "<flex [0,∞]>",
"prose": "A non-negative dimension with the unit fr specifying the track’s flex factor. Each <flex>-sized track takes a share of the remaining space in proportion to its flex factor. For example, given a track listing of 1fr 2fr, the tracks will take up ⅓ and ⅔ of the leftover space, respectively. See § 7.2.4 Flexible Lengths: the fr unit for more details. When appearing outside a minmax() notation, implies an automatic minimum (i.e. ''minmax(auto, <flex>)'').",
"prose": "A non-negative dimension with the unit fr specifying the track’s flex factor. Each <flex>-sized track takes a share of the remaining space in proportion to its flex factor. For example, given a track listing of 1fr 2fr, the tracks will take up ⅓ and ⅔ of the leftover space, respectively. See § 7.2.4 Flexible Lengths: the fr unit for more details. When appearing outside a minmax() notation, implies an automatic minimum (i.e. minmax(auto, <flex>)).",
"type": "value",
"value": "<flex [0,∞]>"
},
Expand Down
14 changes: 8 additions & 6 deletions ed/dfns/CSS22.json
Original file line number Diff line number Diff line change
Expand Up @@ -10413,9 +10413,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
},
"definedIn": "dt"
},
Expand All @@ -10433,9 +10434,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
},
"definedIn": "dt"
},
Expand Down
18 changes: 18 additions & 0 deletions ed/dfns/css-anchor-position-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,24 @@
},
"definedIn": "prose"
},
{
"id": "accepted-try-properties",
"href": "https://drafts.csswg.org/css-anchor-position-1/#accepted-try-properties",
"linkingText": [
"accepted @try properties"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css-anchor-position-1/#title",
"title": "CSS Anchor Positioning"
},
"definedIn": "prose"
},
{
"id": "position-fallback-list",
"href": "https://drafts.csswg.org/css-anchor-position-1/#position-fallback-list",
Expand Down
7 changes: 3 additions & 4 deletions ed/dfns/css-fonts-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -4020,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
6 changes: 3 additions & 3 deletions ed/dfns/css-gcpm-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"localLinkingText": [],
"type": "value",
"for": [
"propdef-footnote-display"
"footnote-display"
],
"access": "public",
"informative": false,
Expand All @@ -280,7 +280,7 @@
"localLinkingText": [],
"type": "value",
"for": [
"propdef-footnote-display"
"footnote-display"
],
"access": "public",
"informative": false,
Expand All @@ -301,7 +301,7 @@
"localLinkingText": [],
"type": "value",
"for": [
"propdef-footnote-display"
"footnote-display"
],
"access": "public",
"informative": false,
Expand Down
98 changes: 42 additions & 56 deletions ed/dfns/idle-detection.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-useridlestate",
"href": "https://wicg.github.io/idle-detection/#api-useridlestate",
"title": "The UserIdleState enum",
"number": "2.1.1"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "pre"
},
Expand All @@ -58,10 +57,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-useridlestate",
"href": "https://wicg.github.io/idle-detection/#api-useridlestate",
"title": "The UserIdleState enum",
"number": "2.1.1"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "pre"
},
Expand Down Expand Up @@ -98,10 +96,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-screenidlestate",
"href": "https://wicg.github.io/idle-detection/#api-screenidlestate",
"title": "The ScreenIdleState enum",
"number": "2.1.2"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "pre"
},
Expand All @@ -119,10 +116,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-screenidlestate",
"href": "https://wicg.github.io/idle-detection/#api-screenidlestate",
"title": "The ScreenIdleState enum",
"number": "2.1.2"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "pre"
},
Expand Down Expand Up @@ -178,10 +174,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-idledetector",
"href": "https://wicg.github.io/idle-detection/#api-idledetector",
"title": "The IdleDetector interface",
"number": "2.4"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "pre"
},
Expand All @@ -199,10 +194,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-idledetector",
"href": "https://wicg.github.io/idle-detection/#api-idledetector",
"title": "The IdleDetector interface",
"number": "2.4"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "pre"
},
Expand All @@ -218,10 +212,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-idledetector",
"href": "https://wicg.github.io/idle-detection/#api-idledetector",
"title": "The IdleDetector interface",
"number": "2.4"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "pre"
},
Expand All @@ -240,10 +233,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-idledetector",
"href": "https://wicg.github.io/idle-detection/#api-idledetector",
"title": "The IdleDetector interface",
"number": "2.4"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "pre"
},
Expand All @@ -262,10 +254,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-idledetector",
"href": "https://wicg.github.io/idle-detection/#api-idledetector",
"title": "The IdleDetector interface",
"number": "2.4"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "pre"
},
Expand All @@ -283,10 +274,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-idledetector",
"href": "https://wicg.github.io/idle-detection/#api-idledetector",
"title": "The IdleDetector interface",
"number": "2.4"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "table"
},
Expand All @@ -304,10 +294,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-idledetector",
"href": "https://wicg.github.io/idle-detection/#api-idledetector",
"title": "The IdleDetector interface",
"number": "2.4"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "table"
},
Expand All @@ -325,10 +314,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-idledetector",
"href": "https://wicg.github.io/idle-detection/#api-idledetector",
"title": "The IdleDetector interface",
"number": "2.4"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "table"
},
Expand All @@ -346,10 +334,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "api-idledetector",
"href": "https://wicg.github.io/idle-detection/#api-idledetector",
"title": "The IdleDetector interface",
"number": "2.4"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "table"
},
Expand All @@ -365,10 +352,9 @@
"access": "private",
"informative": false,
"heading": {
"id": "api-idledetector",
"href": "https://wicg.github.io/idle-detection/#api-idledetector",
"title": "The IdleDetector interface",
"number": "2.4"
"id": "title",
"href": "https://wicg.github.io/idle-detection/#title",
"title": "Idle Detection API"
},
"definedIn": "prose"
},
Expand Down
6 changes: 3 additions & 3 deletions ed/dfns/web-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@
"definedIn": "prose"
},
{
"id": "directly-associated-with-an-animation",
"href": "https://drafts.csswg.org/web-animations-2/#directly-associated-with-an-animation",
"id": "ltdirectly-associated-with-an-animationdirectly-associated",
"href": "https://drafts.csswg.org/web-animations-2/#ltdirectly-associated-with-an-animationdirectly-associated",
"linkingText": [
"directly associated with an animation"
"lt=\"directly associated with an animation\">directly associated"
],
"localLinkingText": [],
"type": "dfn",
Expand Down
6 changes: 0 additions & 6 deletions ed/headings/idle-detection.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@
"level": 3,
"title": "Document conventions"
},
{
"id": "w3c-conformant-algorithms",
"href": "https://wicg.github.io/idle-detection/#w3c-conformant-algorithms",
"level": 3,
"title": "Conformant Algorithms"
},
{
"id": "index",
"href": "https://wicg.github.io/idle-detection/#index",
Expand Down
Loading

0 comments on commit 59b86b1

Please sign in to comment.