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.4.5.
  • Loading branch information
reffy-bot committed Feb 18, 2023
1 parent 06880e7 commit 3d498d8
Show file tree
Hide file tree
Showing 54 changed files with 6,990 additions and 4,213 deletions.
8 changes: 4 additions & 4 deletions tr/css/css-align.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
},
{
"name": "row-gap",
"value": "normal | <length-percentage>",
"value": "normal | <length-percentage [0,∞]>",
"initial": "normal",
"appliesTo": "multi-column containers, flex containers, grid containers",
"inherited": "no",
Expand All @@ -264,7 +264,7 @@
},
{
"name": "column-gap",
"value": "normal | <length-percentage>",
"value": "normal | <length-percentage [0,∞]>",
"initial": "normal",
"appliesTo": "multi-column containers, flex containers, grid containers",
"inherited": "no",
Expand Down Expand Up @@ -431,13 +431,13 @@
},
{
"name": "first baseline",
"prose": "Specifies participation in first-baseline alignment: aligns the alignment baseline of the box’s first baseline set with the corresponding baseline of its baseline-sharing group. See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for first baseline is safe self-start (for self-alignment) or safe start (for content-distribution).",
"prose": "Specifies participation in first-baseline alignment Info about the 'first-baseline alignment' definition.#first-baseline-alignmentReferenced in: 9.2. Baseline Alignment Grouping : aligns the alignment baseline of the box’s first baseline set with the corresponding baseline of its baseline-sharing group. See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for first baseline is safe self-start (for self-alignment) or safe start (for content-distribution).",
"type": "value",
"value": "first baseline"
},
{
"name": "last baseline",
"prose": "Specifies participation in last-baseline alignment: aligns the alignment baseline of the box’s last baseline set with the corresponding baseline of its baseline-sharing group.̣ See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for last baseline is safe self-end (for self-alignment) or safe end (for content-distribution).",
"prose": "Specifies participation in last-baseline alignment Info about the 'last-baseline alignment' definition.#last-baseline-alignmentReferenced in: 9.2. Baseline Alignment Grouping : aligns the alignment baseline of the box’s last baseline set with the corresponding baseline of its baseline-sharing group.̣ See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for last baseline is safe self-end (for self-alignment) or safe end (for content-distribution).",
"type": "value",
"value": "last baseline"
}
Expand Down
120 changes: 120 additions & 0 deletions tr/css/css-backgrounds-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,126 @@
"borderColor"
]
},
{
"name": "border-top-radius",
"value": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
"initial": "0",
"appliesTo": "all elements (but see prose)",
"inherited": "no",
"percentages": "Refer to corresponding dimension of the border box.",
"computedValue": "see individual properties",
"canonicalOrder": "per grammar",
"animatable": "see individual properties",
"styleDeclaration": [
"border-top-radius",
"borderTopRadius"
]
},
{
"name": "border-right-radius",
"value": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
"initial": "0",
"appliesTo": "all elements (but see prose)",
"inherited": "no",
"percentages": "Refer to corresponding dimension of the border box.",
"computedValue": "see individual properties",
"canonicalOrder": "per grammar",
"animatable": "see individual properties",
"styleDeclaration": [
"border-right-radius",
"borderRightRadius"
]
},
{
"name": "border-bottom-radius",
"value": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
"initial": "0",
"appliesTo": "all elements (but see prose)",
"inherited": "no",
"percentages": "Refer to corresponding dimension of the border box.",
"computedValue": "see individual properties",
"canonicalOrder": "per grammar",
"animatable": "see individual properties",
"styleDeclaration": [
"border-bottom-radius",
"borderBottomRadius"
]
},
{
"name": "border-left-radius",
"value": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
"initial": "0",
"appliesTo": "all elements (but see prose)",
"inherited": "no",
"percentages": "Refer to corresponding dimension of the border box.",
"computedValue": "see individual properties",
"canonicalOrder": "per grammar",
"animatable": "see individual properties",
"styleDeclaration": [
"border-left-radius",
"borderLeftRadius"
]
},
{
"name": "border-block-start-radius",
"value": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
"initial": "0",
"appliesTo": "all elements (but see prose)",
"inherited": "no",
"percentages": "Refer to corresponding dimension of the border box.",
"computedValue": "see individual properties",
"canonicalOrder": "per grammar",
"animatable": "see individual properties",
"styleDeclaration": [
"border-block-start-radius",
"borderBlockStartRadius"
]
},
{
"name": "border-block-end-radius",
"value": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
"initial": "0",
"appliesTo": "all elements (but see prose)",
"inherited": "no",
"percentages": "Refer to corresponding dimension of the border box.",
"computedValue": "see individual properties",
"canonicalOrder": "per grammar",
"animatable": "see individual properties",
"styleDeclaration": [
"border-block-end-radius",
"borderBlockEndRadius"
]
},
{
"name": "border-inline-start-radius",
"value": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
"initial": "0",
"appliesTo": "all elements (but see prose)",
"inherited": "no",
"percentages": "Refer to corresponding dimension of the border box.",
"computedValue": "see individual properties",
"canonicalOrder": "per grammar",
"animatable": "see individual properties",
"styleDeclaration": [
"border-inline-start-radius",
"borderInlineStartRadius"
]
},
{
"name": "border-inline-end-radius",
"value": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?",
"initial": "0",
"appliesTo": "all elements (but see prose)",
"inherited": "no",
"percentages": "Refer to corresponding dimension of the border box.",
"computedValue": "see individual properties",
"canonicalOrder": "per grammar",
"animatable": "see individual properties",
"styleDeclaration": [
"border-inline-end-radius",
"borderInlineEndRadius"
]
},
{
"name": "border-radius",
"value": "<length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]?",
Expand Down
Loading

0 comments on commit 3d498d8

Please sign in to comment.