Introduction should be non-normative wd-smoon
authorSangwhan Moon <smoon@opera.com>
Sat, 30 Apr 2011 02:37:17 +0800
branchwd-smoon
changeset 79 b19208e94abc
parent 78 f7960638bd25
child 80 54fbaef93f47
child 82 e3c51d2a357e
Introduction should be non-normative
touchevents.html
--- a/touchevents.html	Sat Apr 30 01:53:50 2011 +0800
+++ b/touchevents.html	Sat Apr 30 02:37:17 2011 +0800
@@ -97,7 +97,7 @@
       The Touch Interface specification defines a set of low-level events that represent one or more points of contact with a touch-sensitive surface, and changes of those points with respect to the surface and any DOM elements displayed upon it (e.g. for touch screens) or associated with it (e.g. for drawing tablets without displays).  It also addresses pen-tablet devices, such as drawing tablets, with consideration toward stylus capabilities.
     </section>
 
-    <section id='introduction'>
+    <section id='introduction' class='informative'>
       <h2>Introduction</h2>
       
       <p>User Agents that run on terminals which provide touch input to use web applications typically use interpreted mouse events to allow the users to access interactive web applications. However, these interpreted events, being normalized data based on the physical touch input, tend to have limitations on delivering the exact intended user experience. Additionally, it is not possible to handle concurrent input regardless of the device capability, due the constraints of mouse events: both system level limitations, and legacy compatibility.</p>