Wrap these lines to 80 characters.
authorMatt Brubeck <mbrubeck@mozilla.com>
Tue, 12 Apr 2011 09:46:04 -0700
changeset 32 f1cd4dbbd6f8
parent 31 80a964ec062b
child 33 be8b19639be5
Wrap these lines to 80 characters.

This should improve the output of "hg annotate" and make diffs easier to view
in tools like hgweb. This is experimental; I'm waiting for discussion on the
public-webevents list before making this change document-wide.
touchevents.html
--- a/touchevents.html	Tue Apr 12 09:59:27 2011 -0700
+++ b/touchevents.html	Tue Apr 12 09:46:04 2011 -0700
@@ -22,7 +22,7 @@
           // subtitle   :  "an excellent document",
 
           // if you wish the publication date to be other than today, set this
-          publishDate:  "2011-04-05",
+          publishDate:  "2011-04-12",
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -173,7 +173,16 @@
 
         <dt>readonly attribute float rotationAngle</dt>
         <dd>
-          the angle (in degrees) that the ellipse described by <a>radiusX</a> and <a>radiusY</a> is rotated clockwise about its center; <code>0</code> if no value is known.  The value must be in the range <code>[0, 90)</code>.  If the ellipse described by <a>radiusX</a> and <a>radiusY</a> is circular, then <a>rotationAngle</a> must be <code>0</code>.
+          <p>
+            the angle (in degrees) that the ellipse described by <a>radiusX</a>
+            and <a>radiusY</a> is rotated clockwise about its center;
+            <code>0</code> if no value is known.  The value must be in the
+            range <code>[0, 90)</code>.
+          </p>
+          <p>
+            If the ellipse described by <a>radiusX</a> and <a>radiusY</a> is
+            circular, then <a>rotationAngle</a> must be <code>0</code>.
+          </p>
         </dd>
 
         <dt>readonly attribute float force</dt>