Skip to content

Commit bb4be3c

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.2.
1 parent 3fe498b commit bb4be3c

27 files changed

+3927
-4769
lines changed

tr/algorithms/css-grid-1.json

Lines changed: 72 additions & 51 deletions
Large diffs are not rendered by default.

tr/algorithms/css-grid-2.json

Lines changed: 69 additions & 48 deletions
Large diffs are not rendered by default.

tr/algorithms/encrypted-media-2.json

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

tr/algorithms/webxr.json

Lines changed: 80 additions & 74 deletions
Large diffs are not rendered by default.

tr/css/css-grid.json

Lines changed: 152 additions & 105 deletions
Large diffs are not rendered by default.

tr/dfns/css-grid-1.json

Lines changed: 98 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -736,10 +736,10 @@
736736
"definedIn": "pre"
737737
},
738738
{
739-
"id": "valdef-grid-template-columns-flex",
740-
"href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-flex",
739+
"id": "valdef-grid-template-columns-flex-0",
740+
"href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-flex-0",
741741
"linkingText": [
742-
"<flex>"
742+
"<flex [0,∞]>"
743743
],
744744
"localLinkingText": [],
745745
"type": "value",
@@ -780,13 +780,13 @@
780780
"definedIn": "prose"
781781
},
782782
{
783-
"id": "valdef-grid-template-columns-minmax",
784-
"href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-minmax",
783+
"id": "funcdef-grid-template-columns-minmax",
784+
"href": "https://www.w3.org/TR/css-grid-1/#funcdef-grid-template-columns-minmax",
785785
"linkingText": [
786786
"minmax()"
787787
],
788788
"localLinkingText": [],
789-
"type": "value",
789+
"type": "function",
790790
"for": [
791791
"grid-template-columns",
792792
"grid-template-rows"
@@ -868,13 +868,13 @@
868868
"definedIn": "dt"
869869
},
870870
{
871-
"id": "valdef-grid-template-columns-fit-content",
872-
"href": "https://www.w3.org/TR/css-grid-1/#valdef-grid-template-columns-fit-content",
871+
"id": "funcdef-grid-template-columns-fit-content",
872+
"href": "https://www.w3.org/TR/css-grid-1/#funcdef-grid-template-columns-fit-content",
873873
"linkingText": [
874874
"fit-content()"
875875
],
876876
"localLinkingText": [],
877-
"type": "value",
877+
"type": "function",
878878
"for": [
879879
"grid-template-columns",
880880
"grid-template-rows"
@@ -928,14 +928,18 @@
928928
"definedIn": "prose"
929929
},
930930
{
931-
"id": "funcdef-repeat",
932-
"href": "https://www.w3.org/TR/css-grid-1/#funcdef-repeat",
931+
"id": "funcdef-track-repeat-repeat",
932+
"href": "https://www.w3.org/TR/css-grid-1/#funcdef-track-repeat-repeat",
933933
"linkingText": [
934934
"repeat()"
935935
],
936936
"localLinkingText": [],
937937
"type": "function",
938-
"for": [],
938+
"for": [
939+
"<track-repeat>",
940+
"<auto-repeat>",
941+
"<fixed-repeat>"
942+
],
939943
"access": "public",
940944
"informative": false,
941945
"heading": {
@@ -1046,17 +1050,18 @@
10461050
"definedIn": "prose"
10471051
},
10481052
{
1049-
"id": "collapsed-track",
1050-
"href": "https://www.w3.org/TR/css-grid-1/#collapsed-track",
1053+
"id": "collapsed-grid-track",
1054+
"href": "https://www.w3.org/TR/css-grid-1/#collapsed-grid-track",
10511055
"linkingText": [
1052-
"collapsed track"
1056+
"collapsed grid track"
10531057
],
10541058
"localLinkingText": [
1055-
"collapse"
1059+
"collapse",
1060+
"collapsed track"
10561061
],
10571062
"type": "dfn",
10581063
"for": [],
1059-
"access": "private",
1064+
"access": "public",
10601065
"informative": false,
10611066
"heading": {
10621067
"id": "auto-repeat",
@@ -1221,6 +1226,44 @@
12211226
},
12221227
"definedIn": "prose"
12231228
},
1229+
{
1230+
"id": "computed-track-size",
1231+
"href": "https://www.w3.org/TR/css-grid-1/#computed-track-size",
1232+
"linkingText": [
1233+
"computed track size"
1234+
],
1235+
"localLinkingText": [],
1236+
"type": "dfn",
1237+
"for": [],
1238+
"access": "private",
1239+
"informative": false,
1240+
"heading": {
1241+
"id": "computed-tracks",
1242+
"href": "https://www.w3.org/TR/css-grid-1/#computed-tracks",
1243+
"title": "Computed Value of a Track Listing",
1244+
"number": "7.2.5"
1245+
},
1246+
"definedIn": "prose"
1247+
},
1248+
{
1249+
"id": "computed-repeat-notation",
1250+
"href": "https://www.w3.org/TR/css-grid-1/#computed-repeat-notation",
1251+
"linkingText": [
1252+
"computed repeat notation"
1253+
],
1254+
"localLinkingText": [],
1255+
"type": "dfn",
1256+
"for": [],
1257+
"access": "private",
1258+
"informative": false,
1259+
"heading": {
1260+
"id": "computed-tracks",
1261+
"href": "https://www.w3.org/TR/css-grid-1/#computed-tracks",
1262+
"title": "Computed Value of a Track Listing",
1263+
"number": "7.2.5"
1264+
},
1265+
"definedIn": "prose"
1266+
},
12241267
{
12251268
"id": "propdef-grid-template-areas",
12261269
"href": "https://www.w3.org/TR/css-grid-1/#propdef-grid-template-areas",
@@ -2021,7 +2064,7 @@
20212064
"id": "grid-placement-int",
20222065
"href": "https://www.w3.org/TR/css-grid-1/#grid-placement-int",
20232066
"linkingText": [
2024-
"<integer> && <custom-ident>?"
2067+
"[ <integer [-∞,-1]> | <integer [1,∞]> ] && <custom-ident>?"
20252068
],
20262069
"localLinkingText": [],
20272070
"type": "value",
@@ -2042,7 +2085,7 @@
20422085
"id": "grid-placement-span-int",
20432086
"href": "https://www.w3.org/TR/css-grid-1/#grid-placement-span-int",
20442087
"linkingText": [
2045-
"span && [ <integer> || <custom-ident> ]"
2088+
"span && [ <integer [1,∞]> || <custom-ident> ]"
20462089
],
20472090
"localLinkingText": [],
20482091
"type": "value",
@@ -2276,10 +2319,10 @@
22762319
"definedIn": "prose"
22772320
},
22782321
{
2279-
"id": "grid-sizing-algorithm",
2280-
"href": "https://www.w3.org/TR/css-grid-1/#grid-sizing-algorithm",
2322+
"id": "layout-algorithm",
2323+
"href": "https://www.w3.org/TR/css-grid-1/#layout-algorithm",
22812324
"linkingText": [
2282-
"grid sizing algorithm"
2325+
"Grid Layout Algorithm"
22832326
],
22842327
"localLinkingText": [],
22852328
"type": "dfn",
@@ -2289,9 +2332,28 @@
22892332
"heading": {
22902333
"id": "layout-algorithm",
22912334
"href": "https://www.w3.org/TR/css-grid-1/#layout-algorithm",
2292-
"title": "11. Grid Sizing"
2335+
"title": "11. Grid Layout Algorithm"
22932336
},
2294-
"definedIn": "prose"
2337+
"definedIn": "heading"
2338+
},
2339+
{
2340+
"id": "algo-grid-sizing",
2341+
"href": "https://www.w3.org/TR/css-grid-1/#algo-grid-sizing",
2342+
"linkingText": [
2343+
"Grid Sizing Algorithm"
2344+
],
2345+
"localLinkingText": [],
2346+
"type": "dfn",
2347+
"for": [],
2348+
"access": "public",
2349+
"informative": false,
2350+
"heading": {
2351+
"id": "algo-grid-sizing",
2352+
"href": "https://www.w3.org/TR/css-grid-1/#algo-grid-sizing",
2353+
"title": "Grid Sizing Algorithm",
2354+
"number": "11.1"
2355+
},
2356+
"definedIn": "heading"
22952357
},
22962358
{
22972359
"id": "fixed-sizing-function",
@@ -2305,9 +2367,10 @@
23052367
"access": "private",
23062368
"informative": false,
23072369
"heading": {
2308-
"id": "layout-algorithm",
2309-
"href": "https://www.w3.org/TR/css-grid-1/#layout-algorithm",
2310-
"title": "11. Grid Sizing"
2370+
"id": "algo-grid-sizing",
2371+
"href": "https://www.w3.org/TR/css-grid-1/#algo-grid-sizing",
2372+
"title": "Grid Sizing Algorithm",
2373+
"number": "11.1"
23112374
},
23122375
"definedIn": "prose"
23132376
},
@@ -2323,9 +2386,10 @@
23232386
"access": "private",
23242387
"informative": false,
23252388
"heading": {
2326-
"id": "layout-algorithm",
2327-
"href": "https://www.w3.org/TR/css-grid-1/#layout-algorithm",
2328-
"title": "11. Grid Sizing"
2389+
"id": "algo-grid-sizing",
2390+
"href": "https://www.w3.org/TR/css-grid-1/#algo-grid-sizing",
2391+
"title": "Grid Sizing Algorithm",
2392+
"number": "11.1"
23292393
},
23302394
"definedIn": "prose"
23312395
},
@@ -2341,9 +2405,10 @@
23412405
"access": "private",
23422406
"informative": false,
23432407
"heading": {
2344-
"id": "layout-algorithm",
2345-
"href": "https://www.w3.org/TR/css-grid-1/#layout-algorithm",
2346-
"title": "11. Grid Sizing"
2408+
"id": "algo-grid-sizing",
2409+
"href": "https://www.w3.org/TR/css-grid-1/#algo-grid-sizing",
2410+
"title": "Grid Sizing Algorithm",
2411+
"number": "11.1"
23472412
},
23482413
"definedIn": "prose"
23492414
},

0 commit comments

Comments
 (0)