Skip to content

Commit

Permalink
Publish curated data from 4b70d54
Browse files Browse the repository at this point in the history
Curated data generated from raw data at 4b70d54
  • Loading branch information
curation-bot committed Jun 6, 2024
1 parent 3da5bbf commit 36894e5
Show file tree
Hide file tree
Showing 301 changed files with 36,748 additions and 22,852 deletions.
17 changes: 9 additions & 8 deletions ed/css/css-anchor-position.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
{
"name": "<inset-area>",
"prose": "If the element does not have a default anchor element, or is not an absolutely-positioned element, this value has no effect. Otherwise, the property selects a region of the inset-area grid, and makes that the element’s containing block. Additionally, the normal value for the self-alignment properties behaves as either start, end, or anchor-center, depending on the positioning of the region, to give a good default alignment for the positioned element. See § 3.1.1 Resolving <inset-area>s for details on both of these effects. Also, any auto inset properties resolve to 0.",
"prose": "If the element does not have a default anchor element, or is not an absolutely-positioned element, this value has no effect. Otherwise, it has the following effects: The property selects a region of the inset-area grid, and makes that the element’s containing block. See § 3.1.1 Resolving <inset-area>s for details. Note: This means that the inset properties specify offsets from the inset-area, and some property values, like max-height: 100%, will be relative to the inset-area as well. The normal value for the self-alignment properties behaves as either start, end, or anchor-center, depending on the positioning of the region, to give a good default alignment for the positioned element. Again, see § 3.1.1 Resolving <inset-area>s for details. Any auto inset properties resolve to 0. The element is not considered to be in a legacy alignment mode in either axis.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-inset-area-inset-area",
"type": "value",
"value": "<inset-area>"
Expand Down Expand Up @@ -240,7 +240,7 @@
{
"name": "position-try-options",
"href": "https://drafts.csswg.org/css-anchor-position-1/#propdef-position-try-options",
"value": "none | [ [<dashed-ident> || <try-tactic>] | inset-area( <'inset-area'> ) ]#",
"value": "none | [ [<dashed-ident> || <try-tactic>] | <'inset-area'> ]#",
"initial": "none",
"appliesTo": "absolutely-positioned elements",
"inherited": "no",
Expand Down Expand Up @@ -304,10 +304,11 @@
"value": "<dashed-ident> || <try-tactic>"
},
{
"name": "inset-area()",
"value": "inset-area()",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-try-options-inset-area-inset-area",
"type": "value"
"name": "<'inset-area'>",
"prose": "Automatically creates a position option composed solely of an inset-area property with the given value.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-try-options-inset-area",
"type": "value",
"value": "<'inset-area'>"
}
],
"styleDeclaration": [
Expand Down Expand Up @@ -675,7 +676,7 @@
"prose": "An absolutely-positioned element can use the anchor() function as a value in its inset properties to refer to the position of one or more anchor elements. The anchor() function resolves to a <length>. It is only valid to be used in the inset properties.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#funcdef-anchor",
"type": "function",
"value": "anchor( <anchor-element>? <anchor-side>, <length-percentage>? )",
"value": "anchor( <anchor-element>? && <anchor-side>, <length-percentage>? )",
"values": [
{
"name": "<dashed-ident>",
Expand Down Expand Up @@ -787,7 +788,7 @@
"prose": "An absolutely-positioned element can use the anchor-size() function in its sizing properties to refer to the size of one or more anchor elements. The anchor-size() function resolves to a <length>. It is only valid to be used in the sizing properties.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#funcdef-anchor-size",
"type": "function",
"value": "anchor-size( <anchor-element>? <anchor-size>, <length-percentage>? )",
"value": "anchor-size( [ <anchor-element> || <anchor-size> ]? , <length-percentage>? )",
"values": [
{
"name": "width",
Expand Down
9 changes: 7 additions & 2 deletions ed/css/css-pseudo.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,18 @@
},
{
"name": "::placeholder",
"prose": "The ::placeholder pseudo-element represents placeholder text in an input field: text that represents the input and provides a hint to the user on how to fill out the form. For example, a date-input field might have the placeholder text “YYYY/MM/DD” to clarify that numeric dates are to be entered in year-month-day order.",
"prose": "The ::placeholder pseudo-element represents placeholder text in an input field: text that represents the input and provides a hint to the user on how to fill out the form. For example, a date-input field might have the placeholder text “YYYY/MM/DD” to clarify that numeric dates are to be entered in year-month-day order. It is a tree-abiding pseudo-element.",
"href": "https://drafts.csswg.org/css-pseudo-4/#selectordef-placeholder"
},
{
"name": "::file-selector-button",
"prose": "The ::file-selector-button pseudo-element targets the <button> inside an <input> element with type=file, if the UA renders such a button.",
"prose": "The ::file-selector-button pseudo-element targets the <button> inside an <input> element with type=file, if the UA renders such a button. It is a part-like pseudo-element.",
"href": "https://drafts.csswg.org/css-pseudo-4/#selectordef-file-selector-button"
},
{
"name": "::details-content",
"prose": "The ::details-content pseudo-element targets the additional information in a a details element that can be expanded or collapsed. It is a part-like pseudo-element.",
"href": "https://drafts.csswg.org/css-pseudo-4/#selectordef-details-content"
}
],
"values": []
Expand Down
11 changes: 9 additions & 2 deletions ed/css/css-text-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "text-transform",
"href": "https://drafts.csswg.org/css-text-4/#propdef-text-transform",
"value": "none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana",
"value": "none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana | math-auto",
"initial": "none",
"appliesTo": "text",
"inherited": "yes",
Expand Down Expand Up @@ -57,6 +57,13 @@
"href": "https://drafts.csswg.org/css-text-4/#valdef-text-transform-full-size-kana",
"type": "value",
"value": "full-size-kana"
},
{
"name": "math-auto",
"prose": "See MathML Core § 4.2 New text-transform value.",
"href": "https://drafts.csswg.org/css-text-4/#valdef-text-transform-math-auto",
"type": "value",
"value": "math-auto"
}
],
"styleDeclaration": [
Expand Down Expand Up @@ -472,7 +479,7 @@
},
{
"name": "balance",
"prose": "Line breaks are chosen to balance the remaining (empty) space in each line box, if better balance than auto is possible. This should avoid changing—​and in the case of 5 or fewer lines must not change—​the number of line boxes the block would contain if text-wrap were set to auto. The remaining space to consider is that which remains after placing floats and inline content, but before any adjustments due to text justification. Line boxes are balanced when the standard deviation from the average inline-size of the remaining space in each line box is reduced over the block (including lines that end in a forced break). Groups of lines separated by a forced line break are processed separately. The exact algorithm is UA-defined. UAs may treat this value as auto if there are more than ten lines to balance.",
"prose": "Line breaks are chosen to balance the remaining (empty) space in each line box, if better balance than auto is possible. This should avoid changing—​and in the case of 5 or fewer lines must not change—​the number of line boxes the block would contain if text-wrap were set to auto. The remaining space to consider is that which remains after placing floats and inline content, but before any adjustments due to text justification. Line boxes are balanced when the standard deviation from the average inline-size of the remaining space in each line box is reduced over the block (including lines that end in a forced break). Groups of lines separated by a forced line break are processed separately. If the element is affected by line-clamp, the clamping effect is applied first, then the remaining lines are balanced. The exact algorithm is UA-defined. UAs may treat this value as auto if there are more than ten lines to balance.",
"href": "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-balance",
"type": "value",
"value": "balance"
Expand Down
9 changes: 8 additions & 1 deletion ed/css/css-values-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,13 @@
"type": "function",
"value": "calc-size( <calc-size-basis>, <calc-sum>? )",
"values": [
{
"name": "percentage",
"prose": "The percentage basis keyword indicates a basis size of 100%.",
"href": "https://drafts.csswg.org/css-values-5/#valdef-calc-size-percentage",
"type": "value",
"value": "percentage"
},
{
"name": "size",
"prose": "Within the calc-size calculation, if the calc-size basis is not any, the keyword size is allowed. This keyword is a <length>, and resolves at used value time.",
Expand All @@ -417,7 +424,7 @@
"name": "<calc-size-basis>",
"href": "https://drafts.csswg.org/css-values-5/#typedef-calc-size-basis",
"type": "type",
"value": "[ <intrinsic-size-keyword> | <calc-size()> | any | <calc-sum> ]"
"value": "[ <intrinsic-size-keyword> | percentage | <calc-size()> | any | <calc-sum> ]"
},
{
"name": "<intrinsic-size-keyword>",
Expand Down
8 changes: 4 additions & 4 deletions ed/css/css-viewport.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"spec": {
"title": "CSS Viewport Module Level 1",
"url": "https://drafts.csswg.org/css-viewport-1/"
"url": "https://drafts.csswg.org/css-viewport/"
},
"properties": [
{
"name": "zoom",
"href": "https://drafts.csswg.org/css-viewport-1/#propdef-zoom",
"href": "https://drafts.csswg.org/css-viewport/#propdef-zoom",
"value": "<number [0,∞]> || <percentage [0,∞]>",
"initial": "1",
"appliesTo": "all <length> property values of all elements",
Expand All @@ -20,14 +20,14 @@
{
"name": "<number>",
"prose": "Positive floating point number indicating a zoom factor. Numbers smaller than 1.0 indicate a \"zoom out\" or minification effect, while numbers greater than 1.0 indicate a \"zoom in\" or magnification effect. A 0 value is treated as if it was 1.",
"href": "https://drafts.csswg.org/css-viewport-1/#valdef-zoom-number",
"href": "https://drafts.csswg.org/css-viewport/#valdef-zoom-number",
"type": "value",
"value": "<number>"
},
{
"name": "<percentage>",
"prose": "Positive floating point number, followed by a percentage character (\"%\") which indicates a zoom factor multiplied by 100. A 0 percentage is treated as if it was 100%.",
"href": "https://drafts.csswg.org/css-viewport-1/#valdef-zoom-percentage",
"href": "https://drafts.csswg.org/css-viewport/#valdef-zoom-percentage",
"type": "value",
"value": "<percentage>"
}
Expand Down
19 changes: 19 additions & 0 deletions ed/dfns/IFT.json
Original file line number Diff line number Diff line change
Expand Up @@ -1979,6 +1979,25 @@
"number": "6.4.1"
},
"definedIn": "prose"
},
{
"id": "glyph-closure",
"href": "https://w3c.github.io/IFT/Overview.html#glyph-closure",
"linkingText": [
"glyph closure"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "encoding-considerations",
"href": "https://w3c.github.io/IFT/Overview.html#encoding-considerations",
"title": "Encoding Considerations",
"number": "7.1"
},
"definedIn": "prose"
}
]
}
66 changes: 54 additions & 12 deletions ed/dfns/WGSL.json
Original file line number Diff line number Diff line change
Expand Up @@ -1885,6 +1885,27 @@
},
"definedIn": "table"
},
{
"id": "extension-clip_distances",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#extension-clip_distances",
"linkingText": [
"clip_distances"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"extension"
],
"access": "private",
"informative": false,
"heading": {
"id": "enable-extensions-sec",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#enable-extensions-sec",
"title": "Enable Extensions",
"number": "4.1.1"
},
"definedIn": "table"
},
{
"id": "language-extension",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#language-extension",
Expand Down Expand Up @@ -9820,6 +9841,27 @@
},
"definedIn": "prose"
},
{
"id": "built-in-values-clip_distances",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#built-in-values-clip_distances",
"linkingText": [
"clip_distances"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"built-in values"
],
"access": "private",
"informative": false,
"heading": {
"id": "clip-distances-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#clip-distances-builtin-value",
"title": "clip_distances",
"number": "12.3.1.1.1"
},
"definedIn": "table"
},
{
"id": "built-in-values-frag_depth",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#built-in-values-frag_depth",
Expand All @@ -9837,7 +9879,7 @@
"id": "frag-depth-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#frag-depth-builtin-value",
"title": "frag_depth",
"number": "12.3.1.1.1"
"number": "12.3.1.1.2"
},
"definedIn": "table"
},
Expand All @@ -9858,7 +9900,7 @@
"id": "front-facing-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#front-facing-builtin-value",
"title": "front_facing",
"number": "12.3.1.1.2"
"number": "12.3.1.1.3"
},
"definedIn": "table"
},
Expand All @@ -9879,7 +9921,7 @@
"id": "global-invocation-id-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#global-invocation-id-builtin-value",
"title": "global_invocation_id",
"number": "12.3.1.1.3"
"number": "12.3.1.1.4"
},
"definedIn": "table"
},
Expand All @@ -9900,7 +9942,7 @@
"id": "instance-index-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#instance-index-builtin-value",
"title": "instance_index",
"number": "12.3.1.1.4"
"number": "12.3.1.1.5"
},
"definedIn": "table"
},
Expand All @@ -9921,7 +9963,7 @@
"id": "local-invocation-id-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#local-invocation-id-builtin-value",
"title": "local_invocation_id",
"number": "12.3.1.1.5"
"number": "12.3.1.1.6"
},
"definedIn": "table"
},
Expand All @@ -9942,7 +9984,7 @@
"id": "local-invocation-index-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#local-invocation-index-builtin-value",
"title": "local_invocation_index",
"number": "12.3.1.1.6"
"number": "12.3.1.1.7"
},
"definedIn": "table"
},
Expand All @@ -9963,7 +10005,7 @@
"id": "num-workgroups-index-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#num-workgroups-index-builtin-value",
"title": "num_workgroups",
"number": "12.3.1.1.7"
"number": "12.3.1.1.8"
},
"definedIn": "table"
},
Expand All @@ -9984,7 +10026,7 @@
"id": "position-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#position-builtin-value",
"title": "position",
"number": "12.3.1.1.8"
"number": "12.3.1.1.9"
},
"definedIn": "table"
},
Expand All @@ -10005,7 +10047,7 @@
"id": "sample-index-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#sample-index-builtin-value",
"title": "sample_index",
"number": "12.3.1.1.9"
"number": "12.3.1.1.10"
},
"definedIn": "table"
},
Expand All @@ -10026,7 +10068,7 @@
"id": "sample-mask-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#sample-mask-builtin-value",
"title": "sample_mask",
"number": "12.3.1.1.10"
"number": "12.3.1.1.11"
},
"definedIn": "table"
},
Expand All @@ -10047,7 +10089,7 @@
"id": "vertex-index-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#vertex-index-builtin-value",
"title": "vertex_index",
"number": "12.3.1.1.11"
"number": "12.3.1.1.12"
},
"definedIn": "table"
},
Expand All @@ -10068,7 +10110,7 @@
"id": "workgroup-id-builtin-value",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#workgroup-id-builtin-value",
"title": "workgroup_id",
"number": "12.3.1.1.12"
"number": "12.3.1.1.13"
},
"definedIn": "table"
},
Expand Down
Loading

0 comments on commit 36894e5

Please sign in to comment.