Skip to content

Commit 1078951

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 17.2.10.
1 parent dff2015 commit 1078951

File tree

9 files changed

+108
-70
lines changed

9 files changed

+108
-70
lines changed

tr/algorithms/compute-pressure.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,10 +629,10 @@
629629
"html": "If running <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-passes-rate-test\" class=\"internalDFN\" id=\"ref-for-dfn-passes-rate-test-1\">passes rate test</a> with <var data-type=\"PressureObserver\">observer</var>, <var>source</var> and <var>timeValue</var>\n returns false, <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-continue\" id=\"ref-for-index-term-continue-for-iteration-3\">continue</a>."
630630
},
631631
{
632-
"html": "If running <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-has-change-in-data\" class=\"internalDFN\" id=\"ref-for-dfn-has-change-in-data-1\">has change in data</a> with <var data-type=\"PressureObserver\">observer</var>, <var>source</var> and <var data-type=\"PressureState\">state</var>\n returns false, <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-continue\" id=\"ref-for-index-term-continue-for-iteration-4\">continue</a>."
632+
"html": "If running <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-has-change-in-data\" class=\"internalDFN\" id=\"ref-for-dfn-has-change-in-data-1\">has change in data</a> with <var data-type=\"PressureObserver\">observer</var>, <var>source</var>, <var data-type=\"PressureState\">state</var> \n \n returns false, <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-continue\" id=\"ref-for-index-term-continue-for-iteration-4\">continue</a>."
633633
},
634634
{
635-
"html": "Let <var data-type=\"PressureRecord\">record</var> be a new <a data-link-type=\"idl\" data-lt=\"PressureRecord\" href=\"https://www.w3.org/TR/compute-pressure/#dom-pressurerecord\" class=\"internalDFN\" id=\"ref-for-dom-pressurerecord-10\"><code>PressureRecord</code></a> object with its\n <a data-link-type=\"attribute\" data-lt=\"[[Source]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-source\" class=\"internalDFN\" id=\"ref-for-dfn-source-2\"><code>[[Source]]</code></a> set to <var>source</var>,\n <a data-link-type=\"attribute\" data-lt=\"[[State]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-state\" class=\"internalDFN\" id=\"ref-for-dfn-state-3\"><code>[[State]]</code></a> set to <var data-type=\"PressureState\">state</var>\n and <a data-link-type=\"attribute\" data-lt=\"[[Time]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-time\" class=\"internalDFN\" id=\"ref-for-dfn-time-3\"><code>[[Time]]</code></a> set to <var>timeValue</var>."
635+
"html": "Let <var data-type=\"PressureRecord\">record</var> be a new <a data-link-type=\"idl\" data-lt=\"PressureRecord\" href=\"https://www.w3.org/TR/compute-pressure/#dom-pressurerecord\" class=\"internalDFN\" id=\"ref-for-dom-pressurerecord-10\"><code>PressureRecord</code></a> object with its\n <a data-link-type=\"attribute\" data-lt=\"[[Source]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-source\" class=\"internalDFN\" id=\"ref-for-dfn-source-2\"><code>[[Source]]</code></a> set to <var>source</var>,\n <a data-link-type=\"attribute\" data-lt=\"[[State]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-state\" class=\"internalDFN\" id=\"ref-for-dfn-state-3\"><code>[[State]]</code></a> set to <var data-type=\"PressureState\">state</var>,\n \n and <a data-link-type=\"attribute\" data-lt=\"[[Time]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-time\" class=\"internalDFN\" id=\"ref-for-dfn-time-3\"><code>[[Time]]</code></a> set to <var>timeValue</var>."
636636
},
637637
{
638638
"html": "If <var data-type=\"PressureObserver\">observer</var>.<a data-link-type=\"attribute\" data-lt=\"[[AfterPenaltyRecordMap]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-afterpenaltyrecordmap\" class=\"internalDFN\" id=\"ref-for-dfn-afterpenaltyrecordmap-3\"><code>[[AfterPenaltyRecordMap]]</code></a>[source] <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-index-term-contains-for-map-7\">exists</a>:",

tr/algorithms/selection-api.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
{
7575
"html": "If <var>node</var> is null, this method must behave identically\n as <code>removeAllRanges()</code> and abort these steps."
7676
},
77+
{
78+
"html": "If <var>node</var> is a <a data-link-type=\"idl\" data-lt=\"DocumentType\" data-type=\"interface\" href=\"https://dom.spec.whatwg.org/#documenttype\"><code>DocumentType</code></a>, throw an\n <a data-link-type=\"idl\" data-lt=\"InvalidNodeTypeError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#invalidnodetypeerror\"><code>InvalidNodeTypeError</code></a> exception and abort these steps."
79+
},
7780
{
7881
"html": "The method must throw an <a data-link-type=\"idl\" data-lt=\"IndexSizeError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#indexsizeerror\"><code>IndexSizeError</code></a> exception if <var>\n offset</var> is longer than <var>node</var>'s <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-length\">length</a> and\n abort these steps."
7982
},
@@ -161,6 +164,9 @@
161164
"html": "The method must follow these steps:",
162165
"rationale": "if",
163166
"steps": [
167+
{
168+
"html": "If <var>node</var> is a <a data-link-type=\"idl\" data-lt=\"DocumentType\" data-type=\"interface\" href=\"https://dom.spec.whatwg.org/#documenttype\"><code>DocumentType</code></a>, throw an\n <a data-link-type=\"idl\" data-lt=\"InvalidNodeTypeError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#invalidnodetypeerror\"><code>InvalidNodeTypeError</code></a> exception and abort these steps."
169+
},
164170
{
165171
"html": "If <var>node</var>'s <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-root\">root</a> is not the <a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\">document</a>\n associated with <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\">this</a>, abort these steps."
166172
},

0 commit comments

Comments
 (0)