Skip to content

Commit d649d7d

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.1.1.
1 parent 7e6fdab commit d649d7d

18 files changed

+4936
-271
lines changed

tr/algorithms/CSP3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@
622622
"rationale": "let",
623623
"steps": [
624624
{
625-
"html": "<p>Let <var>compilationSink</var> be \"Function\" if <var>compilationType</var> is \"<code>FUNCTION</code>\", and \"Eval\" otherwise.</p>"
625+
"html": "<p>Let <var>compilationSink</var> be \"Function\" if <var>compilationType</var> is \"<code>FUNCTION</code>\", and \"eval\" otherwise.</p>"
626626
},
627627
{
628628
"html": "<p>Let <var>isTrusted</var> be <code>true</code> if <var>bodyArg</var> <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#implements\" id=\"ref-for-implements\">implements</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/trusted-types/#trustedscript\" id=\"ref-for-trustedscript\">TrustedScript</a></code>, and <code>false</code> otherwise.</p>"
@@ -2038,17 +2038,17 @@
20382038
{
20392039
"name": "port-part matches",
20402040
"href": "https://www.w3.org/TR/CSP3/#port-part-matches",
2041-
"html": "An <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-string\" id=\"ref-for-ascii-string①⓪\">ASCII string</a> <var>input</var> <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"port-part-matches\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>port-part</code> matches</dfn> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url③\">URL</a> <var>url</var> if a CSP source expression that\n contained the first as a <a data-link-type=\"grammar\" href=\"https://www.w3.org/TR/CSP3/#grammardef-port-part\" id=\"ref-for-grammardef-port-part②\"><code>port-part</code></a> could potentially match a URL containing the latter’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-port\" id=\"ref-for-concept-url-port\">port</a> and <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme①②\">scheme</a>. For example, \"80\" <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/CSP3/#port-part-matches\" id=\"ref-for-port-part-matches①\"><code>port-part</code> matches</a> matches http://example.com.",
2041+
"html": "An <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-string\" id=\"ref-for-ascii-string①⓪\">ASCII string</a> or null <var>input</var> <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"port-part-matches\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>port-part</code> matches</dfn> <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-concept-url③\">URL</a> <var>url</var> if a CSP source expression that contained the first as a <a data-link-type=\"grammar\" href=\"https://www.w3.org/TR/CSP3/#grammardef-port-part\" id=\"ref-for-grammardef-port-part②\"><code>port-part</code></a> could potentially match a URL containing the latter’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-port\" id=\"ref-for-concept-url-port\">port</a> and <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme①②\">scheme</a>. For example, \"80\" <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/CSP3/#port-part-matches\" id=\"ref-for-port-part-matches①\"><code>port-part</code> matches</a> matches http://example.com.",
20422042
"rationale": ".algorithm",
20432043
"steps": [
20442044
{
2045-
"html": "<p class=\"assertion\">Assert: <var>input</var> is the empty string, \"*\", or a sequence of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-digit\" id=\"ref-for-ascii-digit\">ASCII digits</a>.</p>"
2045+
"html": "<p class=\"assertion\">Assert: <var>input</var> is null, \"*\", or a sequence of one or more <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-digit\" id=\"ref-for-ascii-digit\">ASCII digits</a>.</p>"
20462046
},
20472047
{
20482048
"html": "<p>If <var>input</var> is equal to \"*\", return \"<code>Matches</code>\".</p>"
20492049
},
20502050
{
2051-
"html": "<p>Let <var>normalizedInput</var> be null if <var>input</var> is the empty string; otherwise <var>input</var> interpreted as decimal number.</p>"
2051+
"html": "<p>Let <var>normalizedInput</var> be null if <var>input</var> null; otherwise <var>input</var> interpreted as decimal number.</p>"
20522052
},
20532053
{
20542054
"html": "<p>If <var>normalizedInput</var> equals <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-port\" id=\"ref-for-concept-url-port①\">port</a>, return \"<code>Matches</code>\".</p>"

tr/algorithms/edit-context.json

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

0 commit comments

Comments
 (0)