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 a0c0f3f748961c4f360423ea1e74fc8c880f8012.
  • Loading branch information
reffy-bot committed Nov 23, 2020
1 parent f6ca8a3 commit 7ef3a63
Show file tree
Hide file tree
Showing 73 changed files with 3,307 additions and 3,600 deletions.
30 changes: 24 additions & 6 deletions tr/css/css-fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"appliesTo": "all elements",
"inherited": "yes",
"percentages": "refer to parent element’s font size",
"computedValue": "an absolute length, as clamped by font-min-size and font-max-size",
"computedValue": "an absolute length",
"canonicalOrder": "per grammar",
"animationType": "by computed value type`"
},
Expand Down Expand Up @@ -261,7 +261,7 @@
},
"font-palette": {
"name": "font-palette",
"value": "normal | light | dark | <palette-identifier>",
"value": "none | normal | light | dark | <palette-identifier>",
"initial": "normal",
"appliesTo": "all elements",
"inherited": "yes",
Expand Down Expand Up @@ -349,6 +349,24 @@
"value": "normal | <string>",
"initial": "normal"
},
"ascent-override": {
"name": "ascent-override",
"for": "@font-face",
"value": "normal | <percentage>",
"initial": "normal"
},
"descent-override": {
"name": "descent-override",
"for": "@font-face",
"value": "normal | <percentage>",
"initial": "normal"
},
"line-gap-override": {
"name": "line-gap-override",
"for": "@font-face",
"value": "normal | <percentage>",
"initial": "normal"
},
"base-palette": {
"name": "base-palette",
"for": "@font-palette-values",
Expand All @@ -364,7 +382,7 @@
},
"valuespaces": {
"<font-weight-absolute>": {
"value": "[normal | bold | <number>]"
"value": "[normal | bold | <number [1,1000]>]"
},
"<font-variant-css2>": {
"value": "[normal | small-caps]"
Expand All @@ -373,13 +391,13 @@
"value": "[normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded]"
},
"<font-format>": {
"value": "[<string> | woff | truetype | opentype | woff2 | embedded-opentype | svg]"
"value": "[<string> | woff | truetype | opentype | woff2 | embedded-opentype | collection | svg]"
},
"<font-technology>": {
"value": "[features | variations | color(<color-font-technology>) | palettes]"
},
"<color-font-technology>": {
"value": "[COLR | SVG | sbix]"
"value": "[COLR | SVG | sbix | CBDT ]"
},
"<common-lig-values>": {
"value": "[ common-ligatures | no-common-ligatures ]"
Expand Down Expand Up @@ -442,7 +460,7 @@
"prose": "The name of a font family, such as Helvetica or Verdana in the previous example."
},
"<generic-family>": {
"prose": "Each <generic-family> keyword represents a generic font choice, and behaves as an alias for one or more locally-installed fonts belonging to the specified generic font category. A <generic-family> can thus be used as a reliable fallback for when an author’s more specific font choices are not available. Authors are encouraged to append a generic font family as a last alternative for improved robustness. Note that <generic-family> keywords cannot be quoted (otherwise they are interpreted as a <family-name>). The following generic family keywords are defined: serif, sans-serif, cursive, fantasy, monospace, system-ui, emoji, math and fangsong. See §2.1.3 Generic font families."
"prose": "Each <generic-family> keyword represents a generic font choice, and behaves as an alias for one or more locally-installed fonts belonging to the specified generic font category. A <generic-family> can thus be used as a reliable fallback for when an author’s more specific font choices are not available. Authors are encouraged to append a generic font family as a last alternative for improved robustness. Note that <generic-family> keywords cannot be quoted (otherwise they are interpreted as a <family-name>). The set of generic family keywords is defined in § 2.1.3 Generic font families."
},
"<palette-identifier>": {
"prose": "This value identifies an CSS-defined palette to use. Users can define a palette by using the @font-palette-values rule. If no applicable @font-palette-values rule is present, this value behaves as normal. Note: Such a CSS-defined palette may be a reference to an existing palette already present in the font, be a modification of an existing palette already present in the font, or be an entirely new palette."
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-lists.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"spec": {
"title": "CSS Lists Module Level 3",
"title": "CSS Lists and Counters Module Level 3",
"url": "https://www.w3.org/TR/css-lists-3/"
},
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-text.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"name": "tab-size",
"value": "<number> | <length>",
"initial": "8",
"appliesTo": "block containers",
"appliesTo": "inline boxes",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "the specified number or absolute length",
Expand Down
4 changes: 2 additions & 2 deletions tr/dfns/badging.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"href": "https://w3c.github.io/badging/#dom-navigator-setclientbadge",
"linkingText": [
"setClientBadge()",
"setClientBadge(, contents)"
"setClientBadge(contents)"
],
"localLinkingText": [
"Navigator.setClientBadge",
Expand Down Expand Up @@ -168,7 +168,7 @@
"href": "https://w3c.github.io/badging/#dom-navigatorbadge-setappbadge",
"linkingText": [
"setAppBadge()",
"setAppBadge(, contents)"
"setAppBadge(contents)"
],
"localLinkingText": [
"NavigatorBadge.setAppBadge",
Expand Down
72 changes: 72 additions & 0 deletions tr/dfns/css-cascade-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,78 @@
},
"definedIn": "prose"
},
{
"id": "cascade-layers",
"href": "https://drafts.csswg.org/css-cascade-5/#cascade-layers",
"linkingText": [
"Cascade Layers"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "layering",
"title": "Cascade Layers",
"number": "6.4"
},
"definedIn": "prose"
},
{
"id": "at-ruledef-layer",
"href": "https://drafts.csswg.org/css-cascade-5/#at-ruledef-layer",
"linkingText": [
"@layer"
],
"localLinkingText": [],
"type": "at-rule",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "at-layer",
"title": "Layering Styles: the @layer rule",
"number": "6.4.1"
},
"definedIn": "prose"
},
{
"id": "typedef-layer-ident",
"href": "https://drafts.csswg.org/css-cascade-5/#typedef-layer-ident",
"linkingText": [
"<layer-ident>"
],
"localLinkingText": [],
"type": "type",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "at-layer",
"title": "Layering Styles: the @layer rule",
"number": "6.4.1"
},
"definedIn": "prose"
},
{
"id": "at-ruledef-layers",
"href": "https://drafts.csswg.org/css-cascade-5/#at-ruledef-layers",
"linkingText": [
"@layers"
],
"localLinkingText": [],
"type": "at-rule",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "at-layers",
"title": "Layer-Ordering Shorthand: the @layers rule",
"number": "6.4.2"
},
"definedIn": "prose"
},
{
"id": "initial-value",
"href": "https://drafts.csswg.org/css-cascade-5/#initial-value",
Expand Down
110 changes: 95 additions & 15 deletions tr/dfns/css-fonts-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "standard-font-families",
"title": "Standard font families",
"number": "2.1.4"
"id": "generic-font-families",
"title": "Generic font families",
"number": "2.1.3"
},
"definedIn": "dt"
},
Expand All @@ -283,9 +283,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "standard-font-families",
"title": "Standard font families",
"number": "2.1.4"
"id": "generic-font-families",
"title": "Generic font families",
"number": "2.1.3"
},
"definedIn": "dt"
},
Expand All @@ -304,9 +304,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "standard-font-families",
"title": "Standard font families",
"number": "2.1.4"
"id": "generic-font-families",
"title": "Generic font families",
"number": "2.1.3"
},
"definedIn": "dt"
},
Expand All @@ -325,9 +325,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "standard-font-families",
"title": "Standard font families",
"number": "2.1.4"
"id": "generic-font-families",
"title": "Generic font families",
"number": "2.1.3"
},
"definedIn": "dt"
},
Expand Down Expand Up @@ -368,10 +368,10 @@
"definedIn": "pre"
},
{
"id": "valdef-font-weight-number",
"href": "https://www.w3.org/TR/css-fonts-4/#valdef-font-weight-number",
"id": "valdef-font-weight-number-1-1000",
"href": "https://www.w3.org/TR/css-fonts-4/#valdef-font-weight-number-1-1000",
"linkingText": [
"<number>"
"<number [1,1000]>"
],
"localLinkingText": [],
"type": "value",
Expand Down Expand Up @@ -1829,6 +1829,66 @@
},
"definedIn": "table"
},
{
"id": "descdef-font-face-ascent-override",
"href": "https://www.w3.org/TR/css-fonts-4/#descdef-font-face-ascent-override",
"linkingText": [
"ascent-override"
],
"localLinkingText": [],
"type": "descriptor",
"for": [
"@font-face"
],
"access": "public",
"informative": false,
"heading": {
"id": "font-metrics-override-desc",
"title": "Default font metrics overriding: the ascent-override, descent-override and line-gap-override descriptors",
"number": "4.11"
},
"definedIn": "table"
},
{
"id": "descdef-font-face-descent-override",
"href": "https://www.w3.org/TR/css-fonts-4/#descdef-font-face-descent-override",
"linkingText": [
"descent-override"
],
"localLinkingText": [],
"type": "descriptor",
"for": [
"@font-face"
],
"access": "public",
"informative": false,
"heading": {
"id": "font-metrics-override-desc",
"title": "Default font metrics overriding: the ascent-override, descent-override and line-gap-override descriptors",
"number": "4.11"
},
"definedIn": "table"
},
{
"id": "descdef-font-face-line-gap-override",
"href": "https://www.w3.org/TR/css-fonts-4/#descdef-font-face-line-gap-override",
"linkingText": [
"line-gap-override"
],
"localLinkingText": [],
"type": "descriptor",
"for": [
"@font-face"
],
"access": "public",
"informative": false,
"heading": {
"id": "font-metrics-override-desc",
"title": "Default font metrics overriding: the ascent-override, descent-override and line-gap-override descriptors",
"number": "4.11"
},
"definedIn": "table"
},
{
"id": "character-map",
"href": "https://www.w3.org/TR/css-fonts-4/#character-map",
Expand Down Expand Up @@ -3565,6 +3625,26 @@
},
"definedIn": "table"
},
{
"id": "valdef-font-palette-none",
"href": "https://www.w3.org/TR/css-fonts-4/#valdef-font-palette-none",
"linkingText": [
"none"
],
"localLinkingText": [],
"type": "value",
"for": [
"font-palette"
],
"access": "public",
"informative": false,
"heading": {
"id": "font-palette-prop",
"title": "Controlling Color Font Palettes: The font-palette property",
"number": "9.1"
},
"definedIn": "dt"
},
{
"id": "valdef-font-palette-normal",
"href": "https://www.w3.org/TR/css-fonts-4/#valdef-font-palette-normal",
Expand Down
Loading

0 comments on commit 7ef3a63

Please sign in to comment.