--- a/touchevents.html Tue Jan 22 13:52:20 2013 -0500
+++ b/touchevents.html Tue Jan 22 13:11:40 2013 -0800
@@ -102,8 +102,18 @@
(e.g. for drawing tablets without displays). It also addresses
pen-tablet devices, such as drawing tablets, with consideration toward
stylus capabilities.
+
+ <p class="warning">
+ Touch Events version 2 is unfinished and is no
+ longer being developed. We recommend that user agents implement the older
+ <a href="http://www.w3.org/TR/touch-events/">Touch Events version 1</a>
+ specification and/or the newer
+ <a href="http://www.w3.org/TR/pointerevents/">Pointer Events</a>
+ specification instead.
+ </p>
</section>
+
<section id='introduction' class='informative'>
<h2>Introduction</h2>