You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2024. It is now read-only.
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the x-axis, in pixels; <code>1</code> if no value is known
129
+
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the x-axis, in pixels; <code>1</code> if no value is known. This attribute may not be available on all user agents or platforms.
130
130
</dd>
131
131
<dt>readonly attribute float radiusY</dt>
132
132
<dd>
133
-
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the y-axis, in pixels; <code>1</code> if no value is known
133
+
the radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the y-axis, in pixels; <code>1</code> if no value is known. This attribute may not be available on all user agents or platforms.
134
134
</dd>
135
135
136
+
<dt>readonly attribute float force</dt>
137
+
<dd>
138
+
a relative value of pressure applied, in the range <code>0</code> to <code>1</code>; <code>0</code> if no value is known. This attribute may not be available on all user agents or platforms.
<code>true</code> if the alt (Alternate) key modifier is activated; otherwise <code>false</code>
148
152
</dd>
149
153
</dl>
154
+
155
+
<pclass="issue" id="issue-inkml"><strong>Issue:</strong> Consider aligning with "channels" and values from <ahref="http://www.w3.org/TR/InkML/#channelContents">Ink Markup Language (InkML)</a>.</p>
156
+
157
+
<pclass="issue" id="issue-timestamp"><strong>Issue:</strong> Should each touchpoint have its own timestamp?</p>
158
+
159
+
<pclass="issue" id="issue-units"><strong>Issue:</strong> What are units of radiusX/radiusY?</p>
150
160
</section>
151
161
152
162
@@ -193,6 +203,9 @@ <h2>Touch Interface</h2>
193
203
a list of <dfn>TouchPoint</dfn>s for every point of contact which contributed to the event
194
204
</dd>
195
205
</dl>
206
+
207
+
<pclass="issue" id="issue-preventDefault"><strong>Issue:</strong> define behavior of preventDefault() method.</p>
0 commit comments