diff index.xhtml @ 2:683f56999fb3

'DOMNodeFocused' pseudo-event + Mutation Event Demo
author Fabien Cazenave <fabien@cazenave.cc>
date Mon, 19 Dec 2011 18:50:06 +0100
parents eb3679d92996
children 03ef53b969bd
line wrap: on
line diff
--- a/index.xhtml
+++ b/index.xhtml
@@ -1,11 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
+  <meta charset="UTF-8" />
   <title> barbecue </title>
-  <meta charset="UTF-8" />
   <link type="text/css" href="style.css" rel="stylesheet" />
-  <script type="text/javascript" src="script.js"/>
+  <script type="text/javascript" src="script.js"></script>
 </head>
 <body>
   <form id="toolbar">
@@ -85,7 +84,7 @@
     </dl>
     <pre id="execCommand" />
   </form>
-  <pre id="breadcrumb"> </pre>
+  <pre id="breadcrumb"> </pre>
 
   <section contenteditable="true">
     <h2> Go ahead, edit away! </h2>