Skip to content

Commit f4da076

Browse files
committed
added "Pointer Events Level 3"
1 parent 88e18ce commit f4da076

File tree

5 files changed

+70
-5
lines changed

5 files changed

+70
-5
lines changed

_includes/specs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="specs">
2-
<p>Currently this site tracks 207 specifications, 148 of which are active, while the remaining 59 have been superseded or abandoned. 195 are W3C specifications, and the remaining 12 are published/developed elsewhere. Two separate lists are published here:
2+
<p>Currently this site tracks 208 specifications, 149 of which are active, while the remaining 59 have been superseded or abandoned. 196 are W3C specifications, and the remaining 12 are published/developed elsewhere. Two separate lists are published here:
33
<ul>
44
<li>
5-
<a href="current">148 current specifications</a> (137 W3C, 11 other)
5+
<a href="current">149 current specifications</a> (138 W3C, 11 other)
66
</li>
77
<li>
88
<a href="abandoned">59 superseded or abandoned specifications</a> (58 W3C, 1 other)

_posts/2019-12-12-update.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: post
3+
title: "added \"Pointer Events Level 3\""
4+
date: 2019-12-12
5+
tags: [ pointerevents3 ]
6+
---
7+
8+
added "[Pointer Events Level 3](/spec/pointerevents3)"
9+

current.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ permalink: /current
77

88
---
99

10-
This is a list of all 148 current HTML5 specs, first [137 W3C TR](#TR) (grouped by status), and then [11 others](#others):
10+
This is a list of all 149 current HTML5 specs, first [138 W3C TR](#TR) (grouped by status), and then [11 others](#others):
1111

12-
## <a name="TR"/>W3C TR Specifications (137 Specs)
12+
## <a name="TR"/>W3C TR Specifications (138 Specs)
1313

1414
### <a name="REC"/>Recommendations (40 Specs)
1515

@@ -91,7 +91,7 @@ This is a list of all 148 current HTML5 specs, first [137 W3C TR](#TR) (grouped
9191
* [WebRTC 1.0: Real-time Communication Between Browsers](spec/webrtc)
9292
* [WebSocket API](spec/websockets)
9393

94-
### <a name="WD"/>Working Drafts (70 Specs)
94+
### <a name="WD"/>Working Drafts (71 Specs)
9595

9696
* [ARIA in HTML](spec/html-aria)
9797
* [Accelerometer Sensor](spec/accelerometer)
@@ -136,6 +136,7 @@ This is a list of all 148 current HTML5 specs, first [137 W3C TR](#TR) (grouped
136136
* [Payment Method: Basic Card](spec/payment-method-basic-card)
137137
* [Performance Timeline Level 2](spec/performance-timeline-2)
138138
* [Permissions](spec/permissions)
139+
* [Pointer Events Level 3](spec/pointerevents3)
139140
* [Proximity Sensor](spec/proximity)
140141
* [Push API](spec/push-api)
141142
* [Reporting API](spec/reporting-1)

html5.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,10 @@
578578
<title>Pointer Events Level 2</title>
579579
<abstract>The features in this specification extend or modify those found in "Pointer Events", a W3C Recommendation that describes events and related interfaces for handling hardware agnostic pointer input from devices including a mouse, pen, touchscreen, etc. For compatibility with existing mouse based content, this specification also describes a mapping to fire Mouse Events for other pointer device types.</abstract>
580580
</spec>
581+
<spec id="pointerevents3" status="WD">
582+
<title>Pointer Events Level 3</title>
583+
<abstract>The features in this specification extend or modify those found in "Pointer Events", a W3C Recommendation that describes events and related interfaces for handling hardware agnostic pointer input from devices including a mouse, pen, touchscreen, etc. For compatibility with existing mouse based content, this specification also describes a mapping to fire Mouse Events for other pointer device types.</abstract>
584+
</spec>
581585
<spec id="uievents" status="WD">
582586
<title>UI Events Specification</title>
583587
<abstract>This specification defines UI Events which extend the DOM Event objects defined in DOM4. UI Events are those typically implemented by visual user agents for handling user interaction such as mouse and keyboard input.</abstract>
@@ -872,6 +876,7 @@
872876
</spec>
873877
</specs>
874878
<log>
879+
<entry date="2019-12-12">added <a href="http://www.w3.org/TR/pointerevents3/"><q>Pointer Events Level 3</q></a></entry>
875880
<entry date="2019-11-22">changed status of <a href="http://www.w3.org/TR/hr-time-2/"><q>High Resolution Time Level 2</q></a> from PR to REC</entry>
876881
<entry date="2019-11-20">changed status of <a href="http://www.w3.org/TR/service-workers-1/"><q>Service Workers 1</q></a> from WD to CR; updated abstract of <a href="http://www.w3.org/TR/screen-capture/"><q>Screen Capture</q></a></entry>
877882
<entry date="2019-11-01">added <a href="http://www.w3.org/TR/webrtc-svc/"><q>Scalable Video Coding (SVC) Extension for WebRTC</q></a></entry>

spec/pointerevents3.html

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: page
3+
category: spec
4+
title: "Pointer Events Level 3"
5+
---
6+
7+
<table cellpadding="5">
8+
<tr>
9+
<th valign="top" align="right">
10+
<em>Current Status:</em>
11+
</th>
12+
<td>Working Draft (WD)</td>
13+
</tr>
14+
<tr>
15+
<th valign="top" align="right">
16+
<em>Canonical URI:</em>
17+
</th>
18+
<td>
19+
<code>
20+
<a href="http://www.w3.org/TR/pointerevents3">http://www.w3.org/TR/pointerevents3</a>
21+
</code>
22+
</td>
23+
</tr>
24+
<tr>
25+
<th valign="top" align="right">
26+
<em>Abstract:</em>
27+
</th>
28+
<td>The features in this specification extend or modify those found in "Pointer Events",
29+
a W3C Recommendation that describes events and related interfaces for handling hardware
30+
agnostic pointer input from devices including a mouse, pen, touchscreen, etc. For
31+
compatibility with existing mouse based content, this specification also describes
32+
a mapping to fire Mouse Events for other pointer device types.
33+
</td>
34+
</tr>
35+
</table>
36+
<br></br>
37+
<hr></hr>
38+
<br></br>
39+
<h3 id="history">
40+
<q>Pointer Events Level 3</q> Updates:
41+
</h3>
42+
<ul>
43+
{% for post in site.posts %}
44+
{% if post.tags contains "pointerevents3" %}
45+
<li>
46+
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.date | date: "%b %-d, %Y" }}: {{ post.title }}</a>
47+
</li>
48+
{% endif %}
49+
{% endfor %}
50+
</ul>

0 commit comments

Comments
 (0)