Merge
authorGary Kacmarcik <garykac@google.com>
Tue, 08 Jan 2013 13:49:10 -0800
changeset 8 1fac95678369
parent 7 bf1d4dc2810c (current diff)
parent 4 e3103e3da18c (diff)
child 11 4c5ca4d03192
Merge
source_respec.htm
--- a/respecEdConfig.js	Thu Dec 20 18:41:50 2012 -0800
+++ b/respecEdConfig.js	Tue Jan 08 13:49:10 2013 -0800
@@ -17,13 +17,13 @@
         }
 	],
     //publishDate:  "2012-09-20",
-	edDraftURI: "http://dvcs.w3.org/hg/dom4events/raw-file/tip/index.html",
+	edDraftURI: "http://dvcs.w3.org/hg/uievents/raw-file/tip/index.html",
 	previousPublishDate: null,
     prevED: undefined,
     noIDLIn:  true,
     inlineCSS:  true,
     //noRecTrack:  true,
-    shortName:  "dom4events",
+    shortName:  "uievents",
     extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
     wg:         ["Web Applications Working Group"],
     wgURI:    ["http://www.w3.org/2008/webapps/"],
--- a/source_respec.htm	Thu Dec 20 18:41:50 2012 -0800
+++ b/source_respec.htm	Tue Jan 08 13:49:10 2013 -0800
@@ -3,15 +3,15 @@
 <html>
 <head>
     <meta charset="utf-8" />
-    <title>DOM4 Events</title>
+    <title>UI Events</title>
     <script type="text/javascript" src='http://darobin.github.com/respec/builds/respec-w3c-common.js' class='remove'></script>
     <script type="text/javascript" src="respecEdConfig.js" class='remove'></script>
     <link rel="stylesheet" type="text/css" href="table.css" media="screen" />
 </head>
 <body>
     <section id="abstract">
-       <p>This specification defines the Document Object Model Events Level 4, 
-           which extends the events and features defined in DOM Events Level 3.</p>
+       <p>This specification extends the events and features defined in DOM Events 
+	   Level 3.</p>
     </section>
 
     <section id="sotd">
@@ -60,7 +60,7 @@
 
     <section id="goals">
         <h1>Goals</h1>
-        <p>DOM4 Events builds on the event model defined in DOM Level 3 Events 
+        <p>UI Events builds on the event model defined in DOM Level 3 Events 
             (and also DOM4). Features in scope for this specification are:</p>
 
          <ul>