Skip to content

Commit 0c86dbd

Browse files
author
curation-bot
committed
Publish curated data from eb8c8ab
Curated data generated from raw data at eb8c8ab
1 parent b31d5c5 commit 0c86dbd

File tree

79 files changed

+12135
-11506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+12135
-11506
lines changed

ed/algorithms/IFT.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"html": "<p>Perform <a href=\"https://www.rfc-editor.org/rfc/rfc3986#section-5\">reference resolution</a> on <var>Patch URI</var> using <var>Initial Font URI</var> as the base URI to\n produce the <var>target URI</var>.</p>"
8585
},
8686
{
87-
"html": "<p>Retrieve the contents of <var>target URI</var> using the fetching capabilities of the implementing user agent. For web browsers, <a data-link-type=\"biblio\" href=\"https://w3c.github.io/IFT/Overview.html#biblio-fetch\" title=\"Fetch Standard\">[fetch]</a> should be used. When using <a data-link-type=\"biblio\" href=\"https://w3c.github.io/IFT/Overview.html#biblio-fetch\" title=\"Fetch Standard\">[fetch]</a> a request for patches should use the same CORS settings as the initial request for\n the IFT font. This means that for a font loaded via CSS the patch request would follow: <a href=\"https://www.w3.org/TR/css-fonts-4/#font-fetching-requirements\"><cite>CSS Fonts 4</cite> § 4.8.2 Font fetching requirements</a>.</p>"
87+
"html": "<p>Retrieve the contents of <var>target URI</var> using the fetching capabilities of the implementing user agent. For web browsers, <a data-link-type=\"biblio\" href=\"https://w3c.github.io/IFT/Overview.html#biblio-fetch\" title=\"Fetch Standard\">[fetch]</a> should be used. When using <a data-link-type=\"biblio\" href=\"https://w3c.github.io/IFT/Overview.html#biblio-fetch\" title=\"Fetch Standard\">[fetch]</a> a request for patches should use the same CORS settings as the initial request for\n the IFT font. This means that for a font loaded via CSS the patch request would follow: <a href=\"https://drafts.csswg.org/css-fonts-4/#font-fetching-requirements\"><cite>CSS Fonts 4</cite> § 4.8.2 Font fetching requirements</a>.</p>"
8888
},
8989
{
9090
"html": "<p>Return the retrieved contents as <var>patch file</var>, or an error if the fetch resulted in an error.</p>"
@@ -120,10 +120,10 @@
120120
"rationale": "if",
121121
"steps": [
122122
{
123-
"html": "<p>If the WOFF2 encoding will include a transformed glyf and loca table (<a href=\"https://www.w3.org/TR/WOFF2/#glyf_table_format\"><cite>WOFF 2.0</cite> § 5.1 Transformed glyf table format</a>) then, the incremental\n font should not contain <a href=\"https://w3c.github.io/IFT/Overview.html#table-keyed\">§ 6.2 Table Keyed</a> patches which modify either the glyf or loca table. The WOFF2 format does not\n guarantee the specific bytes that result from decoding a transformed glyf and loca table. <a href=\"https://w3c.github.io/IFT/Overview.html#glyph-keyed\">§ 6.3 Glyph Keyed</a> patches may be used\n in conjunction with a transformed glyf and loca table.</p>"
123+
"html": "<p>If the WOFF2 encoding will include a transformed glyf and loca table (<a href=\"https://w3c.github.io/woff/woff2/#glyf_table_format\"><cite>WOFF 2.0</cite> § 5.1 Transformed glyf table format</a>) then, the incremental\n font should not contain <a href=\"https://w3c.github.io/IFT/Overview.html#table-keyed\">§ 6.2 Table Keyed</a> patches which modify either the glyf or loca table. The WOFF2 format does not\n guarantee the specific bytes that result from decoding a transformed glyf and loca table. <a href=\"https://w3c.github.io/IFT/Overview.html#glyph-keyed\">§ 6.3 Glyph Keyed</a> patches may be used\n in conjunction with a transformed glyf and loca table.</p>"
124124
},
125125
{
126-
"html": "<p>The 'IFT ' and 'IFTX' tables can be processed and brotli encoded by a WOFF2 encoder following the standard process defined in <a href=\"https://www.w3.org/TR/WOFF2/#table_format\"><cite>WOFF 2.0</cite> § 5 Compressed data format</a>.</p>"
126+
"html": "<p>The 'IFT ' and 'IFTX' tables can be processed and brotli encoded by a WOFF2 encoder following the standard process defined in <a href=\"https://w3c.github.io/woff/woff2/#table_format\"><cite>WOFF 2.0</cite> § 5 Compressed data format</a>.</p>"
127127
}
128128
]
129129
},

ed/algorithms/attribution-reporting-api.json

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

ed/algorithms/css-grid-1.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

ed/algorithms/css-grid-2.json

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

ed/algorithms/css-scoping-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"case": "pending node is a slot",
39-
"html": "<a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#find-slotables\" id=\"ref-for-find-slotables\">Find slottables</a> for <var>pending node</var>,\n\t\tand append them to <var>pending nodes</var>,\n\t\twith <var>pending node</var> as their associated parent. \n <p>If no <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-slotable\" id=\"ref-for-concept-slotable\">slottables</a> were found for <var>pending node</var>,\n\t\tinstead append its <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-child\" id=\"ref-for-concept-tree-child③\">children</a> to <var>pending nodes</var>,\n\t\twith <var>pending node</var> as their associated parent.</p>"
39+
"html": "<a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#find-slotables\" id=\"ref-for-find-slotables\">Find slottables</a> for <var>pending node</var>,\n\t\tand append them to <var>pending nodes</var>,\n\t\twith <var>pending node</var> as their associated parent. \n <p>If no <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-slotable\" id=\"ref-for-concept-slotable\">slottables</a> were found for <var>pending node</var>,\n\t\tinstead append its <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-child\" id=\"ref-for-concept-tree-child③\">children</a> to <var>pending nodes</var>,\n\t\twith <var>pending node</var> as their associated parent.</p>"
4040
},
4141
{
4242
"case": "Otherwise,",

ed/algorithms/css-scroll-snap-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
},
66
"algorithms": [
77
{
8-
"html": "When <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap\" id=\"ref-for-scroll-snap②⓪\">snapping</a> to a scroll position\n that is aligned with multiple <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-area\" id=\"ref-for-scroll-snap-area②⑧\">scroll snap areas</a>,\n the following algorithm procedure is used to determined which box is <span id=\"ref-for-scroll-snap②①\">snapped</span> on the block and inline axes\n for a particular <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-3/#scroll-container\" id=\"ref-for-scroll-container④\">scroll container</a>:",
8+
"html": "When <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap\" id=\"ref-for-scroll-snap②⓪\">snapping</a> to a scroll position\n that is aligned with multiple <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-area\" id=\"ref-for-scroll-snap-area②⑧\">scroll snap areas</a>,\n the following algorithm procedure is used to determined which box is <span id=\"ref-for-scroll-snap②①\">snapped</span> on the block and inline axes\n for a particular <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-3/#scroll-container\" id=\"ref-for-scroll-container④\">scroll container</a>:",
99
"rationale": "let",
1010
"steps": [
1111
{
12-
"html": "<p>Let <var>scroll position</var> be the scroll position of the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-3/#scroll-container\" id=\"ref-for-scroll-container④\">scroll container</a></p>"
12+
"html": "<p>Let <var>scroll position</var> be the scroll position of the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-3/#scroll-container\" id=\"ref-for-scroll-container④\">scroll container</a></p>"
1313
},
1414
{
1515
"html": "<p>Let <var>inline</var> be the set of boxes whose <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-area\" id=\"ref-for-scroll-snap-area②⑨\">scroll snap areas</a> are aligned at this <var>scroll position</var> in the inline axis.</p>"

0 commit comments

Comments
 (0)