Skip to content

Commit 646ad96

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.2.
1 parent 2132ec7 commit 646ad96

16 files changed

+1251
-961
lines changed

tr/algorithms/pointerevents3.json

+13-13
Large diffs are not rendered by default.

tr/algorithms/pointerevents4.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"rationale": "if",
4343
"steps": [
4444
{
45-
"html": "If the <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-25\"><code>pointerId</code></a> provided as the method's argument does not match any of the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-active-pointer\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-active-pointer-5\">active pointers</a>, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notfounderror\"><code>NotFoundError</code></a>\" <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>."
45+
"html": "If the <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-26\"><code>pointerId</code></a> provided as the method's argument does not match any of the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-active-pointer\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-active-pointer-5\">active pointers</a>, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notfounderror\"><code>NotFoundError</code></a>\" <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>."
4646
},
4747
{
48-
"html": "Let the <var>pointer</var> be the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-active-pointer\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-active-pointer-6\">active pointer</a> specified by the given <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-26\"><code>pointerId</code></a>."
48+
"html": "Let the <var>pointer</var> be the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-active-pointer\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-active-pointer-6\">active pointer</a> specified by the given <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-27\"><code>pointerId</code></a>."
4949
},
5050
{
5151
"html": "If the <var>element</var> is not <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#connected\">connected</a> [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/pointerevents4/#bib-dom\" title=\"DOM Standard\">DOM</a></cite>], <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> an \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\"><code>InvalidStateError</code></a>\" <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>."
@@ -57,7 +57,7 @@
5757
"html": "If the <var>pointer</var> is not in the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-active-buttons-state\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-active-buttons-state-5\">active buttons state</a> or\n the <var>element</var>'s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\">node document</a> is not the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-active-document\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-active-document-2\">active document</a> of the <var>pointer</var>, then terminate these steps."
5858
},
5959
{
60-
"html": "For the specified <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-27\"><code>pointerId</code></a>, set the <dfn id=\"dfn-pending-pointer-capture-target-override\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">pending pointer capture target override</dfn> to the <a data-link-type=\"interface\" data-lt=\"Element\" href=\"https://dom.spec.whatwg.org/#element\"><code>Element</code></a> on which this method was invoked."
60+
"html": "For the specified <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-28\"><code>pointerId</code></a>, set the <dfn id=\"dfn-pending-pointer-capture-target-override\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">pending pointer capture target override</dfn> to the <a data-link-type=\"interface\" data-lt=\"Element\" href=\"https://dom.spec.whatwg.org/#element\"><code>Element</code></a> on which this method was invoked."
6161
}
6262
]
6363
},
@@ -66,13 +66,13 @@
6666
"rationale": "if",
6767
"steps": [
6868
{
69-
"html": "If the <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-28\"><code>pointerId</code></a> provided as the method's argument does not match any of the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-active-pointer\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-active-pointer-7\">active pointers</a> and these steps are not being invoked as a result of the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-implicitly-release-the-pointer-capture\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-implicitly-release-the-pointer-capture-5\">implicit release of pointer capture</a>, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notfounderror\"><code>NotFoundError</code></a>\" <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>."
69+
"html": "If the <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-29\"><code>pointerId</code></a> provided as the method's argument does not match any of the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-active-pointer\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-active-pointer-7\">active pointers</a> and these steps are not being invoked as a result of the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-implicitly-release-the-pointer-capture\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-implicitly-release-the-pointer-capture-5\">implicit release of pointer capture</a>, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notfounderror\"><code>NotFoundError</code></a>\" <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>."
7070
},
7171
{
72-
"html": "If <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-element-haspointercapture\" class=\"internalDFN\" id=\"ref-for-dom-element-haspointercapture-2\"><code>hasPointerCapture</code></a> is false for the <a data-link-type=\"interface\" data-lt=\"Element\" href=\"https://dom.spec.whatwg.org/#element\"><code>Element</code></a> with the specified <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-29\"><code>pointerId</code></a>, then terminate these steps."
72+
"html": "If <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-element-haspointercapture\" class=\"internalDFN\" id=\"ref-for-dom-element-haspointercapture-2\"><code>hasPointerCapture</code></a> is false for the <a data-link-type=\"interface\" data-lt=\"Element\" href=\"https://dom.spec.whatwg.org/#element\"><code>Element</code></a> with the specified <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-30\"><code>pointerId</code></a>, then terminate these steps."
7373
},
7474
{
75-
"html": "For the specified <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-30\"><code>pointerId</code></a>, clear the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-pending-pointer-capture-target-override\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-pending-pointer-capture-target-override-6\">pending pointer capture target override</a>, if set."
75+
"html": "For the specified <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-31\"><code>pointerId</code></a>, clear the <a href=\"https://www.w3.org/TR/pointerevents4/#dfn-pending-pointer-capture-target-override\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-pending-pointer-capture-target-override-6\">pending pointer capture target override</a>, if set."
7676
}
7777
]
7878
},
@@ -81,7 +81,7 @@
8181
"rationale": "set",
8282
"steps": [
8383
{
84-
"html": "Set the event's <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-58\"><code>pointerId</code></a>, <code> pointerType</code>,\n <code>isPrimary</code> and <a data-link-type=\"attribute\" href=\"https://dom.spec.whatwg.org/#dom-event-istrusted\"><code>isTrusted</code></a> to match the respective properties of the \"parent\" pointer event."
84+
"html": "Set the event's <a data-link-type=\"idl\" href=\"https://www.w3.org/TR/pointerevents4/#dom-pointerevent-pointerid\" class=\"internalDFN\" id=\"ref-for-dom-pointerevent-pointerid-59\"><code>pointerId</code></a>, <code> pointerType</code>,\n <code>isPrimary</code> and <a data-link-type=\"attribute\" href=\"https://dom.spec.whatwg.org/#dom-event-istrusted\"><code>isTrusted</code></a> to match the respective properties of the \"parent\" pointer event."
8585
},
8686
{
8787
"html": "Set the event's <a data-link-type=\"attribute\" href=\"https://dom.spec.whatwg.org/#dom-event-cancelable\"><code>cancelable</code></a> and <a data-link-type=\"attribute\" href=\"https://dom.spec.whatwg.org/#dom-event-bubbles\"><code>bubbles</code></a> to false (as these events will never\n be dispatched in isolation)."

0 commit comments

Comments
 (0)