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 11.2.1.
  • Loading branch information
reffy-bot committed Dec 19, 2022
1 parent 2a0dd6c commit 05380ca
Show file tree
Hide file tree
Showing 102 changed files with 13,092 additions and 12,679 deletions.
19 changes: 16 additions & 3 deletions tr/css/css-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"name": "<single-animation-timeline>",
"type": "type",
"value": "auto | none | <timeline-name>",
"value": "auto | none | <timeline-name> | <scroll()> | <view()>",
"values": [
{
"name": "auto",
Expand All @@ -62,8 +62,21 @@
},
{
"name": "<timeline-name>",
"value": "<custom-ident> | <string>",
"type": "value"
"prose": "If a named scroll progress timeline or view progress timeline is in scope on this element, use the referenced timeline as defined in Scroll-linked Animations 1 § 4 Named Timeline Scoping. Otherwise the animation is not associated with a timeline.",
"type": "value",
"value": "<timeline-name>"
},
{
"name": "<scroll()>",
"prose": "Use the scroll progress timeline indicated by the given scroll() function. See Scroll-linked Animations 1 § 2.1.1 The scroll() notation.",
"type": "value",
"value": "<scroll()>"
},
{
"name": "<view()>",
"prose": "Use the view progress timeline indicated by the given view() function. See Scroll-linked Animations 1 § 3.2.1 The view() notation.",
"type": "value",
"value": "<view()>"
}
]
},
Expand Down
61 changes: 0 additions & 61 deletions tr/dfns/crash-reporting.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,67 +23,6 @@
},
"definedIn": "prose"
},
{
"id": "crashreportbody",
"href": "https://wicg.github.io/crash-reporting/#crashreportbody",
"linkingText": [
"CrashReportBody"
],
"localLinkingText": [],
"type": "interface",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "crash-report",
"href": "https://wicg.github.io/crash-reporting/#crash-report",
"title": "Crash Reports",
"number": "3"
},
"definedIn": "pre"
},
{
"id": "dom-crashreportbody-tojson",
"href": "https://wicg.github.io/crash-reporting/#dom-crashreportbody-tojson",
"linkingText": [
"toJSON()"
],
"localLinkingText": [],
"type": "method",
"for": [
"CrashReportBody"
],
"access": "public",
"informative": false,
"heading": {
"id": "crash-report",
"href": "https://wicg.github.io/crash-reporting/#crash-report",
"title": "Crash Reports",
"number": "3"
},
"definedIn": "pre"
},
{
"id": "dom-crashreportbody-reason",
"href": "https://wicg.github.io/crash-reporting/#dom-crashreportbody-reason",
"linkingText": [
"reason"
],
"localLinkingText": [],
"type": "attribute",
"for": [
"CrashReportBody"
],
"access": "public",
"informative": false,
"heading": {
"id": "crash-report",
"href": "https://wicg.github.io/crash-reporting/#crash-report",
"title": "Crash Reports",
"number": "3"
},
"definedIn": "pre"
},
{
"id": "crashreportbody-reason",
"href": "https://wicg.github.io/crash-reporting/#crashreportbody-reason",
Expand Down
19 changes: 19 additions & 0 deletions tr/dfns/css-anchor-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,25 @@
},
"definedIn": "prose"
},
{
"id": "root-layer",
"href": "https://drafts.csswg.org/css-anchor-1/#root-layer",
"linkingText": [
"root layer"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "determining",
"href": "https://drafts.csswg.org/css-anchor-1/#determining",
"title": "Determining The Anchor: the anchor-name property",
"number": "2.4"
},
"definedIn": "prose"
},
{
"id": "implicit-anchor-element",
"href": "https://drafts.csswg.org/css-anchor-1/#implicit-anchor-element",
Expand Down
130 changes: 127 additions & 3 deletions tr/dfns/fetch.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
"id": "extract-full-timing-info",
"href": "https://fetch.spec.whatwg.org/#extract-full-timing-info",
"linkingText": [
"extract full timing info given a fetch controller controller:"
"extract full timing info"
],
"localLinkingText": [],
"type": "dfn",
Expand Down Expand Up @@ -2634,8 +2634,8 @@
"definedIn": "prose"
},
{
"id": "concept-request-priority",
"href": "https://fetch.spec.whatwg.org/#concept-request-priority",
"id": "request-priority",
"href": "https://fetch.spec.whatwg.org/#request-priority",
"linkingText": [
"priority"
],
Expand All @@ -2654,6 +2654,27 @@
},
"definedIn": "prose"
},
{
"id": "request-internal-priority",
"href": "https://fetch.spec.whatwg.org/#request-internal-priority",
"linkingText": [
"internal priority"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"request"
],
"access": "public",
"informative": false,
"heading": {
"id": "requests",
"href": "https://fetch.spec.whatwg.org/#requests",
"title": "Requests",
"number": "2.2.5"
},
"definedIn": "prose"
},
{
"id": "concept-request-origin",
"href": "https://fetch.spec.whatwg.org/#concept-request-origin",
Expand Down Expand Up @@ -7058,6 +7079,27 @@
},
"definedIn": "pre"
},
{
"id": "dom-requestinit-priority",
"href": "https://fetch.spec.whatwg.org/#dom-requestinit-priority",
"linkingText": [
"priority"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"RequestInit"
],
"access": "public",
"informative": false,
"heading": {
"id": "request-class",
"href": "https://fetch.spec.whatwg.org/#request-class",
"title": "Request class",
"number": "5.4"
},
"definedIn": "pre"
},
{
"id": "dom-requestinit-window",
"href": "https://fetch.spec.whatwg.org/#dom-requestinit-window",
Expand Down Expand Up @@ -7970,6 +8012,88 @@
},
"definedIn": "pre"
},
{
"id": "enumdef-requestpriority",
"href": "https://fetch.spec.whatwg.org/#enumdef-requestpriority",
"linkingText": [
"RequestPriority"
],
"localLinkingText": [],
"type": "enum",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "request-class",
"href": "https://fetch.spec.whatwg.org/#request-class",
"title": "Request class",
"number": "5.4"
},
"definedIn": "pre"
},
{
"id": "dom-requestpriority-high",
"href": "https://fetch.spec.whatwg.org/#dom-requestpriority-high",
"linkingText": [
"\"high\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"RequestPriority"
],
"access": "public",
"informative": false,
"heading": {
"id": "request-class",
"href": "https://fetch.spec.whatwg.org/#request-class",
"title": "Request class",
"number": "5.4"
},
"definedIn": "pre"
},
{
"id": "dom-requestpriority-low",
"href": "https://fetch.spec.whatwg.org/#dom-requestpriority-low",
"linkingText": [
"\"low\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"RequestPriority"
],
"access": "public",
"informative": false,
"heading": {
"id": "request-class",
"href": "https://fetch.spec.whatwg.org/#request-class",
"title": "Request class",
"number": "5.4"
},
"definedIn": "pre"
},
{
"id": "dom-requestpriority-auto",
"href": "https://fetch.spec.whatwg.org/#dom-requestpriority-auto",
"linkingText": [
"\"auto\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"RequestPriority"
],
"access": "public",
"informative": false,
"heading": {
"id": "request-class",
"href": "https://fetch.spec.whatwg.org/#request-class",
"title": "Request class",
"number": "5.4"
},
"definedIn": "pre"
},
{
"id": "concept-request-request",
"href": "https://fetch.spec.whatwg.org/#concept-request-request",
Expand Down
38 changes: 38 additions & 0 deletions tr/dfns/mediacapture-streams.json
Original file line number Diff line number Diff line change
Expand Up @@ -4094,6 +4094,44 @@
},
"definedIn": "prose"
},
{
"id": "dfn-is-in-view",
"href": "https://www.w3.org/TR/mediacapture-streams/#dfn-is-in-view",
"linkingText": [
"is in view"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "device-information-exposure",
"href": "https://www.w3.org/TR/mediacapture-streams/#device-information-exposure",
"title": "Device information exposure",
"number": "9.2.2"
},
"definedIn": "prose"
},
{
"id": "dfn-has-system-focus",
"href": "https://www.w3.org/TR/mediacapture-streams/#dfn-has-system-focus",
"linkingText": [
"has system focus"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "device-information-exposure",
"href": "https://www.w3.org/TR/mediacapture-streams/#device-information-exposure",
"title": "Device information exposure",
"number": "9.2.2"
},
"definedIn": "prose"
},
{
"id": "set-device-information-exposure",
"href": "https://www.w3.org/TR/mediacapture-streams/#set-device-information-exposure",
Expand Down
Loading

0 comments on commit 05380ca

Please sign in to comment.