Add a deprecation notice to Touch Events v2
authorMatt Brubeck <mbrubeck@mozilla.com>
Tue, 22 Jan 2013 13:11:40 -0800
changeset 182 6db1e9aed6f5
parent 179 7cd6d8c1e3bc
child 183 30ab1a6a3620
Add a deprecation notice to Touch Events v2
touchevents.html
--- 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>