Skip to content

Commit

Permalink
Update of ED 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 8c1d6ae commit 06880e7
Show file tree
Hide file tree
Showing 43 changed files with 2,794 additions and 1,790 deletions.
2 changes: 1 addition & 1 deletion ed/css/CSS.json
Original file line number Diff line number Diff line change
Expand Up @@ -3176,7 +3176,7 @@
},
{
"name": "<shape>",
"prose": "In CSS 2, the only valid <shape> value is: rect(<top>, <right>, <bottom>, <left>) where <top> and <bottom> specify offsets from the top border edge of the box, and <right>, and <left> specify offsets from the left border edge of the box. Authors should separate offset values with commas. User agents must support separation with commas, but may also support separation without commas (but not a combination), because a previous revision of this specification was ambiguous in this respect. <top>, <right>, <bottom>, and <left> may either have a <length> value or auto. Negative lengths are permitted. The value auto means that a given edge of the clipping region will be the same as the edge of the element’s generated border box (i.e., auto means the same as 0 for <top> and <left>, the same as the used value of the height plus the sum of vertical padding and border widths for <bottom>, and the same as the used value of the width plus the sum of the horizontal padding and border widths for <right>, such that four auto values result in the clipping region being the same as the element’s border box). When coordinates are rounded to pixel coordinates, care should be taken that no pixels remain visible when <left> and <right> have the same value (or <top> and <bottom> have the same value), and conversely that no pixels within the element’s border box remain hidden when these values are auto.",
"prose": "In CSS 2, the only valid <shape> value is: rect(<top>, <right>, <bottom>, <left>) where <top> and <bottom> specify offsets from the top border edge of the box, and <right>, and <left> specify offsets from the left border edge of the box. Authors should separate offset values with commas. User agents must support separation with commas, but may also support separation without commas (but not a combination), because a previous revision of this specification was ambiguous in this respect. <top>, <right>, <bottom>, and <left> may either have a <length> value or auto Info about the 'auto' definition.#valdef-top-auto①Referenced in: 11.1.2. Clipping: the clip property . Negative lengths are permitted. The value auto means that a given edge of the clipping region will be the same as the edge of the element’s generated border box (i.e., auto means the same as 0 for <top> and <left>, the same as the used value of the height plus the sum of vertical padding and border widths for <bottom>, and the same as the used value of the width plus the sum of the horizontal padding and border widths for <right>, such that four auto values result in the clipping region being the same as the element’s border box). When coordinates are rounded to pixel coordinates, care should be taken that no pixels remain visible when <left> and <right> have the same value (or <top> and <bottom> have the same value), and conversely that no pixels within the element’s border box remain hidden when these values are auto.",
"type": "type"
},
{
Expand Down
120 changes: 120 additions & 0 deletions ed/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
10 changes: 5 additions & 5 deletions ed/css/css-cascade-6.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"name": "@scope",
"prose": "The @scope block at-rule allows authors to scope style rules in CSS, with the application of weak scoping proximity between the scoping root and the subject of each style rule.",
"descriptors": [],
"value": "@scope (<scope-start>) [to (<scope-end>)]? { <stylesheet> }"
"value": "@scope [(<scope-start>)]? [to (<scope-end>)]? { <stylesheet> }"
}
],
"selectors": [],
"values": [
{
"name": "<scope-start>",
"prose": "The <scope-start> is a <forgiving-selector-list>. Each element matched by <scope-start> is a scoping element, creating a scope with itself as the scoping root.",
"type": "type"
"type": "type",
"value": "<forgiving-selector-list>"
},
{
"name": "<scope-end>",
"prose": "The <scope-end> is a <forgiving-selector-list> that is scoped by the <scope-start> selector, with the scoping roots as :scope elements. Each element matched by <scope-end> is a scoping limit. The scoping limit elements define the lower bounds of a scope, so that scoped selectors are not able to match any scoping limit elements, or any elements nested within them.",
"type": "type"
"type": "type",
"value": "<forgiving-selector-list>"
}
]
}
14 changes: 6 additions & 8 deletions ed/dfns/CSS21.json
Original file line number Diff line number Diff line change
Expand Up @@ -10432,10 +10432,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
},
"definedIn": "dt"
},
Expand All @@ -10453,10 +10452,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
},
"definedIn": "dt"
},
Expand Down
14 changes: 6 additions & 8 deletions ed/dfns/CSS22.json
Original file line number Diff line number Diff line change
Expand Up @@ -10432,10 +10432,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
},
"definedIn": "dt"
},
Expand All @@ -10453,10 +10452,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
},
"definedIn": "dt"
},
Expand Down
Loading

0 comments on commit 06880e7

Please sign in to comment.