You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ed/algorithms/mathml-core.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -444,7 +444,7 @@
444
444
"html": "<ul>\n <li>If A = B then return S.</li>\n <li>If B < A, swap A and B and set <code>InvertScaleFactor</code> to true.</li>\n <li>Otherwise B > A and set <code>InvertScaleFactor</code> to false.</li>\n </ul>"
445
445
},
446
446
{
447
-
"html": "Let E be B - A > 0."
447
+
"html": "Let E be B - A, which is positive."
448
448
},
449
449
{
450
450
"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>"
Copy file name to clipboardExpand all lines: ed/algorithms/web-share.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@
76
76
]
77
77
},
78
78
{
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)."
0 commit comments