Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 14.0.1.
  • Loading branch information
reffy-bot committed Aug 8, 2023
1 parent bb35ecf commit 9be4de5
Show file tree
Hide file tree
Showing 19 changed files with 2,054 additions and 1,262 deletions.
15 changes: 8 additions & 7 deletions tr/css/css-view-transitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"values": [
{
"name": "none",
"prose": "The element will not participate in a view transition.",
"prose": "The element will not participate independently in a view transition.",
"type": "value",
"value": "none"
},
{
"name": "<custom-ident>",
"prose": "The element can participate in a view transition, as either an old or new element, with a view transition name equal to the <custom-ident>'s value.",
"prose": "The element participates independently in a view transitionas either an old or new elementwith the specified view transition name. The value none is excluded from <custom-ident> here.",
"type": "value",
"value": "<custom-ident>"
}
Expand All @@ -37,23 +37,24 @@
"atrules": [],
"selectors": [
{
"name": "::view-transition"
"name": "::view-transition",
"prose": "The ::view-transition pseudo-element is a tree-abiding pseudo-element that is also a pseudo-element root. Its originating element is the document’s document element, and its containing block is the snapshot containing block."
},
{
"name": "::view-transition-group()",
"value": "::view-transition-group( <pt-name-selector> )"
"prose": "The ::view-transition-group() pseudo-element is a named view transition pseudo-element that represents a matching named view transition capture. A ::view-transition-group() pseudo-element is generated for each view transition name as a child of the ::view-transition pseudo-element, and contains a corresponding ::view-transition-image-pair()."
},
{
"name": "::view-transition-image-pair()",
"value": "::view-transition-image-pair( <pt-name-selector> )"
"prose": "The ::view-transition-image-pair() pseudo-element is a named view transition pseudo-element that represents a pair of corresponding old/new view transition captures. This pseudo-element is a child of the corresponding ::view-transition-group() pseudo-element and contains a corresponding ::view-transition-old() pseudo-element and/or a corresponding ::view-transition-new() pseudo-element (in that order)."
},
{
"name": "::view-transition-old()",
"value": "::view-transition-old( <pt-name-selector> )"
"prose": "The ::view-transition-old() pseudo-element is an empty named view transition pseudo-element that represents a visual snapshot of the “old” state as a replaced element; it is omitted if there’s no “old” state to represent. Each ::view-transition-old() pseudo-element is a child of the corresponding ::view-transition-image-pair() pseudo-element."
},
{
"name": "::view-transition-new()",
"value": "::view-transition-new( <pt-name-selector> )"
"prose": "The ::view-transition-new() pseudo-element (like the analogous ::view-transition-old() pseudo-element) is an empty named view transition pseudo-element that represents a visual snapshot of the “new” state as a replaced element; it is omitted if there’s no “new” state to represent. Each ::view-transition-new() pseudo-element is a child of the corresponding ::view-transition-image-pair() pseudo-element."
}
],
"values": [
Expand Down
42 changes: 32 additions & 10 deletions tr/dfns/IndexedDB-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,26 @@
},
"definedIn": "prose"
},
{
"id": "transaction-live",
"href": "https://www.w3.org/TR/IndexedDB-3/#transaction-live",
"linkingText": [
"live"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"transaction"
],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/IndexedDB-3/#title",
"title": "Indexed Database API 3.0"
},
"definedIn": "prose"
},
{
"id": "cleanup-indexed-database-transactions",
"href": "https://www.w3.org/TR/IndexedDB-3/#cleanup-indexed-database-transactions",
Expand Down Expand Up @@ -2418,9 +2438,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/IndexedDB-3/#title",
"title": "Indexed Database API 3.0"
"id": "request-api",
"href": "https://www.w3.org/TR/IndexedDB-3/#request-api",
"title": "The IDBRequest interface",
"number": "4.1"
},
"definedIn": "pre"
},
Expand Down Expand Up @@ -6468,10 +6489,10 @@
"definedIn": "prose"
},
{
"id": "run-an-upgrade-transaction",
"href": "https://www.w3.org/TR/IndexedDB-3/#run-an-upgrade-transaction",
"id": "upgrade-a-database",
"href": "https://www.w3.org/TR/IndexedDB-3/#upgrade-a-database",
"linkingText": [
"run an upgrade transaction"
"upgrade a database"
],
"localLinkingText": [],
"type": "dfn",
Expand All @@ -6481,7 +6502,7 @@
"heading": {
"id": "upgrade-transaction-steps",
"href": "https://www.w3.org/TR/IndexedDB-3/#upgrade-transaction-steps",
"title": "Running an upgrade transaction",
"title": "Upgrading a database",
"number": "5.7"
},
"definedIn": "prose"
Expand Down Expand Up @@ -6852,9 +6873,10 @@
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/IndexedDB-3/#title",
"title": "Indexed Database API 3.0"
"id": "inject-key-into-value",
"href": "https://www.w3.org/TR/IndexedDB-3/#inject-key-into-value",
"title": "Inject a key into a value",
"number": "7.2"
},
"definedIn": "prose"
},
Expand Down
Loading

0 comments on commit 9be4de5

Please sign in to comment.