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 de9d51eeef7ccd97a880c052022dfbd5ba8e0633.
  • Loading branch information
reffy-bot committed Aug 2, 2021
1 parent 03b5ac7 commit 9bfcfa4
Show file tree
Hide file tree
Showing 129 changed files with 11,540 additions and 10,404 deletions.
10 changes: 5 additions & 5 deletions tr/css/css-counter-styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{
"name": "pad",
"for": "@counter-style",
"value": "<integer> && <symbol>",
"value": "<integer [0,∞]> && <symbol>",
"initial": "0 \"\""
}
],
Expand All @@ -73,7 +73,7 @@
{
"name": "additive-symbols",
"for": "@counter-style",
"value": "[ <integer> && <symbol> ]#",
"value": "[ <integer [0,∞]> && <symbol> ]#",
"initial": "n/a"
}
],
Expand All @@ -91,13 +91,13 @@
"value": "<string> | <image> | <custom-ident>"
},
"<symbols()>": {
"value": "symbols( <symbols-type>? [ <string> | <image> ]+ );"
"value": "symbols( <symbols-type>? [ <string> | <image> ]+ )"
},
"<symbols-type>": {
"value": "cyclic | numeric | alphabetic | symbolic | fixed;"
"value": "cyclic | numeric | alphabetic | symbolic | fixed"
},
"<counter-style>": {
"value": "<counter-style-name> | symbols();"
"value": "<counter-style-name> | <symbols()>"
}
}
}
15 changes: 14 additions & 1 deletion tr/css/css-fonts-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,18 @@
}
]
},
"valuespaces": {}
"valuespaces": {
"<font-format>": {
"value": "[<string> | woff | truetype | opentype | woff2 | embedded-opentype | collection | svg]"
},
"<font-technology>": {
"value": "[features(<font-feature-technology>) | variations | color(<color-font-technology>) | palettes | incremental ]"
},
"<font-feature-technology>": {
"value": "[opentype | aat | graphite]"
},
"<color-font-technology>": {
"value": "[COLRv0 | COLRv1 | SVG | sbix | CBDT ]"
}
}
}
65 changes: 34 additions & 31 deletions tr/css/css-fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "font-family",
"value": "[ <family-name> | <generic-family> ]#",
"initial": "depends on user agent",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "list, each item a string and/or <generic-family> keywords",
Expand All @@ -23,7 +23,7 @@
"name": "font-weight",
"value": "<font-weight-absolute> | bolder | lighter",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "a number, see below",
Expand All @@ -38,7 +38,7 @@
"name": "font-stretch",
"value": "normal | <percentage> | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "Not resolved",
"computedValue": "a percentage, see below",
Expand All @@ -53,7 +53,7 @@
"name": "font-style",
"value": "normal | italic | oblique <angle>?",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "the keyword specified, plus angle in degrees if specified",
Expand All @@ -68,7 +68,7 @@
"name": "font-size",
"value": "<absolute-size> | <relative-size> | <length-percentage>",
"initial": "medium",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "refer to parent element’s font size",
"computedValue": "an absolute length",
Expand All @@ -83,7 +83,7 @@
"name": "font-size-adjust",
"value": "none | <number>",
"initial": "none",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "a number or the keyword none",
Expand All @@ -98,7 +98,7 @@
"name": "font",
"value": "[ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-stretch-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar",
"initial": "see individual properties",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "see individual properties",
"computedValue": "see individual properties",
Expand All @@ -112,7 +112,7 @@
"name": "font-synthesis-weight",
"value": "auto | none",
"initial": "auto",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified keyword",
Expand All @@ -128,7 +128,7 @@
"name": "font-synthesis-style",
"value": "auto | none",
"initial": "auto",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified keyword",
Expand All @@ -144,7 +144,7 @@
"name": "font-synthesis-small-caps",
"value": "auto | none",
"initial": "auto",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified keyword",
Expand All @@ -157,9 +157,9 @@
},
"font-synthesis": {
"name": "font-synthesis",
"value": "none | [ weight || style ]",
"value": "none | [ weight || style || small-caps]",
"initial": "weight style small-caps",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified keyword(s)",
Expand All @@ -174,7 +174,7 @@
"name": "font-kerning",
"value": "auto | normal | none",
"initial": "auto",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
Expand All @@ -189,7 +189,7 @@
"name": "font-variant-ligatures",
"value": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
Expand All @@ -204,7 +204,7 @@
"name": "font-variant-position",
"value": "normal | sub | super",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
Expand All @@ -219,7 +219,7 @@
"name": "font-variant-caps",
"value": "normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
Expand All @@ -234,7 +234,7 @@
"name": "font-variant-numeric",
"value": "normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
Expand All @@ -249,7 +249,7 @@
"name": "font-variant-alternates",
"value": "normal | [ stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) ]",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
Expand All @@ -264,7 +264,7 @@
"name": "font-variant-east-asian",
"value": "normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
Expand All @@ -279,7 +279,7 @@
"name": "font-variant",
"value": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || [ stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby || [ sub | super ] ]",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
Expand All @@ -294,7 +294,7 @@
"name": "font-feature-settings",
"value": "normal | <feature-tag-value>#",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "as specified",
Expand All @@ -309,7 +309,7 @@
"name": "font-language-override",
"value": "normal | <string>",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified string or the keyword none",
Expand All @@ -324,7 +324,7 @@
"name": "font-optical-sizing",
"value": "auto | none",
"initial": "auto",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
Expand All @@ -339,7 +339,7 @@
"name": "font-variation-settings",
"value": "normal | [ <string> <number>]#",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "the keyword normal or a list, each item a string paired with a number",
Expand All @@ -354,7 +354,7 @@
"name": "font-palette",
"value": "none | normal | light | dark | <palette-identifier>",
"initial": "normal",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "N/a",
"computedValue": "specified keyword or identifier",
Expand All @@ -369,7 +369,7 @@
"name": "font-variant-emoji",
"value": "auto | text | emoji | unicode",
"initial": "auto",
"appliesTo": "all elements",
"appliesTo": "all elements and text",
"inherited": "yes",
"percentages": "N/a",
"computedValue": "specified keyword",
Expand Down Expand Up @@ -408,23 +408,23 @@
{
"name": "font-style",
"for": "@font-face",
"value": "auto | normal | italic | oblique [ <angle> | <angle> <angle> ]?",
"value": "auto | normal | italic | oblique [ <angle> | <angle>{1,2} ]?",
"initial": "auto"
}
],
"font-weight": [
{
"name": "font-weight",
"for": "@font-face",
"value": "auto | <font-weight-absolute> <font-weight-absolute>?",
"value": "auto | <font-weight-absolute>{1,2}",
"initial": "auto"
}
],
"font-stretch": [
{
"name": "font-stretch",
"for": "@font-face",
"value": "auto | <'font-stretch'> <'font-stretch'>?",
"value": "auto | <'font-stretch'>{1,2}",
"initial": "auto"
}
],
Expand Down Expand Up @@ -537,10 +537,13 @@
"value": "[<string> | woff | truetype | opentype | woff2 | embedded-opentype | collection | svg]"
},
"<font-technology>": {
"value": "[features | variations | color(<color-font-technology>) | palettes]"
"value": "[features(<font-feature-technology>) | variations | color(<color-font-technology>) | palettes]"
},
"<font-feature-technology>": {
"value": "[opentype | aat | graphite]"
},
"<color-font-technology>": {
"value": "[COLR | SVG | sbix | CBDT ]"
"value": "[COLRv0 | COLRv1 | SVG | sbix | CBDT ]"
},
"<common-lig-values>": {
"value": "[ common-ligatures | no-common-ligatures ]"
Expand Down
Loading

0 comments on commit 9bfcfa4

Please sign in to comment.