Skip to content

Commit 34c2139

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 20.0.1.
1 parent 3bc94ba commit 34c2139

File tree

7 files changed

+74
-52
lines changed

7 files changed

+74
-52
lines changed

ed/algorithms/mathml-core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
"html": "<ul>\n <li>If A = B then return S.</li>\n <li>If B &lt; A, swap A and B and set <code>InvertScaleFactor</code> to true.</li>\n <li>Otherwise B &gt; A and set <code>InvertScaleFactor</code> to false.</li>\n </ul>"
445445
},
446446
{
447-
"html": "Let E be B - A &gt; 0."
447+
"html": "Let E be B - A, which is positive."
448448
},
449449
{
450450
"html": "If the inherited <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-fonts-4/#first-available-font\">first available font</a> has an OpenType MATH table:\n <ul>\n <li>If A ≤ 0 and B ≥ 2 then multiply S by <a href=\"https://w3c.github.io/mathml-core/#dfn-scriptscriptpercentscaledown\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-scriptscriptpercentscaledown-1\">scriptScriptPercentScaleDown</a> and\n decrement E by 2.</li>\n <li>Otherwise if A = 1 then multiply S by\n <a href=\"https://w3c.github.io/mathml-core/#dfn-scriptscriptpercentscaledown\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-scriptscriptpercentscaledown-2\">scriptScriptPercentScaleDown</a> / <a href=\"https://w3c.github.io/mathml-core/#dfn-scriptpercentscaledown\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-scriptpercentscaledown-1\">scriptPercentScaleDown</a> and\n decrement E by 1.</li>\n <li>Otherwise if B = 1 then multiply S by <a href=\"https://w3c.github.io/mathml-core/#dfn-scriptpercentscaledown\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-scriptpercentscaledown-2\">scriptPercentScaleDown</a>\n and decrement E by 1.</li>\n </ul>"

ed/algorithms/web-share.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
]
7777
},
7878
{
79-
"html": "Present the user with a choice of one more <a href=\"https://w3c.github.io/web-share/#dfn-share-target\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-share-target-7\">share\n targets</a> and the ability abort the operation. This UI\n surface serves as a security confirmation, ensuring that\n websites cannot silently send data to native applications. The\n user agent <em class=\"rfc2119\">SHOULD</em> show intermediary UI through which the user\n can verify the shared content (if the OS-level UI does not\n provide this functionality)."
79+
"html": "Present the user with a choice of one or more <a href=\"https://w3c.github.io/web-share/#dfn-share-target\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-share-target-7\">share\n targets</a> and the ability abort the operation. This UI\n surface serves as a security confirmation, ensuring that\n websites cannot silently send data to native applications. The\n user agent <em class=\"rfc2119\">SHOULD</em> show intermediary UI through which the user\n can verify the shared content (if the OS-level UI does not\n provide this functionality)."
8080
},
8181
{
8282
"html": "Wait for the user's choice."
@@ -86,7 +86,7 @@
8686
"rationale": "reject",
8787
"steps": [
8888
{
89-
"html": "<a data-link-type=\"dfn\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"reject\" href=\"https://webidl.spec.whatwg.org/#reject\">Reject</a> <a data-link-type=\"dfn\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"this\" href=\"https://webidl.spec.whatwg.org/#this\">this</a>.<a data-xref-type=\"attribute\" data-link-type=\"attribute\" data-link-for=\"Navigator\" data-xref-for=\"Navigator\" data-lt=\"[[sharePromise]]\" href=\"https://w3c.github.io/web-share/#dfn-sharepromise\" class=\"internalDFN\" id=\"ref-for-dfn-sharepromise-7\"><code>[[sharePromise]]</code></a> with\n an \"<a data-link-type=\"exception\" data-cite=\"webidl\" data-xref-type=\"exception\" data-cite-path=\"\" data-cite-frag=\"aborterror\" href=\"https://webidl.spec.whatwg.org/#aborterror\"><code>AbortError</code></a>\" <a data-xref-type=\"_IDL_\" data-link-type=\"interface\" data-lt=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"idl-DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>,"
89+
"html": "<a data-link-type=\"dfn\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"reject\" href=\"https://webidl.spec.whatwg.org/#reject\">Reject</a> <a data-link-type=\"dfn\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"this\" href=\"https://webidl.spec.whatwg.org/#this\">this</a>.<a data-xref-type=\"attribute\" data-link-type=\"attribute\" data-link-for=\"Navigator\" data-xref-for=\"Navigator\" data-lt=\"[[sharePromise]]\" href=\"https://w3c.github.io/web-share/#dfn-sharepromise\" class=\"internalDFN\" id=\"ref-for-dfn-sharepromise-7\"><code>[[sharePromise]]</code></a> with\n an \"<a data-link-type=\"exception\" data-cite=\"webidl\" data-xref-type=\"exception\" data-cite-path=\"\" data-cite-frag=\"aborterror\" href=\"https://webidl.spec.whatwg.org/#aborterror\"><code>AbortError</code></a>\" <a data-xref-type=\"_IDL_\" data-link-type=\"interface\" data-lt=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"idl-DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>."
9090
},
9191
{
9292
"html": "Set <a data-link-type=\"dfn\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"this\" href=\"https://webidl.spec.whatwg.org/#this\">this</a>.<a data-xref-type=\"attribute\" data-link-type=\"attribute\" data-link-for=\"Navigator\" data-xref-for=\"Navigator\" data-lt=\"[[sharePromise]]\" href=\"https://w3c.github.io/web-share/#dfn-sharepromise\" class=\"internalDFN\" id=\"ref-for-dfn-sharepromise-8\"><code>[[sharePromise]]</code></a> to <code>null</code>."
@@ -157,7 +157,7 @@
157157
"rationale": ".algorithm",
158158
"steps": [
159159
{
160-
"html": "If none of <var data-type=\"ShareData\">data</var>'s members <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-title\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-title-2\"><code>title</code></a>,\n <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-text\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-text-1\"><code>text</code></a>, or <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-url\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-url-5\"><code>url</code></a> or <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-files\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-files-2\"><code>files</code></a> are\n present, return false."
160+
"html": "If none of <var data-type=\"ShareData\">data</var>'s members <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-title\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-title-2\"><code>title</code></a>,\n <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-text\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-text-1\"><code>text</code></a>, <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-url\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-url-5\"><code>url</code></a>, or <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-files\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-files-2\"><code>files</code></a> are\n present, return false."
161161
},
162162
{
163163
"html": "Let <var data-type=\"boolean\">titleTextOrUrl</var> be true if any of\n <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-title\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-title-3\"><code>title</code></a>, or <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-text\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-text-2\"><code>text</code></a>, or <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"ShareData\" data-xref-for=\"ShareData\" href=\"https://w3c.github.io/web-share/#dom-sharedata-url\" class=\"internalDFN\" id=\"ref-for-dom-sharedata-url-6\"><code>url</code></a> is\n present."

ed/dfns/html.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37238,6 +37238,26 @@
3723837238
"definedIn": "pre",
3723937239
"links": []
3724037240
},
37241+
{
37242+
"id": "optgroup-option-group",
37243+
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#optgroup-option-group",
37244+
"linkingText": [
37245+
"element's group of option elements"
37246+
],
37247+
"localLinkingText": [],
37248+
"type": "dfn",
37249+
"for": [],
37250+
"access": "private",
37251+
"informative": false,
37252+
"heading": {
37253+
"id": "the-optgroup-element",
37254+
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element",
37255+
"title": "The optgroup element",
37256+
"number": "4.10.9"
37257+
},
37258+
"definedIn": "prose",
37259+
"links": []
37260+
},
3724137261
{
3724237262
"id": "attr-optgroup-disabled",
3724337263
"href": "https://html.spec.whatwg.org/multipage/form-elements.html#attr-optgroup-disabled",

ed/ids/html.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23562,18 +23562,18 @@
2356223562
"https://html.spec.whatwg.org/multipage/form-elements.html#dom-optgroup-label",
2356323563
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-optgroup-element-4",
2356423564
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Arepresents",
23565+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Aoptgroup-option-group",
23566+
"https://html.spec.whatwg.org/multipage/form-elements.html#optgroup-option-group",
2356523567
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element",
23568+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-optgroup-element-5",
2356623569
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-2",
23570+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-select-element-2",
2356723571
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-3",
23568-
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-optgroup-element-5",
2356923572
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-4",
23570-
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-select-element-2",
23571-
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-5",
23572-
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-6",
2357323573
"https://html.spec.whatwg.org/multipage/form-elements.html#attr-optgroup-disabled",
2357423574
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Aboolean-attribute",
2357523575
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Aconcept-option-disabled",
23576-
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-7",
23576+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Aoptgroup-option-group-2",
2357723577
"https://html.spec.whatwg.org/multipage/form-elements.html#attr-optgroup-label",
2357823578
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-optgroup-element-6",
2357923579
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-legend-element-2",
@@ -23590,12 +23590,12 @@
2359023590
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Asvg-script",
2359123591
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Aattr-optgroup-label-2",
2359223592
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Aconcept-optgroup-label",
23593-
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-8",
23593+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-5",
2359423594
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-select-element-3",
2359523595
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-optgroup-element-8",
23596-
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-9",
23596+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-6",
2359723597
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-optgroup-element-9",
23598-
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-10",
23598+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-option-element-7",
2359923599
"https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element%3Athe-select-element-4",
2360023600
"https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element",
2360123601
"https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element",

ed/ids/mathml-core.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@
397397
"https://w3c.github.io/mathml-core/#ref-for-dfn-separator-2",
398398
"https://w3c.github.io/mathml-core/#mo-example",
399399
"https://w3c.github.io/mathml-core/#ref-for-dfn-mo-2",
400+
"https://w3c.github.io/mathml-core/#ref-for-dfn-form-2",
400401
"https://w3c.github.io/mathml-core/#ref-for-dfn-lspace-0-2",
401402
"https://w3c.github.io/mathml-core/#ref-for-dfn-rspace-0-2",
402403
"https://w3c.github.io/mathml-core/#ref-for-dfn-displaystyle-5",

ed/ids/web-share.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"https://w3c.github.io/web-share/#enabling-the-api-in-third-party-contexts",
4848
"https://w3c.github.io/web-share/#x1-5-enabling-the-api-in-third-party-contexts",
4949
"https://w3c.github.io/web-share/#example-enabling-the-web-share-api-in-a-third-party-context",
50-
"https://w3c.github.io/web-share/#example-disabling-web-share-over-api-http-using-permissions-policy",
50+
"https://w3c.github.io/web-share/#example-disabling-web-share-api-over-http-using-permissions-policy",
5151
"https://w3c.github.io/web-share/#api-definition",
5252
"https://w3c.github.io/web-share/#x2-api-definition",
5353
"https://w3c.github.io/web-share/#extensions-to-the-navigator-interface",

0 commit comments

Comments
 (0)