Skip to content

Commit e17aefc

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 20.0.3.
1 parent 70f2b3c commit e17aefc

21 files changed

+1953
-1277
lines changed

ed/algorithms/pointerevents3.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,23 @@
3737
}
3838
]
3939
},
40+
{
41+
"name": "Navigator/maxTouchPoints",
42+
"href": "https://w3c.github.io/pointerevents/#dom-navigator-maxtouchpoints",
43+
"html": "The getter steps are:",
44+
"rationale": "let",
45+
"steps": [
46+
{
47+
"html": "Let <var>emulated maxTouchPoints</var> be the result of\n <a data-cite=\"WEBDRIVER-BIDI#webdriver-bidi-emulated-max-touch-points\" href=\"https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-emulated-max-touch-points\">WebDriver BiDi emulated max touch points</a>\n [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/pointerevents/#bib-webdriver-bidi\" title=\"WebDriver BiDi\">WEBDRIVER-BIDI</a></cite>]."
48+
},
49+
{
50+
"html": "If <var>emulated maxTouchPoints</var> is not null, return\n <var>emulated maxTouchPoints</var>."
51+
},
52+
{
53+
"html": "<p>Return the maximum number of simultaneous touch contacts supported by\n the device. In the case of devices with multiple digitizers (e.g.\n multiple touchscreens), the value <em class=\"rfc2119\">MUST</em> be the maximum of the set of\n maximum supported contacts by each individual digitizer.</p>\n <p>For example, suppose a device has 3 touchscreens, which support 2, 5,\n and 10 simultaneous touch contacts, respectively. The value of\n <code>maxTouchPoints</code> should be <code>10</code>.</p>"
54+
}
55+
]
56+
},
4057
{
4158
"html": "Pointer capture is set on an <var>element</var> of type <a data-xref-type=\"_IDL_\" data-link-type=\"interface\" data-lt=\"Element\" data-cite=\"dom\" data-cite-path=\"\" data-cite-frag=\"element\" href=\"https://dom.spec.whatwg.org/#element\"><code>Element</code></a> by calling the <code>element.setPointerCapture(pointerId)</code> method.\n When this method is invoked, the <a data-link-type=\"dfn\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"user-agent\" href=\"https://infra.spec.whatwg.org/#user-agent\">user agent</a> <em class=\"rfc2119\">MUST</em> run the following steps:",
4259
"rationale": "if",

ed/algorithms/pointerevents4.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,23 @@
3737
}
3838
]
3939
},
40+
{
41+
"name": "Navigator/maxTouchPoints",
42+
"href": "https://w3c.github.io/pointerevents/#dom-navigator-maxtouchpoints",
43+
"html": "The getter steps are:",
44+
"rationale": "let",
45+
"steps": [
46+
{
47+
"html": "Let <var>emulated maxTouchPoints</var> be the result of\n <a data-cite=\"WEBDRIVER-BIDI#webdriver-bidi-emulated-max-touch-points\" href=\"https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-emulated-max-touch-points\">WebDriver BiDi emulated max touch points</a>\n [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/pointerevents/#bib-webdriver-bidi\" title=\"WebDriver BiDi\">WEBDRIVER-BIDI</a></cite>]."
48+
},
49+
{
50+
"html": "If <var>emulated maxTouchPoints</var> is not null, return\n <var>emulated maxTouchPoints</var>."
51+
},
52+
{
53+
"html": "<p>Return the maximum number of simultaneous touch contacts supported by\n the device. In the case of devices with multiple digitizers (e.g.\n multiple touchscreens), the value <em class=\"rfc2119\">MUST</em> be the maximum of the set of\n maximum supported contacts by each individual digitizer.</p>\n <p>For example, suppose a device has 3 touchscreens, which support 2, 5,\n and 10 simultaneous touch contacts, respectively. The value of\n <code>maxTouchPoints</code> should be <code>10</code>.</p>"
54+
}
55+
]
56+
},
4057
{
4158
"html": "Pointer capture is set on an <var>element</var> of type <a data-xref-type=\"_IDL_\" data-link-type=\"interface\" data-lt=\"Element\" data-cite=\"dom\" data-cite-path=\"\" data-cite-frag=\"element\" href=\"https://dom.spec.whatwg.org/#element\"><code>Element</code></a> by calling the <code>element.setPointerCapture(pointerId)</code> method.\n When this method is invoked, the <a data-link-type=\"dfn\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"user-agent\" href=\"https://infra.spec.whatwg.org/#user-agent\">user agent</a> <em class=\"rfc2119\">MUST</em> run the following steps:",
4259
"rationale": "if",

0 commit comments

Comments
 (0)