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.8.2.
  • Loading branch information
reffy-bot committed Mar 12, 2024
1 parent 794976b commit 9caad92
Show file tree
Hide file tree
Showing 21 changed files with 694 additions and 3,006 deletions.
28 changes: 14 additions & 14 deletions tr/css/css-backgrounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"values": [
{
"name": "none",
"prose": "A value of none counts as an image layer but draws nothing. An image that is empty (zero width or zero height), that fails to download, or that cannot be displayed (e.g., because it is not in a supported image format) likewise counts as a layer but draws nothing.",
"prose": "A value of none counts as a background image layer but draws nothing. An image that is empty (zero width or zero height), that fails to download, or that cannot be displayed (e.g., because it is not in a supported image format) likewise counts as a layer but draws nothing.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-background-image-none",
"type": "value",
"value": "none"
Expand Down Expand Up @@ -80,7 +80,7 @@
},
{
"name": "space",
"prose": "The image is repeated as often as will fit within the background positioning area without being clipped and then the images are spaced out to fill the area. The first and last images touch the edges of the area. If the background painting area is larger than the background positioning area, then the pattern repeats to fill the background painting area. The value of background-position for this direction is ignored, unless there is not enough space for two copies of the image in this direction, in which case only one image is placed and background-position determines its position in this direction.",
"prose": "The image is repeated as often as will fit within the background positioning area without being clipped, and then the images are spaced out to fill the area. The first and last images touch the edges of the area. If the background painting area is larger than the background positioning area, then the pattern repeats to fill the background painting area. The value of background-position for this direction is ignored unless there is not enough space for two copies of the image in this axis, in which case only one image is placed, and background-position determines its position in this axis.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-background-repeat-space",
"type": "value",
"value": "space"
Expand Down Expand Up @@ -126,14 +126,14 @@
},
{
"name": "local",
"prose": "The background is fixed with regard to the element’s contents: if the element has a scrolling mechanism, the background scrolls with the element’s contents, and the background painting area and background positioning area are relative to the scrollable area of the element rather than to the border framing them. Because the scrollable area does not include the border area, for scrollable elements the border-box value of background-clip may be treated the same as padding-box.",
"prose": "The background is fixed with regard to the box’s contents: if the box has a scrolling mechanism, the background scrolls with the box’s contents, and the background painting area and background positioning area are relative to the scrollable overflow area of the box rather than to the border framing them. Because the scrollable overflow area does not include the border area, for scroll containers the border-box value of background-clip may be treated the same as padding-box.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-background-attachment-local",
"type": "value",
"value": "local"
},
{
"name": "scroll",
"prose": "The background is fixed with regard to the element itself and does not scroll with its contents. (It is effectively attached to the element’s border.)",
"prose": "The background is fixed with regard to the box itself and does not scroll with its contents. (It is effectively attached to the box’s border.)",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-background-attachment-scroll",
"type": "value",
"value": "scroll"
Expand Down Expand Up @@ -317,14 +317,14 @@
},
{
"name": "<length-percentage [0,∞]>",
"prose": "The first value gives the width of the corresponding image, the second value its height. If only one value is given the second is assumed to be auto. A percentage is relative to the background positioning area. An auto value for one dimension is resolved by using the image’s natural aspect ratio and the size of the other dimension, or failing that, using the image’s natural size, or failing that, treating it as 100%. If both values are auto then the natural width and/or height of the image should be used, if any, the missing dimension (if any) behaving as auto as described above. If the image has neither natural size, its size is determined as for contain. Negative values are invalid.",
"prose": "The first value gives the width of the corresponding image, the second value its height. If only one value is given the second is assumed to be auto. A <percentage> is relative to the background positioning area. An auto value for one dimension is resolved by using the image’s natural aspect ratio and the size of the other dimension, or failing that, using the image’s natural size, or failing that, treating it as 100%. If both values are auto then the natural width and/or height of the image should be used, if any, the missing dimension (if any) behaving as auto as described above. If the image has neither natural size, its size is determined as for contain. Negative values are invalid.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-background-size-length-percentage-0",
"type": "value",
"value": "<length-percentage [0,∞]>"
},
{
"name": "auto",
"prose": "The first value gives the width of the corresponding image, the second value its height. If only one value is given the second is assumed to be auto. A percentage is relative to the background positioning area. An auto value for one dimension is resolved by using the image’s natural aspect ratio and the size of the other dimension, or failing that, using the image’s natural size, or failing that, treating it as 100%. If both values are auto then the natural width and/or height of the image should be used, if any, the missing dimension (if any) behaving as auto as described above. If the image has neither natural size, its size is determined as for contain. Negative values are invalid.",
"prose": "The first value gives the width of the corresponding image, the second value its height. If only one value is given the second is assumed to be auto. A <percentage> is relative to the background positioning area. An auto value for one dimension is resolved by using the image’s natural aspect ratio and the size of the other dimension, or failing that, using the image’s natural size, or failing that, treating it as 100%. If both values are auto then the natural width and/or height of the image should be used, if any, the missing dimension (if any) behaving as auto as described above. If the image has neither natural size, its size is determined as for contain. Negative values are invalid.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-background-size-auto",
"type": "value",
"value": "auto"
Expand Down Expand Up @@ -848,7 +848,7 @@
},
{
"name": "auto",
"prose": "If auto is specified then the border image width is the natural width or height (whichever is applicable) of the corresponding image slice (see border-image-slice). If the image does not have the required natural dimension then the corresponding computed border-width is used instead.",
"prose": "If auto is specified then the used border-image-width is the natural width or height (whichever is applicable) of the corresponding image slice (see border-image-slice). If the image does not have the required natural dimension then the corresponding computed border-width is used instead.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-border-image-width-auto",
"type": "value",
"value": "auto"
Expand Down Expand Up @@ -889,28 +889,28 @@
"values": [
{
"name": "stretch",
"prose": "The image is stretched to fill the area.",
"prose": "The image is stretched to fill its corresponding region.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-border-image-repeat-stretch",
"type": "value",
"value": "stretch"
},
{
"name": "repeat",
"prose": "The image is tiled (repeated) to fill the area.",
"prose": "The image is tiled (repeated) to fill its corresponding region.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-border-image-repeat-repeat",
"type": "value",
"value": "repeat"
},
{
"name": "round",
"prose": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does.",
"prose": "The image is tiled (repeated) to fill its corresponding region. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-border-image-repeat-round",
"type": "value",
"value": "round"
},
{
"name": "space",
"prose": "The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the extra space is distributed around the tiles.",
"prose": "The image is tiled (repeated) to fill its corresponding region. If it does not fill the region with a whole number of tiles, the extra space is distributed around the tiles.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-border-image-repeat-space",
"type": "value",
"value": "space"
Expand Down Expand Up @@ -951,7 +951,7 @@
"values": [
{
"name": "none",
"prose": "The box-shadow property attaches one or more drop-shadows to the box. The property accepts either the none value, which indicates no shadows, or a comma-separated list of shadows, ordered front to back.",
"prose": "The box-shadow property attaches one or more drop shadows to the box. The property accepts either the none value, which indicates no shadows, or a comma-separated list of shadows, ordered front to back.",
"href": "https://www.w3.org/TR/css-backgrounds-3/#box-shadow-none",
"type": "value",
"value": "none"
Expand Down Expand Up @@ -1072,7 +1072,7 @@
},
{
"name": "groove",
"prose": "Looks as if it were carved in the canvas. (This is typically achieved by creating a “shadow” from two colors that are slightly lighter and darker than the border-color.)",
"prose": "Looks as if it were carved in the canvas. (This is typically achieved by creating a “shadow” from two colors that are slightly lighter and darker than the specified border-color.)",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-line-style-groove",
"type": "value",
"value": "groove"
Expand All @@ -1093,7 +1093,7 @@
},
{
"name": "outset",
"prose": "Looks as if the content on the inside of the border is coming out of the canvas. Treated as groove in the collapsing border model. [CSS2]",
"prose": "Looks as if the content on the inside of the border is raised out of the canvas. Treated as groove in the collapsing border model. [CSS2]",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-line-style-outset",
"type": "value",
"value": "outset"
Expand Down
158 changes: 158 additions & 0 deletions tr/dfns/css-backgrounds-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
"url": "https://www.w3.org/TR/css-backgrounds-3/"
},
"dfns": [
{
"id": "background-image-layer",
"href": "https://www.w3.org/TR/css-backgrounds-3/#background-image-layer",
"linkingText": [
"background image layer"
],
"localLinkingText": [
"layer"
],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "layering",
"href": "https://www.w3.org/TR/css-backgrounds-3/#layering",
"title": "Layering Multiple Background Images",
"number": "2.1"
},
"definedIn": "prose"
},
{
"id": "propdef-background-color",
"href": "https://www.w3.org/TR/css-backgrounds-3/#propdef-background-color",
Expand All @@ -23,6 +44,25 @@
},
"definedIn": "table"
},
{
"id": "background-color-layer",
"href": "https://www.w3.org/TR/css-backgrounds-3/#background-color-layer",
"linkingText": [
"background color"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "background-color",
"href": "https://www.w3.org/TR/css-backgrounds-3/#background-color",
"title": "Base Color: the background-color property",
"number": "2.2"
},
"definedIn": "prose"
},
{
"id": "propdef-background-image",
"href": "https://www.w3.org/TR/css-backgrounds-3/#propdef-background-image",
Expand All @@ -42,6 +82,27 @@
},
"definedIn": "table"
},
{
"id": "background-images",
"href": "https://www.w3.org/TR/css-backgrounds-3/#background-images",
"linkingText": [
"background image"
],
"localLinkingText": [
"image"
],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "background-image",
"href": "https://www.w3.org/TR/css-backgrounds-3/#background-image",
"title": "Image Sources: the background-image property",
"number": "2.3"
},
"definedIn": "prose"
},
{
"id": "typedef-bg-image",
"href": "https://www.w3.org/TR/css-backgrounds-3/#typedef-bg-image",
Expand Down Expand Up @@ -983,6 +1044,25 @@
},
"definedIn": "table"
},
{
"id": "border-color-dfn",
"href": "https://www.w3.org/TR/css-backgrounds-3/#border-color-dfn",
"linkingText": [
"border color"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "border-color",
"href": "https://www.w3.org/TR/css-backgrounds-3/#border-color",
"title": "Line Colors: the border-color properties",
"number": "3.1"
},
"definedIn": "prose"
},
{
"id": "propdef-border-top-style",
"href": "https://www.w3.org/TR/css-backgrounds-3/#propdef-border-top-style",
Expand Down Expand Up @@ -1078,6 +1158,25 @@
},
"definedIn": "table"
},
{
"id": "border-style-dfn",
"href": "https://www.w3.org/TR/css-backgrounds-3/#border-style-dfn",
"linkingText": [
"border style"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "border-style",
"href": "https://www.w3.org/TR/css-backgrounds-3/#border-style",
"title": "Line Patterns: the border-style properties",
"number": "3.2"
},
"definedIn": "prose"
},
{
"id": "typedef-line-style",
"href": "https://www.w3.org/TR/css-backgrounds-3/#typedef-line-style",
Expand Down Expand Up @@ -1462,6 +1561,25 @@
},
"definedIn": "table"
},
{
"id": "border-width-dfn",
"href": "https://www.w3.org/TR/css-backgrounds-3/#border-width-dfn",
"linkingText": [
"border width"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "border-width",
"href": "https://www.w3.org/TR/css-backgrounds-3/#border-width",
"title": "Line Thickness: the border-width properties",
"number": "3.3"
},
"definedIn": "prose"
},
{
"id": "typedef-line-width",
"href": "https://www.w3.org/TR/css-backgrounds-3/#typedef-line-width",
Expand Down Expand Up @@ -1790,6 +1908,25 @@
},
"definedIn": "table"
},
{
"id": "border-image-dfn",
"href": "https://www.w3.org/TR/css-backgrounds-3/#border-image-dfn",
"linkingText": [
"border image"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "border-image-source",
"href": "https://www.w3.org/TR/css-backgrounds-3/#border-image-source",
"title": "Image Source: the border-image-source property",
"number": "5.1"
},
"definedIn": "prose"
},
{
"id": "propdef-border-image-slice",
"href": "https://www.w3.org/TR/css-backgrounds-3/#propdef-border-image-slice",
Expand Down Expand Up @@ -1868,6 +2005,27 @@
},
"definedIn": "prose"
},
{
"id": "border-image-region",
"href": "https://www.w3.org/TR/css-backgrounds-3/#border-image-region",
"linkingText": [
"border image region"
],
"localLinkingText": [
"region"
],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "border-image-width",
"href": "https://www.w3.org/TR/css-backgrounds-3/#border-image-width",
"title": "Drawing Areas: the border-image-width property",
"number": "5.3"
},
"definedIn": "prose"
},
{
"id": "valdef-border-image-width-auto",
"href": "https://www.w3.org/TR/css-backgrounds-3/#valdef-border-image-width-auto",
Expand Down
46 changes: 44 additions & 2 deletions tr/dfns/device-posture.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@
"heading": {
"id": "the-device-posture-media-feature",
"href": "https://www.w3.org/TR/device-posture/#the-device-posture-media-feature",
"title": "The 'device-posture' media feature",
"title": "The device-posture media feature",
"number": "6.1"
},
"definedIn": "prose"
"definedIn": "heading"
},
{
"id": "dfn-posture-values-table",
Expand Down Expand Up @@ -309,6 +309,48 @@
},
"definedIn": "prose"
},
{
"id": "dfn-document",
"href": "https://www.w3.org/TR/device-posture/#dfn-document",
"linkingText": [
"document"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"device posture change steps"
],
"access": "private",
"informative": false,
"heading": {
"id": "device-posture-change",
"href": "https://www.w3.org/TR/device-posture/#device-posture-change",
"title": "Device Posture change",
"number": "8.2"
},
"definedIn": "prose"
},
{
"id": "dfn-disallowrecursion",
"href": "https://www.w3.org/TR/device-posture/#dfn-disallowrecursion",
"linkingText": [
"disallowRecursion"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"device posture change steps"
],
"access": "private",
"informative": false,
"heading": {
"id": "device-posture-change",
"href": "https://www.w3.org/TR/device-posture/#device-posture-change",
"title": "Device Posture change",
"number": "8.2"
},
"definedIn": "prose"
},
{
"id": "dfn-current-screen-orientation",
"href": "https://www.w3.org/TR/device-posture/#dfn-current-screen-orientation",
Expand Down
Loading

0 comments on commit 9caad92

Please sign in to comment.