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 10.2.2.
  • Loading branch information
reffy-bot committed Nov 7, 2022
1 parent bf2d02c commit 09492ff
Show file tree
Hide file tree
Showing 171 changed files with 31,224 additions and 26,538 deletions.
18 changes: 9 additions & 9 deletions tr/css/css-backgrounds-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
},
"border-top-color": {
"name": "border-top-color",
"value": "<color>#",
"value": "<color> | <1d-image>",
"initial": "currentcolor",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "the computed color",
"computedValue": "the computed color and/or a one-dimensional image function",
"canonicalOrder": "per grammar",
"animationType": "see prose",
"styleDeclaration": [
Expand All @@ -111,12 +111,12 @@
},
"border-right-color": {
"name": "border-right-color",
"value": "<color>#",
"value": "<color> | <1d-image>",
"initial": "currentcolor",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "the computed color",
"computedValue": "the computed color and/or a one-dimensional image function",
"canonicalOrder": "per grammar",
"animationType": "see prose",
"styleDeclaration": [
Expand All @@ -126,12 +126,12 @@
},
"border-bottom-color": {
"name": "border-bottom-color",
"value": "<color>#",
"value": "<color> | <1d-image>",
"initial": "currentcolor",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "the computed color",
"computedValue": "the computed color and/or a one-dimensional image function",
"canonicalOrder": "per grammar",
"animationType": "see prose",
"styleDeclaration": [
Expand All @@ -141,12 +141,12 @@
},
"border-left-color": {
"name": "border-left-color",
"value": "<color>#",
"value": "<color> | <1d-image>",
"initial": "currentcolor",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "the computed color",
"computedValue": "the computed color and/or a one-dimensional image function",
"canonicalOrder": "per grammar",
"animationType": "see prose",
"styleDeclaration": [
Expand All @@ -156,7 +156,7 @@
},
"border-color": {
"name": "border-color",
"value": "<color>#{1,4}",
"value": "[ <color> | <1d-image> ]{1,4}",
"initial": "see individual properties",
"appliesTo": "see individual properties",
"inherited": "see individual properties",
Expand Down
34 changes: 17 additions & 17 deletions tr/css/css-box.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "margin-top",
"value": "<length-percentage> | auto",
"initial": "0",
"appliesTo": "all elements except internal table elements",
"appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
"inherited": "no",
"percentages": "refer to logical width of containing block",
"computedValue": "the keyword auto or a computed <length-percentage> value",
Expand All @@ -23,7 +23,7 @@
"name": "margin-right",
"value": "<length-percentage> | auto",
"initial": "0",
"appliesTo": "all elements except internal table elements",
"appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
"inherited": "no",
"percentages": "refer to logical width of containing block",
"computedValue": "the keyword auto or a computed <length-percentage> value",
Expand All @@ -38,7 +38,7 @@
"name": "margin-bottom",
"value": "<length-percentage> | auto",
"initial": "0",
"appliesTo": "all elements except internal table elements",
"appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
"inherited": "no",
"percentages": "refer to logical width of containing block",
"computedValue": "the keyword auto or a computed <length-percentage> value",
Expand All @@ -53,7 +53,7 @@
"name": "margin-left",
"value": "<length-percentage> | auto",
"initial": "0",
"appliesTo": "all elements except internal table elements",
"appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
"inherited": "no",
"percentages": "refer to logical width of containing block",
"computedValue": "the keyword auto or a computed <length-percentage> value",
Expand All @@ -68,7 +68,7 @@
"name": "margin",
"value": "<'margin-top'>{1,4}",
"initial": "0",
"appliesTo": "all elements except internal table elements",
"appliesTo": "all elements except internal table elements, ruby base containers, and ruby annotation containers",
"inherited": "no",
"percentages": "refer to logical width of containing block",
"computedValue": "see individual properties",
Expand All @@ -80,12 +80,12 @@
},
"margin-trim": {
"name": "margin-trim",
"value": "none | in-flow | all",
"value": "none | block | inline | [ block-start || inline-start || block-end || inline-end ]",
"initial": "none",
"appliesTo": "block containers, multi-column containers",
"appliesTo": "block containers, multi-column containers, flex containers, grid containers",
"inherited": "no",
"percentages": "N/A",
"computedValue": "keyword as specified",
"computedValue": "a set of zero to four keywords indicating which sides to trim",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
Expand All @@ -95,9 +95,9 @@
},
"padding-top": {
"name": "padding-top",
"value": "<length-percentage>",
"value": "<length-percentage [0,∞]>",
"initial": "0",
"appliesTo": "all elements except: internal table elements other than table cells",
"appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
"inherited": "no",
"percentages": "refer to logical width of containing block",
"computedValue": "a computed <length-percentage> value",
Expand All @@ -110,9 +110,9 @@
},
"padding-right": {
"name": "padding-right",
"value": "<length-percentage>",
"value": "<length-percentage [0,∞]>",
"initial": "0",
"appliesTo": "all elements except: internal table elements other than table cells",
"appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
"inherited": "no",
"percentages": "refer to logical width of containing block",
"computedValue": "a computed <length-percentage> value",
Expand All @@ -125,9 +125,9 @@
},
"padding-bottom": {
"name": "padding-bottom",
"value": "<length-percentage>",
"value": "<length-percentage [0,∞]>",
"initial": "0",
"appliesTo": "all elements except: internal table elements other than table cells",
"appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
"inherited": "no",
"percentages": "refer to logical width of containing block",
"computedValue": "a computed <length-percentage> value",
Expand All @@ -140,9 +140,9 @@
},
"padding-left": {
"name": "padding-left",
"value": "<length-percentage>",
"value": "<length-percentage [0,∞]>",
"initial": "0",
"appliesTo": "all elements except: internal table elements other than table cells",
"appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
"inherited": "no",
"percentages": "refer to logical width of containing block",
"computedValue": "a computed <length-percentage> value",
Expand All @@ -157,7 +157,7 @@
"name": "padding",
"value": "<'padding-top'>{1,4}",
"initial": "0",
"appliesTo": "all elements except: internal table elements other than table cells",
"appliesTo": "all elements except: internal table elements other than table cells, ruby base containers, and ruby annotation containers",
"inherited": "no",
"percentages": "refer to logical width of containing block",
"computedValue": "see individual properties",
Expand Down
19 changes: 11 additions & 8 deletions tr/css/css-color.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"valuespaces": {
"<color>": {
"prose": "Colors in CSS are represented by the <color> type:",
"value": "<absolute-color-base> | currentcolor | <system-color> | <device-cmyk()>"
"value": "<absolute-color-base> | currentcolor | <system-color>"
},
"<rgba()>": {
"prose": "Also, an rgba() legacy color syntax also exists, with an identical grammar and behavior to rgb()."
Expand All @@ -61,18 +61,21 @@
"prose": "When CSS is being parsed in quirks mode, <quirky-color> is a type of <color> that is only valid in certain properties:"
},
"<absolute-color-base>": {
"value": "<hex-color> | <named-color> | transparent | <rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <color()>"
"value": "<hex-color> | <absolute-color-function> | <named-color> | transparent"
},
"<absolute-color-function>": {
"value": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <color()>"
},
"<alpha-value>": {
"value": "<number> | <percentage>"
},
"<hue>": {
"value": "<number> | <angle> | none"
"value": "<number> | <angle>"
},
"<rgb()>": {
"value": "rgb( [<percentage> | none]{3} [ / [<alpha-value> | none] ]? ) | rgb( [<number> | none]{3} [ / [<alpha-value> | none] ]? )",
"legacyValue": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"
},
"<alpha-value>": {
"value": "<number> | <percentage>"
},
"<hsl()>": {
"value": "hsl( [<hue> | none] [<percentage> | none] [<percentage> | none] [ / [<alpha-value> | none] ]? )",
"legacyValue": "hsl( <hue>, <percentage>, <percentage>, <alpha-value>? )"
Expand Down Expand Up @@ -105,7 +108,7 @@
"value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020"
},
"<xyz-params>": {
"value": "<xyz-space> [ <number> | none ]{3}"
"value": "<xyz-space> [ <number> | <percentage> | none ]{3}"
},
"<xyz-space>": {
"value": "xyz | xyz-d50 | xyz-d65"
Expand All @@ -120,7 +123,7 @@
"value": "hsl | hwb | lch | oklch"
},
"<hue-interpolation-method>": {
"value": "[ shorter | longer | increasing | decreasing | specified ] hue"
"value": "[ shorter | longer | increasing | decreasing ] hue"
},
"<color-interpolation-method>": {
"value": "in [ <rectangular-color-space> | <polar-color-space> <hue-interpolation-method>? ]"
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-view-transitions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": {
"title": "CSS View Transitions Module Level 1",
"url": "https://drafts.csswg.org/css-view-transitions-1/"
"url": "https://www.w3.org/TR/css-view-transitions-1/"
},
"properties": {
"page-transition-tag": {
Expand Down
2 changes: 1 addition & 1 deletion tr/css/scroll-animations.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": {
"title": "Scroll-linked Animations",
"url": "https://drafts.csswg.org/scroll-animations-1/"
"url": "https://www.w3.org/TR/scroll-animations-1/"
},
"properties": {
"scroll-timeline-name": {
Expand Down
Loading

0 comments on commit 09492ff

Please sign in to comment.