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 14.6.2.
  • Loading branch information
reffy-bot committed Feb 7, 2024
1 parent 75ad858 commit 41ca199
Show file tree
Hide file tree
Showing 19 changed files with 502 additions and 682 deletions.
48 changes: 1 addition & 47 deletions ed/css/css-anchor-position.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,52 +270,6 @@
"positionTryOrder"
]
},
{
"name": "position-try-final",
"href": "https://drafts.csswg.org/css-anchor-position-1/#propdef-position-try-final",
"value": "[ always? && [ first | <try-size> ] ] | hide",
"initial": "first",
"appliesTo": "absolutely positioned elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"values": [
{
"name": "first",
"prose": "Use the first option in the position options list (after sorting by position-try-order).",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-try-final-first",
"type": "value",
"value": "first"
},
{
"name": "<try-size>",
"prose": "Stable sort the position options list as if this was the specified position-try-order, then use the first option.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-try-final-try-size",
"type": "value",
"value": "<try-size>"
},
{
"name": "always",
"prose": "If this keyword is not specified, and this box has previously been laid out with a position option that didn’t result in overflow, use that option.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-try-final-always",
"type": "value",
"value": "always"
},
{
"name": "hide",
"prose": "Use the first position option (as for first), but also hide the box such that it (and all of its contents) are invisible (like visibility: hidden) and do not contribute to scrollable overflow.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-try-final-hide",
"type": "value",
"value": "hide"
}
],
"styleDeclaration": [
"position-try-final",
"positionTryFinal"
]
},
{
"name": "position-fallback-bounds",
"href": "https://drafts.csswg.org/css-anchor-position-1/#propdef-position-fallback-bounds",
Expand Down Expand Up @@ -357,7 +311,7 @@
"name": "<inset-area>",
"href": "https://drafts.csswg.org/css-anchor-position-1/#typedef-inset-area",
"type": "type",
"value": "[ [ left | center | right | center-left | center-right | x-start | x-end | center-x-start | center-x-end | x-self-start | x-self-end | center-x-self-start | center-x-self-end | all ] && [ top | center | bottom | center-top | center-bottom | y-start | y-end | center-y-start | center-y-end | y-self-start | y-self-end | center-y-self-start | center-y-self-end | all ] | [ block-start | center | block-end | center-block-start | center-block-end | self-block-start | self-block-end | center-self-block-start | center-self-block-end | all ] && [ inline-start | center | inline-end | center-inline-start | center-inline-end ] | self-inline-start | self-inline-end | center-self-inline-start | center-self-inline-end | all ] | [ start | center | end | center-start | center-end | all ]{1, 2} | [ self-start | center | self-end | center-self-start | center-self-end | all ]{1, 2} ]",
"value": "[ [ left | center | right | center-left | center-right | x-start | x-end | center-x-start | center-x-end | x-self-start | x-self-end | center-x-self-start | center-x-self-end | all ] || [ top | center | bottom | center-top | center-bottom | y-start | y-end | center-y-start | center-y-end | y-self-start | y-self-end | center-y-self-start | center-y-self-end | all ] | [ block-start | center | block-end | center-block-start | center-block-end | self-block-start | self-block-end | center-self-block-start | center-self-block-end | all ] || [ inline-start | center | inline-end | center-inline-start | center-inline-end | self-inline-start | self-inline-end | center-self-inline-start | center-self-inline-end | all ] | [ start | center | end | center-start | center-end | all ]{1, 2} | [ self-start | center | self-end | center-self-start | center-self-end | all ]{1, 2} ]",
"values": [
{
"name": "start",
Expand Down
121 changes: 7 additions & 114 deletions ed/dfns/css-anchor-position-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2093,113 +2093,6 @@
},
"definedIn": "dt"
},
{
"id": "propdef-position-try-final",
"href": "https://drafts.csswg.org/css-anchor-position-1/#propdef-position-try-final",
"linkingText": [
"position-try-final"
],
"localLinkingText": [],
"type": "property",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "position-try-final-property",
"href": "https://drafts.csswg.org/css-anchor-position-1/#position-try-final-property",
"title": "Final Fallback Strategy: the position-try-final property",
"number": "5.3"
},
"definedIn": "table"
},
{
"id": "valdef-position-try-final-first",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-try-final-first",
"linkingText": [
"first"
],
"localLinkingText": [],
"type": "value",
"for": [
"position-try-final"
],
"access": "public",
"informative": false,
"heading": {
"id": "position-try-final-property",
"href": "https://drafts.csswg.org/css-anchor-position-1/#position-try-final-property",
"title": "Final Fallback Strategy: the position-try-final property",
"number": "5.3"
},
"definedIn": "dt"
},
{
"id": "valdef-position-try-final-try-size",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-try-final-try-size",
"linkingText": [
"<try-size>",
"most-width",
"most-height",
"most-block-size",
"most-inline-size"
],
"localLinkingText": [],
"type": "value",
"for": [
"position-try-final"
],
"access": "public",
"informative": false,
"heading": {
"id": "position-try-final-property",
"href": "https://drafts.csswg.org/css-anchor-position-1/#position-try-final-property",
"title": "Final Fallback Strategy: the position-try-final property",
"number": "5.3"
},
"definedIn": "dt"
},
{
"id": "valdef-position-try-final-always",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-try-final-always",
"linkingText": [
"always"
],
"localLinkingText": [],
"type": "value",
"for": [
"position-try-final"
],
"access": "public",
"informative": false,
"heading": {
"id": "position-try-final-property",
"href": "https://drafts.csswg.org/css-anchor-position-1/#position-try-final-property",
"title": "Final Fallback Strategy: the position-try-final property",
"number": "5.3"
},
"definedIn": "dt"
},
{
"id": "valdef-position-try-final-hide",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-try-final-hide",
"linkingText": [
"hide"
],
"localLinkingText": [],
"type": "value",
"for": [
"position-try-final"
],
"access": "public",
"informative": false,
"heading": {
"id": "position-try-final-property",
"href": "https://drafts.csswg.org/css-anchor-position-1/#position-try-final-property",
"title": "Final Fallback Strategy: the position-try-final property",
"number": "5.3"
},
"definedIn": "dt"
},
{
"id": "at-ruledef-position-try",
"href": "https://drafts.csswg.org/css-anchor-position-1/#at-ruledef-position-try",
Expand All @@ -2215,7 +2108,7 @@
"id": "fallback-rule",
"href": "https://drafts.csswg.org/css-anchor-position-1/#fallback-rule",
"title": "The @position-try Rule",
"number": "5.4"
"number": "5.3"
},
"definedIn": "prose"
},
Expand All @@ -2234,7 +2127,7 @@
"id": "fallback-rule",
"href": "https://drafts.csswg.org/css-anchor-position-1/#fallback-rule",
"title": "The @position-try Rule",
"number": "5.4"
"number": "5.3"
},
"definedIn": "prose"
},
Expand All @@ -2253,7 +2146,7 @@
"id": "fallback-rule",
"href": "https://drafts.csswg.org/css-anchor-position-1/#fallback-rule",
"title": "The @position-try Rule",
"number": "5.4"
"number": "5.3"
},
"definedIn": "prose"
},
Expand All @@ -2272,7 +2165,7 @@
"id": "fallback-bounds",
"href": "https://drafts.csswg.org/css-anchor-position-1/#fallback-bounds",
"title": "Applying Stronger Fallback Bounds: the position-fallback-bounds property",
"number": "5.5"
"number": "5.4"
},
"definedIn": "table"
},
Expand All @@ -2293,7 +2186,7 @@
"id": "fallback-bounds",
"href": "https://drafts.csswg.org/css-anchor-position-1/#fallback-bounds",
"title": "Applying Stronger Fallback Bounds: the position-fallback-bounds property",
"number": "5.5"
"number": "5.4"
},
"definedIn": "dt"
},
Expand All @@ -2312,7 +2205,7 @@
"id": "fallback-bounds",
"href": "https://drafts.csswg.org/css-anchor-position-1/#fallback-bounds",
"title": "Applying Stronger Fallback Bounds: the position-fallback-bounds property",
"number": "5.5"
"number": "5.4"
},
"definedIn": "prose"
},
Expand All @@ -2331,7 +2224,7 @@
"id": "fallback-apply",
"href": "https://drafts.csswg.org/css-anchor-position-1/#fallback-apply",
"title": "Applying Position Fallback",
"number": "5.6"
"number": "5.5"
},
"definedIn": "prose"
},
Expand Down
13 changes: 3 additions & 10 deletions ed/headings/css-anchor-position-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,33 +161,26 @@
"title": "Determining Fallback Order: the position-try-order property",
"number": "5.2"
},
{
"id": "position-try-final-property",
"href": "https://drafts.csswg.org/css-anchor-position-1/#position-try-final-property",
"level": 3,
"title": "Final Fallback Strategy: the position-try-final property",
"number": "5.3"
},
{
"id": "fallback-rule",
"href": "https://drafts.csswg.org/css-anchor-position-1/#fallback-rule",
"level": 3,
"title": "The @position-try Rule",
"number": "5.4"
"number": "5.3"
},
{
"id": "fallback-bounds",
"href": "https://drafts.csswg.org/css-anchor-position-1/#fallback-bounds",
"level": 3,
"title": "Applying Stronger Fallback Bounds: the position-fallback-bounds property",
"number": "5.5"
"number": "5.4"
},
{
"id": "fallback-apply",
"href": "https://drafts.csswg.org/css-anchor-position-1/#fallback-apply",
"level": 3,
"title": "Applying Position Fallback",
"number": "5.6"
"number": "5.5"
},
{
"id": "interfaces",
Expand Down
7 changes: 7 additions & 0 deletions ed/headings/tc39-set-methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
"title": "SetDataHas ( resultSetData, value )",
"level": 1,
"number": "10"
},
{
"id": "sec-setdatasize",
"href": "https://tc39.es/proposal-set-methods/#sec-setdatasize",
"title": "SetDataSize ( setData )",
"level": 1,
"number": "11"
}
]
}
Loading

0 comments on commit 41ca199

Please sign in to comment.