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.3.
  • Loading branch information
reffy-bot committed Nov 21, 2022
1 parent 1d6f02b commit 7bc6900
Show file tree
Hide file tree
Showing 83 changed files with 15,264 additions and 14,309 deletions.
2 changes: 1 addition & 1 deletion tr/css/css-inline.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"value": "normal | stretch",
"initial": "normal",
"appliesTo": "inline boxes, but not ruby container boxes nor internal ruby boxes",
"inherited": "no",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
Expand Down
50 changes: 31 additions & 19 deletions tr/css/css-shapes.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,40 @@
"initial": "none",
"appliesTo": "floats",
"inherited": "no",
"media": "visual",
"computedValue": "as defined for <basic-shape> (with <shape-box> following, if supplied), the <image> with its URI made absolute, otherwise as specified.",
"animatable": "as specified for <basic-shape>, otherwise no",
"percentages": "n/a",
"computedValue": "as defined for <basic-shape> (with <shape-box> following, if supplied); else the computed <image>; else the keyword as specified",
"canonicalOrder": "per grammar",
"animationType": "as defined for <basic-shape>, otherwise discrete",
"styleDeclaration": [
"shape-outside",
"shapeOutside"
]
},
"shape-image-threshold": {
"name": "shape-image-threshold",
"value": "<number>",
"initial": "0.0",
"value": "<alpha-value>",
"initial": "0",
"appliesTo": "floats",
"inherited": "no",
"media": "visual",
"computedValue": "The same as the specified value after clipping the <number> to the range [0.0,1.0]",
"animatable": "as number",
"percentages": "n/a",
"computedValue": "specified number, clamped to the range [0,1]",
"canonicalOrder": "per grammar",
"animationType": "by computed value",
"styleDeclaration": [
"shape-image-threshold",
"shapeImageThreshold"
]
},
"shape-margin": {
"name": "shape-margin",
"value": "<length> | <percentage>",
"value": "<length-percentage>",
"initial": "0",
"appliesTo": "floats",
"inherited": "no",
"media": "visual",
"computedValue": "the absolute length",
"animatable": "as length, percentage, or calc.",
"percentages": "refer to the inline size of the containing block",
"computedValue": "computed <length-percentage> value",
"canonicalOrder": "per grammar",
"animationType": "by computed value",
"styleDeclaration": [
"shape-margin",
"shapeMargin"
Expand All @@ -53,22 +56,31 @@
"prose": "The <basic-shape> type can be specified using basic shape functions. When using this syntax to define shapes, the reference box is defined by each property that uses <basic-shape> values. The coordinate system for the shape has its origin on the top-left corner of the reference box with the x-axis running to the right and the y-axis running downwards. All the lengths expressed in percentages are resolved from the used dimensions of the reference box."
},
"<inset()>": {
"value": "inset( <shape-arg>{1,4} [round <border-radius>]? )"
"value": "inset( <length-percentage>{1,4} [ round <'border-radius'> ]? )"
},
"<xywh()>": {
"value": "xywh( <length-percentage>{2} <length-percentage [0,∞]>{2} [ round <'border-radius'> ]? )"
},
"<rect()>": {
"value": "rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? )"
},
"<circle()>": {
"value": "circle( [<shape-radius>]? [at <position>]? )"
"value": "circle( <shape-radius>? [ at <position> ]? )"
},
"<ellipse()>": {
"value": "ellipse( [<shape-radius>{2}]? [at <position>]? )"
"value": "ellipse( [ <shape-radius>{2} ]? [ at <position> ]? )"
},
"<polygon()>": {
"value": "polygon( [<fill-rule>,]? [<shape-arg> <shape-arg>]# )"
"value": "polygon( <'fill-rule'>? , [<length-percentage> <length-percentage>]# )"
},
"<shape-arg>": {
"value": "<length> | <percentage>"
"<path()>": {
"value": "path( [<'fill-rule'>,]? <string> )"
},
"<shape-radius>": {
"value": "<length> | <percentage> | closest-side | farthest-side"
"value": "<length-percentage [0,∞]> | closest-side | farthest-side"
},
"<basic-shape-rect>": {
"value": "<inset()> | <rect()> | <xywh()>"
},
"<shape-box>": {
"value": "<box> | margin-box"
Expand Down
154 changes: 91 additions & 63 deletions tr/dfns/FileAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,25 @@
},
"definedIn": "prose"
},
{
"id": "slice-blob",
"href": "https://www.w3.org/TR/FileAPI/#slice-blob",
"linkingText": [
"slice blob"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "terminology",
"href": "https://www.w3.org/TR/FileAPI/#terminology",
"title": "Terminology and Algorithms",
"number": "2"
},
"definedIn": "prose"
},
{
"id": "snapshot-state",
"href": "https://www.w3.org/TR/FileAPI/#snapshot-state",
Expand Down Expand Up @@ -135,6 +154,78 @@
},
"definedIn": "pre"
},
{
"id": "dom-blob-slice-start-end-contenttype-start",
"href": "https://www.w3.org/TR/FileAPI/#dom-blob-slice-start-end-contenttype-start",
"linkingText": [
"start"
],
"localLinkingText": [],
"type": "argument",
"for": [
"Blob/slice(start, end, contentType)",
"Blob/slice(start, end)",
"Blob/slice(start)",
"Blob/slice()"
],
"access": "public",
"informative": false,
"heading": {
"id": "blob-section",
"href": "https://www.w3.org/TR/FileAPI/#blob-section",
"title": "The Blob Interface and Binary Data",
"number": "3"
},
"definedIn": "pre"
},
{
"id": "dom-blob-slice-start-end-contenttype-end",
"href": "https://www.w3.org/TR/FileAPI/#dom-blob-slice-start-end-contenttype-end",
"linkingText": [
"end"
],
"localLinkingText": [],
"type": "argument",
"for": [
"Blob/slice(start, end, contentType)",
"Blob/slice(start, end)",
"Blob/slice(start)",
"Blob/slice()"
],
"access": "public",
"informative": false,
"heading": {
"id": "blob-section",
"href": "https://www.w3.org/TR/FileAPI/#blob-section",
"title": "The Blob Interface and Binary Data",
"number": "3"
},
"definedIn": "pre"
},
{
"id": "dom-blob-slice-start-end-contenttype-contenttype",
"href": "https://www.w3.org/TR/FileAPI/#dom-blob-slice-start-end-contenttype-contenttype",
"linkingText": [
"contentType"
],
"localLinkingText": [],
"type": "argument",
"for": [
"Blob/slice(start, end, contentType)",
"Blob/slice(start, end)",
"Blob/slice(start)",
"Blob/slice()"
],
"access": "public",
"informative": false,
"heading": {
"id": "blob-section",
"href": "https://www.w3.org/TR/FileAPI/#blob-section",
"title": "The Blob Interface and Binary Data",
"number": "3"
},
"definedIn": "pre"
},
{
"id": "enumdef-endingtype",
"href": "https://www.w3.org/TR/FileAPI/#enumdef-endingtype",
Expand Down Expand Up @@ -425,69 +516,6 @@
},
"definedIn": "prose"
},
{
"id": "dfn-start",
"href": "https://www.w3.org/TR/FileAPI/#dfn-start",
"linkingText": [
"start"
],
"localLinkingText": [],
"type": "argument",
"for": [
"Blob/slice(start, end, contentType)"
],
"access": "public",
"informative": false,
"heading": {
"id": "slice-method-algo",
"href": "https://www.w3.org/TR/FileAPI/#slice-method-algo",
"title": "The slice() method",
"number": "3.3.1"
},
"definedIn": "prose"
},
{
"id": "dfn-end",
"href": "https://www.w3.org/TR/FileAPI/#dfn-end",
"linkingText": [
"end"
],
"localLinkingText": [],
"type": "argument",
"for": [
"Blob/slice(start, end, contentType)"
],
"access": "public",
"informative": false,
"heading": {
"id": "slice-method-algo",
"href": "https://www.w3.org/TR/FileAPI/#slice-method-algo",
"title": "The slice() method",
"number": "3.3.1"
},
"definedIn": "prose"
},
{
"id": "dfn-contentTypeBlob",
"href": "https://www.w3.org/TR/FileAPI/#dfn-contentTypeBlob",
"linkingText": [
"contentType"
],
"localLinkingText": [],
"type": "argument",
"for": [
"Blob/slice(start, end, contentType)"
],
"access": "public",
"informative": false,
"heading": {
"id": "slice-method-algo",
"href": "https://www.w3.org/TR/FileAPI/#slice-method-algo",
"title": "The slice() method",
"number": "3.3.1"
},
"definedIn": "prose"
},
{
"id": "dom-blob-stream",
"href": "https://www.w3.org/TR/FileAPI/#dom-blob-stream",
Expand Down
27 changes: 24 additions & 3 deletions tr/dfns/WGSL.json
Original file line number Diff line number Diff line change
Expand Up @@ -4930,6 +4930,27 @@
},
"definedIn": "prose"
},
{
"id": "syntax-expression_comma_list",
"href": "https://www.w3.org/TR/WGSL/#syntax-expression_comma_list",
"linkingText": [
"expression_comma_list"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"syntax"
],
"access": "private",
"informative": false,
"heading": {
"id": "expression-grammar",
"href": "https://www.w3.org/TR/WGSL/#expression-grammar",
"title": "Expression Grammar Summary",
"number": "7.18"
},
"definedIn": "prose"
},
{
"id": "syntax-component_or_swizzle_specifier",
"href": "https://www.w3.org/TR/WGSL/#syntax-component_or_swizzle_specifier",
Expand Down Expand Up @@ -7133,10 +7154,10 @@
"definedIn": "prose"
},
{
"id": "interface-of-a-shader-stage",
"href": "https://www.w3.org/TR/WGSL/#interface-of-a-shader-stage",
"id": "interface-of-a-shader",
"href": "https://www.w3.org/TR/WGSL/#interface-of-a-shader",
"linkingText": [
"interface of a shader stage"
"interface of a shader"
],
"localLinkingText": [],
"type": "dfn",
Expand Down
Loading

0 comments on commit 7bc6900

Please sign in to comment.