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 6.4.3.
  • Loading branch information
reffy-bot committed Feb 21, 2022
1 parent 9bdc89a commit 3ee1203
Show file tree
Hide file tree
Showing 150 changed files with 15,713 additions and 15,607 deletions.
13 changes: 13 additions & 0 deletions tr/css/css-backgrounds-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"percentages": "refer to width of background positioning area minus width of background image",
"computedValue": "A list, each item consisting of: an offset given as a computed <length-percentage> value, plus an origin keyword",
"canonicalOrder": "per grammar",
"animationType": "repeatable list",
"styleDeclaration": [
"background-position-x",
"backgroundPositionX"
Expand All @@ -42,6 +43,7 @@
"percentages": "refer to height of background positioning area minus height of background image",
"computedValue": "A list, each item consisting of: an offset given as a computed <length-percentage> value, plus an origin keyword",
"canonicalOrder": "per grammar",
"animationType": "repeatable list",
"styleDeclaration": [
"background-position-y",
"backgroundPositionY"
Expand All @@ -56,6 +58,7 @@
"percentages": "refer to inline-size of background positioning area minus inline-size of background image",
"computedValue": "A list, each item consisting of: an offset given as a computed <length-percentage> value, plus an origin keyword",
"canonicalOrder": "per grammar",
"animationType": "repeatable list",
"styleDeclaration": [
"background-position-inline",
"backgroundPositionInline"
Expand All @@ -70,6 +73,7 @@
"percentages": "refer to size of background positioning area minus size of background image",
"computedValue": "A list, each item consisting of: an offset given as a computed <length-percentage> value, plus an origin keyword",
"canonicalOrder": "per grammar",
"animationType": "repeatable list",
"styleDeclaration": [
"background-position-block",
"backgroundPositionBlock"
Expand All @@ -84,6 +88,7 @@
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "repeatable list",
"styleDeclaration": [
"background-clip",
"backgroundClip"
Expand Down Expand Up @@ -173,6 +178,7 @@
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "see individual properties",
"styleDeclaration": [
"border-radius",
"borderRadius"
Expand All @@ -187,6 +193,7 @@
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"corner-shape",
"cornerShape"
Expand Down Expand Up @@ -215,6 +222,7 @@
"percentages": "relative to border-box",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"border-limit",
"borderLimit"
Expand All @@ -229,6 +237,7 @@
"percentages": "refer to length of border-edge side",
"computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
"canonicalOrder": "per grammar",
"animationType": "by computed value",
"styleDeclaration": [
"border-clip",
"borderClip"
Expand All @@ -243,6 +252,7 @@
"percentages": "refer to length of border-edge side",
"computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
"canonicalOrder": "per grammar",
"animationType": "by computed value",
"styleDeclaration": [
"border-clip-top",
"borderClipTop"
Expand All @@ -257,6 +267,7 @@
"percentages": "refer to length of border-edge side",
"computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
"canonicalOrder": "per grammar",
"animationType": "by computed value",
"styleDeclaration": [
"border-clip-right",
"borderClipRight"
Expand All @@ -271,6 +282,7 @@
"percentages": "refer to length of border-edge side",
"computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
"canonicalOrder": "per grammar",
"animationType": "by computed value",
"styleDeclaration": [
"border-clip-bottom",
"borderClipBottom"
Expand All @@ -285,6 +297,7 @@
"percentages": "refer to length of border-edge side",
"computedValue": "normal, or a list consisting of absolute lengths, or percentages as specified",
"canonicalOrder": "per grammar",
"animationType": "by computed value",
"styleDeclaration": [
"border-clip-left",
"borderClipLeft"
Expand Down
139 changes: 0 additions & 139 deletions tr/dfns/RangeRequest.json

This file was deleted.

19 changes: 19 additions & 0 deletions tr/dfns/appmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,25 @@
},
"definedIn": "prose"
},
{
"id": "dfn-security-sensitive-members",
"href": "https://www.w3.org/TR/appmanifest/#dfn-security-sensitive-members",
"linkingText": [
"security-sensitive members"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "updating",
"href": "https://www.w3.org/TR/appmanifest/#updating",
"title": "Updating the manifest",
"number": "1.17.5"
},
"definedIn": "prose"
},
{
"id": "dfn-manifest-image-resource",
"href": "https://www.w3.org/TR/appmanifest/#dfn-manifest-image-resource",
Expand Down
49 changes: 34 additions & 15 deletions tr/dfns/compute-pressure.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@
"definedIn": "table"
},
{
"id": "dfn-queuedentries",
"href": "https://wicg.github.io/compute-pressure/#dfn-queuedentries",
"id": "dfn-queuedrecords",
"href": "https://wicg.github.io/compute-pressure/#dfn-queuedrecords",
"linkingText": [
"[[QueuedEntries]]"
"[[QueuedRecords]]"
],
"localLinkingText": [],
"type": "attribute",
Expand Down Expand Up @@ -536,34 +536,34 @@
"definedIn": "heading"
},
{
"id": "dom-computepressureentry",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureentry",
"id": "dom-computepressurerecord",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressurerecord",
"linkingText": [
"ComputePressureEntry"
"ComputePressureRecord"
],
"localLinkingText": [],
"type": "dictionary",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "the-computepressureentry-dictionary",
"href": "https://wicg.github.io/compute-pressure/#the-computepressureentry-dictionary",
"title": "The ComputePressureEntry dictionary",
"id": "the-computepressurerecord-dictionary",
"href": "https://wicg.github.io/compute-pressure/#the-computepressurerecord-dictionary",
"title": "The ComputePressureRecord dictionary",
"number": "6.3"
},
"definedIn": "heading"
},
{
"id": "dom-computepressureentry-state",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureentry-state",
"id": "dom-computepressurerecord-state",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressurerecord-state",
"linkingText": [
"state"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"ComputePressureEntry"
"ComputePressureRecord"
],
"access": "public",
"informative": false,
Expand All @@ -576,15 +576,15 @@
"definedIn": "heading"
},
{
"id": "dom-computepressureentry-options",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressureentry-options",
"id": "dom-computepressurerecord-options",
"href": "https://wicg.github.io/compute-pressure/#dom-computepressurerecord-options",
"linkingText": [
"options"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"ComputePressureEntry"
"ComputePressureRecord"
],
"access": "public",
"informative": false,
Expand Down Expand Up @@ -652,6 +652,25 @@
"number": "6.5.3"
},
"definedIn": "prose"
},
{
"id": "dfn-user-agent",
"href": "https://wicg.github.io/compute-pressure/#dfn-user-agent",
"linkingText": [
"user agent"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "conformance",
"href": "https://wicg.github.io/compute-pressure/#conformance",
"title": "Conformance",
"number": "6.8"
},
"definedIn": "prose"
}
]
}
2 changes: 1 addition & 1 deletion tr/dfns/css-backgrounds-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
"heading": {
"id": "corner-sizing",
"href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing",
"title": "Corner Sizing: the 'border-radius property",
"title": "Corner Sizing: the border-radius property",
"number": "4.1"
},
"definedIn": "table"
Expand Down
Loading

0 comments on commit 3ee1203

Please sign in to comment.