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.3.0.
  • Loading branch information
reffy-bot committed Nov 28, 2023
1 parent e746722 commit f10daee
Show file tree
Hide file tree
Showing 21 changed files with 1,603 additions and 1,749 deletions.
74 changes: 74 additions & 0 deletions tr/css/mathml-core.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"spec": {
"title": "MathML Core",
"url": "https://www.w3.org/TR/mathml-core/"
},
"properties": [
{
"name": "display",
"newValues": "<display-outside> || [ <display-inside> | math ]",
"styleDeclaration": [
"display"
]
},
{
"name": "text-transform",
"newValues": "math-auto",
"styleDeclaration": [
"text-transform",
"textTransform"
]
},
{
"name": "math-style",
"value": "normal | compact",
"initial": "normal",
"appliesTo": "All elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "n/a",
"animationType": "not animatable",
"media": "visual",
"styleDeclaration": [
"math-style",
"mathStyle"
]
},
{
"name": "math-shift",
"value": "normal | compact",
"initial": "normal",
"appliesTo": "All elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "n/a",
"animationType": "not animatable",
"media": "visual",
"styleDeclaration": [
"math-shift",
"mathShift"
]
},
{
"name": "math-depth",
"value": "auto-add | add(<integer>) | <integer>",
"initial": "0",
"appliesTo": "All elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "an integer, see below",
"canonicalOrder": "n/a",
"animationType": "not animatable",
"media": "visual",
"styleDeclaration": [
"math-depth",
"mathDepth"
]
}
],
"atrules": [],
"selectors": [],
"values": []
}
18 changes: 18 additions & 0 deletions tr/dfns/ambient-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,24 @@
},
"definedIn": "prose"
},
{
"id": "ambient-light-virtual-sensor-type",
"href": "https://www.w3.org/TR/ambient-light/#ambient-light-virtual-sensor-type",
"linkingText": [
"ambient-light virtual sensor type"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/ambient-light/#title",
"title": "Ambient Light Sensor"
},
"definedIn": "prose"
},
{
"id": "current-light-level",
"href": "https://www.w3.org/TR/ambient-light/#current-light-level",
Expand Down
18 changes: 18 additions & 0 deletions tr/dfns/geolocation-sensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,24 @@
},
"definedIn": "prose"
},
{
"id": "geolocation-virtual-sensor-type",
"href": "https://www.w3.org/TR/geolocation-sensor/#geolocation-virtual-sensor-type",
"linkingText": [
"geolocation virtual sensor type"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/geolocation-sensor/#title",
"title": "Geolocation Sensor"
},
"definedIn": "prose"
},
{
"id": "latest-geolocation-reading",
"href": "https://www.w3.org/TR/geolocation-sensor/#latest-geolocation-reading",
Expand Down
36 changes: 36 additions & 0 deletions tr/dfns/magnetometer.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,24 @@
},
"definedIn": "prose"
},
{
"id": "magnetometer-virtual-sensor-type",
"href": "https://www.w3.org/TR/magnetometer/#magnetometer-virtual-sensor-type",
"linkingText": [
"magnetometer virtual sensor type"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/magnetometer/#title",
"title": "Magnetometer"
},
"definedIn": "prose"
},
{
"id": "uncalibrated-magnetometer-sensor-type",
"href": "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-sensor-type",
Expand All @@ -169,6 +187,24 @@
},
"definedIn": "prose"
},
{
"id": "uncalibrated-magnetometer-virtual-sensor-type",
"href": "https://www.w3.org/TR/magnetometer/#uncalibrated-magnetometer-virtual-sensor-type",
"linkingText": [
"uncalibrated-magnetometer virtual sensor type"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/magnetometer/#title",
"title": "Magnetometer"
},
"definedIn": "prose"
},
{
"id": "magnetometer",
"href": "https://www.w3.org/TR/magnetometer/#magnetometer",
Expand Down
Loading

0 comments on commit f10daee

Please sign in to comment.