[html5] r2103 - [e] (0) Oops, forgot to escape the example.

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 21 23:06:04 PDT 2008


Author: ianh
Date: 2008-08-21 23:06:00 -0700 (Thu, 21 Aug 2008)
New Revision: 2103

Modified:
   index
   source
Log:
[e] (0) Oops, forgot to escape the example.

Modified: index
===================================================================
--- index	2008-08-22 06:05:16 UTC (rev 2102)
+++ index	2008-08-22 06:06:00 UTC (rev 2103)
@@ -24076,19 +24076,19 @@
    <p>If we wanted just the coloured areas to be clickable, we could do it as
     follows:</p>
 
-   <pre>
-</pre>
-
-   <p> Please select a shape: <img alt="Four shapes are available: a red
-    hollow box, a green circle, a blue triangle, and a yellow four-pointed
-    star." src=shapes.png usemap="#shapes"> <map name=shapes><area
-    coords="50,50,100,100" shape=rect><!-- the hole in the red box -->
-    <area alt="Red box." coords="25,25,125,125" href=red.html
-    shape=rect><area alt="Green circle." coords="200,75,50" href=green.html
-    shape=circle><area alt="Blue triangle." coords="325,25,262,125,388,125"
-    href=blue.html shape=poly><area alt="Yellow star."
-    coords="450,25,435,60,400,75,435,90,450,125,465,90,500,75,465,60"
-    href=yellow.html shape=poly></map></p>
+   <pre><p>
+ Please select a shape:
+ <img src="shapes.png" usemap="#shapes"
+      alt="Four shapes are available: a red hollow box, a green circle, a blue triangle, and a yellow four-pointed star.">
+ <map name="shapes">
+  <area shape=rect coords="50,50,100,100"> <!-- the hole in the red box -->
+  <area shape=rect coords="25,25,125,125" href="red.html" alt="Red box.">
+  <area shape=circle coords="200,75,50" href="green.html" alt="Green circle.">
+  <area shape=poly coords="325,25,262,125,388,125" href="blue.html" alt="Blue triangle.">
+  <area shape=poly coords="450,25,435,60,400,75,435,90,450,125,465,90,500,75,465,60"
+        href="yellow.html" alt="Yellow star.">
+ </map>
+</p></pre>
   </div>
 
   <h5 id=processing><span class=secno>4.7.14.2. </span>Processing model</h5>

Modified: source
===================================================================
--- source	2008-08-22 06:05:16 UTC (rev 2102)
+++ source	2008-08-22 06:06:00 UTC (rev 2103)
@@ -21298,21 +21298,19 @@
    <p>If we wanted just the coloured areas to be clickable, we could
    do it as follows:</p>
 
-   <pre>
-<p>
+   <pre><p>
  Please select a shape:
- <img src="shapes.png" usemap="#shapes"
+ <img src="shapes.png" usemap="#shapes"
       alt="Four shapes are available: a red hollow box, a green circle, a blue triangle, and a yellow four-pointed star.">
- <map name="shapes">
-  <area shape=rect coords="50,50,100,100"> <!-- the hole in the red box -->
-  <area shape=rect coords="25,25,125,125" href="red.html" alt="Red box.">
-  <area shape=circle coords="200,75,50" href="green.html" alt="Green circle.">
-  <area shape=poly coords="325,25,262,125,388,125" href="blue.html" alt="Blue triangle.">
-  <area shape=poly coords="450,25,435,60,400,75,435,90,450,125,465,90,500,75,465,60"
+ <map name="shapes">
+  <area shape=rect coords="50,50,100,100"> <!-- the hole in the red box -->
+  <area shape=rect coords="25,25,125,125" href="red.html" alt="Red box.">
+  <area shape=circle coords="200,75,50" href="green.html" alt="Green circle.">
+  <area shape=poly coords="325,25,262,125,388,125" href="blue.html" alt="Blue triangle.">
+  <area shape=poly coords="450,25,435,60,400,75,435,90,450,125,465,90,500,75,465,60"
         href="yellow.html" alt="Yellow star.">
- </map>
-</p>
-</pre>
+ </map>
+</p></pre>
 
   </div>
 




More information about the Commit-Watchers mailing list