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.6.2.
  • Loading branch information
reffy-bot committed Feb 7, 2024
1 parent 41ca199 commit 8cb4189
Show file tree
Hide file tree
Showing 14 changed files with 1,105 additions and 1,239 deletions.
18 changes: 9 additions & 9 deletions tr/css/css-fonts-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "font-size-adjust",
"href": "https://www.w3.org/TR/css-fonts-5/#propdef-font-size-adjust",
"value": "none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number> ]",
"value": "none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number [0,∞]> ]",
"initial": "none",
"appliesTo": "all elements and text",
"inherited": "yes",
Expand Down Expand Up @@ -66,11 +66,11 @@
"value": "ic-height"
},
{
"name": "<number>",
"name": "<number [0,∞]>",
"prose": "Each font’s used size is normalized to match the chosen font metric to this specified proportion of the computed font-size. In other words, for each glyph, the adjusted font size to use u is calculated as: u = ( m / m′ ) s where: s = computed 'font-size!!property' value m = metric as specified by the 'font-size-adjust' property m′ = metric as specified in the actual font u = adjusted font-size to use Negative values are invalid.",
"href": "https://www.w3.org/TR/css-fonts-5/#valdef-font-size-adjust-number",
"href": "https://www.w3.org/TR/css-fonts-5/#valdef-font-size-adjust-number-0",
"type": "value",
"value": "<number>"
"value": "<number [0,∞]>"
},
{
"name": "from-font",
Expand All @@ -96,7 +96,7 @@
"href": "https://www.w3.org/TR/css-fonts-5/#descdef-font-face-font-size",
"for": "@font-face",
"value": "auto | [<number>]{1,2}",
"initial": "normal",
"initial": "auto",
"values": [
{
"name": "auto",
Expand Down Expand Up @@ -185,13 +185,13 @@
"name": "<font-tech>",
"href": "https://www.w3.org/TR/css-fonts-5/#font-tech-values",
"type": "type",
"value": "[<font-feature-tech> | <color-font-tech> | variations | palettes | incremental ]"
"value": "[<font-features-tech> | <color-font-tech> | variations | palettes | incremental-patch | incremental-range | incremental-auto ]"
},
{
"name": "<font-feature-tech>",
"href": "https://www.w3.org/TR/css-fonts-5/#font-feature-tech-values",
"name": "<font-features-tech>",
"href": "https://www.w3.org/TR/css-fonts-5/#font-features-tech-values",
"type": "type",
"value": "[feature-opentype | feature-aat | feature-graphite]"
"value": "[features-opentype | features-aat | features-graphite]"
},
{
"name": "<color-font-tech>",
Expand Down
6 changes: 3 additions & 3 deletions tr/dfns/css-fonts-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@
"definedIn": "pre"
},
{
"id": "font-feature-tech-values",
"href": "https://www.w3.org/TR/css-fonts-5/#font-feature-tech-values",
"id": "font-features-tech-values",
"href": "https://www.w3.org/TR/css-fonts-5/#font-features-tech-values",
"linkingText": [
"<font-feature-tech>"
"<font-features-tech>"
],
"localLinkingText": [],
"type": "type",
Expand Down
175 changes: 60 additions & 115 deletions tr/dfns/webnn.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,46 +99,6 @@
},
"definedIn": "pre"
},
{
"id": "dom-mldevicetype-cpu",
"href": "https://www.w3.org/TR/webnn/#dom-mldevicetype-cpu",
"linkingText": [
"\"cpu\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"MLDeviceType"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webnn/#title",
"title": "Web Neural Network API"
},
"definedIn": "pre"
},
{
"id": "dom-mldevicetype-gpu",
"href": "https://www.w3.org/TR/webnn/#dom-mldevicetype-gpu",
"linkingText": [
"\"gpu\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"MLDeviceType"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webnn/#title",
"title": "Web Neural Network API"
},
"definedIn": "pre"
},
{
"id": "enumdef-mlpowerpreference",
"href": "https://www.w3.org/TR/webnn/#enumdef-mlpowerpreference",
Expand All @@ -157,66 +117,6 @@
},
"definedIn": "pre"
},
{
"id": "dom-mlpowerpreference-default",
"href": "https://www.w3.org/TR/webnn/#dom-mlpowerpreference-default",
"linkingText": [
"\"default\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"MLPowerPreference"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webnn/#title",
"title": "Web Neural Network API"
},
"definedIn": "pre"
},
{
"id": "dom-mlpowerpreference-high-performance",
"href": "https://www.w3.org/TR/webnn/#dom-mlpowerpreference-high-performance",
"linkingText": [
"\"high-performance\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"MLPowerPreference"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webnn/#title",
"title": "Web Neural Network API"
},
"definedIn": "pre"
},
{
"id": "dom-mlpowerpreference-low-power",
"href": "https://www.w3.org/TR/webnn/#dom-mlpowerpreference-low-power",
"linkingText": [
"\"low-power\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"MLPowerPreference"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webnn/#title",
"title": "Web Neural Network API"
},
"definedIn": "pre"
},
{
"id": "dictdef-mlcontextoptions",
"href": "https://www.w3.org/TR/webnn/#dictdef-mlcontextoptions",
Expand Down Expand Up @@ -960,17 +860,18 @@
"definedIn": "prose"
},
{
"id": "device-type-cpu",
"href": "https://www.w3.org/TR/webnn/#device-type-cpu",
"id": "dom-mldevicetype-cpu",
"href": "https://www.w3.org/TR/webnn/#dom-mldevicetype-cpu",
"linkingText": [
"\"cpu\"",
"cpu"
],
"localLinkingText": [],
"type": "dfn",
"type": "enum-value",
"for": [
"device type"
"MLDeviceType"
],
"access": "private",
"access": "public",
"informative": false,
"heading": {
"id": "title",
Expand All @@ -980,17 +881,18 @@
"definedIn": "dt"
},
{
"id": "device-type-gpu",
"href": "https://www.w3.org/TR/webnn/#device-type-gpu",
"id": "dom-mldevicetype-gpu",
"href": "https://www.w3.org/TR/webnn/#dom-mldevicetype-gpu",
"linkingText": [
"\"gpu\"",
"gpu"
],
"localLinkingText": [],
"type": "dfn",
"type": "enum-value",
"for": [
"device type"
"MLDeviceType"
],
"access": "private",
"access": "public",
"informative": false,
"heading": {
"id": "title",
Expand Down Expand Up @@ -1018,17 +920,60 @@
"definedIn": "prose"
},
{
"id": "power-preference-default",
"href": "https://www.w3.org/TR/webnn/#power-preference-default",
"id": "dom-mlpowerpreference-default",
"href": "https://www.w3.org/TR/webnn/#dom-mlpowerpreference-default",
"linkingText": [
"\"default\"",
"default"
],
"localLinkingText": [],
"type": "dfn",
"type": "enum-value",
"for": [
"power preference"
"MLPowerPreference"
],
"access": "private",
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webnn/#title",
"title": "Web Neural Network API"
},
"definedIn": "dt"
},
{
"id": "dom-mlpowerpreference-high-performance",
"href": "https://www.w3.org/TR/webnn/#dom-mlpowerpreference-high-performance",
"linkingText": [
"\"high-performance\"",
"high-performance"
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"MLPowerPreference"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webnn/#title",
"title": "Web Neural Network API"
},
"definedIn": "dt"
},
{
"id": "dom-mlpowerpreference-low-power",
"href": "https://www.w3.org/TR/webnn/#dom-mlpowerpreference-low-power",
"linkingText": [
"\"low-power\"",
"low-power"
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"MLPowerPreference"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
Expand Down
15 changes: 11 additions & 4 deletions tr/headings/css-fonts-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"title": "Abstract"
},
{
"id": "status",
"href": "https://www.w3.org/TR/css-fonts-5/#status",
"id": "sotd",
"href": "https://www.w3.org/TR/css-fonts-5/#sotd",
"level": 2,
"title": "Status of this document"
},
Expand Down Expand Up @@ -202,19 +202,26 @@
"level": 2,
"title": "10. Changes"
},
{
"id": "changes-20211221",
"href": "https://www.w3.org/TR/css-fonts-5/#changes-20211221",
"level": 3,
"title": "Changes since the WD of 21 December 2021",
"number": "10.1"
},
{
"id": "changes-20210729",
"href": "https://www.w3.org/TR/css-fonts-5/#changes-20210729",
"level": 3,
"title": "Changes since the WD of 2021-07-29",
"number": "10.1"
"number": "10.2"
},
{
"id": "changes-20210629",
"href": "https://www.w3.org/TR/css-fonts-5/#changes-20210629",
"level": 3,
"title": "Changes since the FPWD of 2021-06-29",
"number": "10.2"
"number": "10.3"
},
{
"id": "w3c-conformance",
Expand Down
9 changes: 1 addition & 8 deletions tr/headings/html-aam-1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -2353,19 +2353,12 @@
"title": "Acknowledgments",
"number": "A.2"
},
{
"id": "ack_group",
"href": "https://www.w3.org/TR/html-aam-1.0/#ack_group",
"level": 4,
"title": "Participants active in the HTML Accessibility Task Force active at the time of publication",
"number": "A.2.1"
},
{
"id": "ack_funders",
"href": "https://www.w3.org/TR/html-aam-1.0/#ack_funders",
"level": 4,
"title": "Enabling funders",
"number": "A.2.2"
"number": "A.2.1"
},
{
"id": "references",
Expand Down
Loading

0 comments on commit 8cb4189

Please sign in to comment.