Skip to content

Commit 11b3dd0

Browse files
author
curation-bot
committed
Publish curated data from cac9510
Curated data generated from raw data at cac9510
1 parent 84d727f commit 11b3dd0

File tree

924 files changed

+85498
-5570
lines changed

Some content is hidden

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

924 files changed

+85498
-5570
lines changed

ed/algorithms/IFT.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"html": "<p>Start a load of <var>patch file</var> (if not already previously started) by invoking <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/IFT/Overview.html#abstract-opdef-load-patch-file\" id=\"ref-for-abstract-opdef-load-patch-file\">Load patch file</a> with the <var>initial font URL</var> as the initial font URL and the first patch URL string in <var>entry</var> as the patch URL string. If there are any other URL strings in <var>entry</var>, then initiate loads for those using the same procedure. These may be used during future iterations of this algorithm.\nAdditionally the client may optionally start loads using the same procedure for any entries in <var>entry list</var> which will not be <a href=\"https://w3c.github.io/IFT/Overview.html#font-patch-invalidations\">invalidated</a> by <var>entry</var>. The total number of patches that a client can load and apply during a single execution\nof this algorithm is limited to:</p>\n <ul>\n <li data-md=\"\">\n <p>At most 100 patches which are <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IFT/Overview.html#partial-invalidation\" id=\"ref-for-partial-invalidation\">Partial Invalidation</a> or <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IFT/Overview.html#full-invalidation\" id=\"ref-for-full-invalidation\">Full Invalidation</a>.</p>\n </li><li data-md=\"\">\n <p>At most 2000 patches of any type.</p>\n </li></ul>\n <p>Can be loaded and applied during a single invocation of this algorithm. If either count has been exceeded this is an error invoke <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/IFT/Overview.html#abstract-opdef-handle-errors\" id=\"ref-for-abstract-opdef-handle-errors②\">Handle errors</a>.</p>"
5858
},
5959
{
60-
"html": "<p>Once the load for <var>patch file</var> is finished, apply it using the appropriate application algorithm (matching the patches format in <var>entry</var>) from <a href=\"https://w3c.github.io/IFT/Overview.html#font-patch-formats\">§ 6 Font Patch Formats</a> to apply the <var>patch file</var> using the patch URL string and the compatibility id from <var>entry</var> to <var>extended font subset</var>.</p>"
60+
"html": "<p>Once the load for <var>patch file</var> is finished, apply it using the appropriate application algorithm (matching the patches format in <var>entry</var>) from <a href=\"https://w3c.github.io/IFT/Overview.html#font-patch-formats\">§ 6 Font Patch Formats</a> to apply the <var>patch file</var> using the patch URL string and the compatibility id from <var>entry</var> to <var>extended font subset</var>. If the load for <var>patch file</var> resulted in an error, handle it according\n to <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/IFT/Overview.html#abstract-opdef-handle-errors\" id=\"ref-for-abstract-opdef-handle-errors③\">Handle errors</a>.</p>"
6161
},
6262
{
6363
"html": "<p>Go to step 2.</p>"
@@ -87,7 +87,7 @@
8787
"rationale": "parse",
8888
"steps": [
8989
{
90-
"html": "<p>Parse <var>patch URL string</var> into a <a href=\"https://url.spec.whatwg.org/#concept-url\">URL Record</a> using <a href=\"https://url.spec.whatwg.org/#url-parsing\">URL Standard § url-parsing</a>. <var>initial font URL</var> is the <a href=\"https://url.spec.whatwg.org/#concept-base-url\">base URL</a> and encoding is UTF-8. Store the result\n in <var>target URL</var>.</p>"
90+
"html": "<p>Parse <var>patch URL string</var> into a <a href=\"https://url.spec.whatwg.org/#concept-url\">URL Record</a> using <a href=\"https://url.spec.whatwg.org/#url-parsing\">URL Standard § url-parsing</a>. <var>initial font URL</var> is the <a href=\"https://url.spec.whatwg.org/#concept-base-url\">base URL</a> and encoding is UTF-8. Store the result\n in <var>target URL</var>. If URL parsing failed, then return an error.</p>"
9191
},
9292
{
9393
"html": "<p>Retrieve the contents of <var>target URL</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>"
@@ -98,11 +98,11 @@
9898
]
9999
},
100100
{
101-
"html": "The following selection criteria minimizes round trips and must be used by the client when selecting a single partial or full invalidation patch in step 8\nof <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>:",
101+
"html": "The following selection criteria minimizes round trips and must be used by the client when selecting a single partial or full invalidation patch in step 8\nof <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>:",
102102
"rationale": "if",
103103
"steps": [
104104
{
105-
"html": "<p>If one or more candidate entries have previously had their associated patch file loaded by step 9 of <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>,\nthen in the following steps only consider candidate entries whose patch file is already loaded or is currently being loaded. Otherwise consider all\ncandidate entries.</p>"
105+
"html": "<p>If one or more candidate entries have previously had their associated patch file loaded by step 9 of <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>,\nthen in the following steps only consider candidate entries whose patch file is already loaded or is currently being loaded. Otherwise consider all\ncandidate entries.</p>"
106106
},
107107
{
108108
"html": "<p>For each candidate entry: compute a total subset definition by unioning that entry’s subset definition and the subset definition of all child entries\n reachable via the graph of referenced child entries.</p>"
@@ -123,7 +123,7 @@
123123
"rationale": "invoke",
124124
"steps": [
125125
{
126-
"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>"
126+
"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>"
127127
}
128128
]
129129
},

ed/algorithms/accname-1.2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"html": "<span id=\"step2B.ii.a\"></span>Set the <code>current node</code> to the node referenced by the IDREF."
3737
},
3838
{
39-
"html": "<span id=\"step2B.ii.b\"></span><em>LabelledBy Recursion:</em> Compute the text alternative of the\n <code>current node</code> beginning with the overall <a href=\"https://w3c.github.io/accname/#comp_computation\">Computation</a> step. Set the <code>result</code> to that text alternative."
39+
"html": "<span id=\"step2B.ii.b\"></span><em>LabelledBy Traversal:</em> Compute the text alternative of the\n <code>current node</code> beginning with the overall <a href=\"https://w3c.github.io/accname/#comp_computation\">Computation</a> step. Set the <code>result</code> to that text alternative."
4040
},
4141
{
4242
"html": "<span id=\"step2B.ii.c\"></span>Append a space character and the <code>result</code> to the <code>accumulated text</code>."
@@ -80,7 +80,7 @@
8080
"rationale": "if",
8181
"steps": [
8282
{
83-
"html": "If traversal of the <code>current node</code> is due to recursion <strong>and</strong> the <code>current node</code> is an embedded control, ignore <code>aria-label</code> and\n skip to rule <a href=\"https://w3c.github.io/accname/#comp_embedded_control\">Embedded Control</a>."
83+
"html": "If traversal of the <code>current node</code> is due to <a href=\"https://w3c.github.io/accname/#comp_name_from_content_for_each_child\">Name From Content descendant node recursion</a> <strong>and</strong> the\n <code>current node</code> is an embedded control, ignore <code>aria-label</code> and skip to rule <a href=\"https://w3c.github.io/accname/#comp_embedded_control\">Embedded Control</a>."
8484
},
8585
{
8686
"html": "Otherwise, return the value of <code>aria-label</code>."
@@ -98,9 +98,12 @@
9898
"html": "<span id=\"step2F.i\"></span><em>Name From Content Reset:</em> Set the <code>accumulated text</code> to the empty string."
9999
},
100100
{
101-
"html": "<span id=\"step2F.ii\"></span><em>Name From Generated Content:</em> Check for\n <abbr title=\"Cascading Style Sheets\">CSS</abbr> generated textual content associated with the <code>current node</code> and include it in the <code>accumulated text</code>. The\n <abbr title=\"Cascading Style Sheets\">CSS</abbr> <a href=\"https://www.w3.org/TR/selectors-3/#gen-content\"><code>::before</code> and <code>::after</code></a> pseudo elements\n [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/accname/#bib-css2\" title=\"Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification\">CSS2</a></cite>] can provide textual content for <a data-link-type=\"dfn\" data-lt=\"element\" href=\"https://dom.spec.whatwg.org/#concept-element\">elements</a> that have a content model.",
101+
"html": "<span id=\"step2F.ii\"></span><em>Name From Generated Content:</em> Check for\n <abbr title=\"Cascading Style Sheets\">CSS</abbr> generated textual content associated with the <code>current node</code> and include it in the <code>accumulated text</code>. The\n <abbr title=\"Cascading Style Sheets\">CSS</abbr> <a href=\"https://www.w3.org/TR/selectors-3/#gen-content\"><code>::before</code> and <code>::after</code></a> pseudo elements\n [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/accname/#bib-css2\" title=\"Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification\">CSS2</a></cite>] can provide textual content for <a data-link-type=\"dfn\" data-lt=\"element\" href=\"https://dom.spec.whatwg.org/#concept-element\">elements</a> that have a content model, in addition to the\n <a href=\"https://www.w3.org/TR/css-pseudo-4/#selectordef-marker\"><code>::marker</code></a> pseudo element.",
102102
"rationale": "for",
103103
"steps": [
104+
{
105+
"html": "For <code>::marker</code> pseudo elements, <em class=\"rfc2119\">MUST</em> append <abbr title=\"Cascading Style Sheets\">CSS</abbr> textual content, without a space, to\n the textual content of the <code>current node</code> if the <code>current node</code> supports <code>::marker</code>."
106+
},
104107
{
105108
"html": "For <code>::before</code> pseudo elements, <em class=\"rfc2119\">MUST</em> prepend <abbr title=\"Cascading Style Sheets\">CSS</abbr> textual content, without a space,\n to the textual content of the <code>current node</code>."
106109
},

0 commit comments

Comments
 (0)