Skip to content

Commit 0a6fc9d

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.1.2.
1 parent 4b5a2b0 commit 0a6fc9d

30 files changed

+833
-713
lines changed

ed/algorithms/IndexedDB-3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this\">this</a>'s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#request-done-flag\" id=\"ref-for-request-done-flag⑤\">done flag</a> is false, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw②\">throw</a> an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror③\">InvalidStateError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑨\">DOMException</a></code>.</p>"
318318
},
319319
{
320-
"html": "<p>Otherwise, return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①\">this</a>'s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#request-result\" id=\"ref-for-request-result③\">result</a>, or undefined if the request resulted in an error.</p>"
320+
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①\">this</a>'s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#request-result\" id=\"ref-for-request-result③\">result</a>, or undefined if the request resulted in an error.</p>"
321321
}
322322
]
323323
},
@@ -331,7 +331,7 @@
331331
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this②\">this</a>'s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#request-done-flag\" id=\"ref-for-request-done-flag⑥\">done flag</a> is false, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw③\">throw</a> an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror④\">InvalidStateError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException①⓪\">DOMException</a></code>.</p>"
332332
},
333333
{
334-
"html": "<p>Otherwise, return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③\">this</a>'s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#request-error\" id=\"ref-for-request-error③\">error</a>, or null if no error occurred.</p>"
334+
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③\">this</a>'s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#request-error\" id=\"ref-for-request-error③\">error</a>, or null if no error occurred.</p>"
335335
}
336336
]
337337
},
@@ -805,7 +805,7 @@
805805
"html": "<p>If <var>store</var> does not have a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#key-generator\" id=\"ref-for-key-generator①⑦\">key generator</a>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw③③\">throw</a> a \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#dataerror\" id=\"ref-for-dataerror①①\">DataError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException④⑨\">DOMException</a></code>.</p>"
806806
},
807807
{
808-
"html": "<p>Otherwise, if <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#check-that-a-key-could-be-injected-into-a-value\" id=\"ref-for-check-that-a-key-could-be-injected-into-a-value\">check that a key could be injected into a value</a> with <var>clone</var> and <var>store</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#object-store-key-path\" id=\"ref-for-object-store-key-path①④\">key path</a> return\nfalse, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw③④\">throw</a> a \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#dataerror\" id=\"ref-for-dataerror①②\">DataError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑤⓪\">DOMException</a></code>.</p>"
808+
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#check-that-a-key-could-be-injected-into-a-value\" id=\"ref-for-check-that-a-key-could-be-injected-into-a-value\">check that a key could be injected into a value</a> with <var>clone</var> and <var>store</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/IndexedDB/#object-store-key-path\" id=\"ref-for-object-store-key-path①④\">key path</a> return\nfalse, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw③④\">throw</a> a \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#dataerror\" id=\"ref-for-dataerror①②\">DataError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑤⓪\">DOMException</a></code>.</p>"
809809
}
810810
]
811811
}

ed/algorithms/attribution-reporting-api.json

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

0 commit comments

Comments
 (0)