Skip to content

Commit

Permalink
Publish curated data from fcde781
Browse files Browse the repository at this point in the history
Curated data generated from raw data at fcde781
  • Loading branch information
curation-bot committed Nov 4, 2024
1 parent 48fcf55 commit b286597
Show file tree
Hide file tree
Showing 517 changed files with 35,180 additions and 26,237 deletions.
2 changes: 1 addition & 1 deletion ed/algorithms/FileAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"rationale": ".algorithm",
"steps": [
{
"html": "<p>Let <var>native line ending</var> be be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point\">code point</a> U+000A LF.</p>"
"html": "<p>Let <var>native line ending</var> be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point\">code point</a> U+000A LF.</p>"
},
{
"html": "<p>If the underlying platform’s conventions are\nto represent newlines as a carriage return and line feed sequence,\nset <var>native line ending</var> to the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point①\">code point</a> U+000D CR\nfollowed by the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point②\">code point</a> U+000A LF.</p>"
Expand Down
2 changes: 1 addition & 1 deletion ed/algorithms/IFT.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"rationale": "invoke",
"steps": [
{
"html": "<p>Invoke <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/IFT/Overview.html#abstract-opdef-extend-an-incremental-font-subset\" id=\"ref-for-abstract-opdef-extend-an-incremental-font-subset\">Extend an Incremental Font Subset</a> with <var>font subset</var>. The input target subset definition is a special one which\nis considered to intersect all entries in the <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/IFT/Overview.html#abstract-opdef-check-entry-intersection\" id=\"ref-for-abstract-opdef-check-entry-intersection①\">Check entry intersection</a> step. Return the resulting font subset as\nthe <var>expanded font</var>.</p>"
"html": "<p>Invoke <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/IFT/Overview.html#abstract-opdef-extend-an-incremental-font-subset\" id=\"ref-for-abstract-opdef-extend-an-incremental-font-subset\">Extend an Incremental Font Subset</a> with <var>font subset</var>. The input target subset definition is a special one which\nis considered to intersect all entries in the <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/IFT/Overview.html#abstract-opdef-check-entry-intersection\" id=\"ref-for-abstract-opdef-check-entry-intersection①\">Check entry intersection</a> step. Return the resulting font subset as\nthe <var>expanded font</var>.</p>"
}
]
},
Expand Down
13 changes: 7 additions & 6 deletions ed/algorithms/WGSL.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"html": "<p>Only <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#const-declaration\" id=\"ref-for-const-declaration①\">const-declarations</a> can be <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#type-abstract\" id=\"ref-for-type-abstract④\">abstract</a> types, and only when\nthe type is not explicitly specified.</p>"
},
{
"html": "<p>The type of the expression must be <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#feasible-automatic-conversion\" id=\"ref-for-feasible-automatic-conversion\">feasibly\nconverted</a> to the <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#effective-value-type\" id=\"ref-for-effective-value-type②\">effective-value-type</a>.</p>"
"html": "<p>The type of the expression must be <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#feasible-automatic-conversion\" id=\"ref-for-feasible-automatic-conversion\">feasibly\nconverted</a> to the <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#effective-value-type\" id=\"ref-for-effective-value-type②\">effective-value-type</a>.</p>"
},
{
"html": "<p>If an initializer is not specified, a value must be provided at <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#pipeline-creation\" id=\"ref-for-pipeline-creation⑦\">pipeline-creation time</a>.</p>"
Expand Down Expand Up @@ -127,20 +127,21 @@
]
},
{
"name": "numeric conversion to floating point",
"html": "Otherwise the conversion proceeds as follows:",
"rationale": "set",
"rationale": ".algorithm",
"steps": [
{
"html": "<p>Set <var>X</var> to the original value.</p>"
"html": "<p>Set <var>X'</var> to the original value <var>X</var>.</p>"
},
{
"html": "<p>If the source type is a floating point type with more significand bits than the destination type,\n the extra significand bits of the source value <em>may</em> be discarded (i.e. treated as if they are 0).\n Update <var>X</var> accordingly.</p>"
"html": "<p>If source type <var>S</var> is a floating point type with more significand bits than the destination type <var>T</var>,\n the extra significand bits of the source value <var>X</var> <em>may</em> be discarded (i.e. treated as if they are 0).\n Update <var>X'</var> accordingly.</p>"
},
{
"html": "<p>If <var>X</var> is the most-positive or most-negative normal value of the destination type, then the result is <var>X</var>.</p>"
"html": "<p>If <var>X'</var> is the most-positive or most-negative finite value of the destination type <var>T</var>, then set <var>XOut</var> = <var>X'</var>.</p>"
},
{
"html": "<p>Otherwise, the result is the infinity value of the destination type, with the same sign as <var>X</var>.</p>"
"html": "<p>Otherwise, set <var>XOut</var> to the infinity value of destination type <var>T</var>, with the same sign as <var>X'</var>.</p>"
}
]
},
Expand Down
Loading

0 comments on commit b286597

Please sign in to comment.