moving context draft to respec format
authorJames Craig <jcraig@apple.com>
Thu, 08 Nov 2012 13:54:00 -0800
changeset 9 1e9250559af5
parent 8 c110713738b2
child 10 71037dd45025
moving context draft to respec format
src/events.html
src/user_context.html
--- a/src/events.html	Thu Nov 08 13:44:22 2012 -0800
+++ b/src/events.html	Thu Nov 08 13:54:00 2012 -0800
@@ -3,7 +3,6 @@
 	<head>
 		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
 		<title>IndieUI: Events 1.0</title>
-		<!--<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">-->
 		<link href="./csi/screen.css" rel="stylesheet" type="text/css">
 		
 		<!-- 
@@ -87,11 +86,10 @@
 	<body>
 
 		<section id="abstract">
-			<p>This is the abstract for your specification.</p>
+			<p class="placeholder">Placeholder abstract.</p>
 		</section>
 
 		<section id="sotd">
-			<p>Custom status paragraph</p>
 		</section>
 		
 		<!-- :::::::::::::::::::: INTRO :::::::::::::::::::: -->
@@ -399,11 +397,11 @@
 			
 		</section>
 		<!-- :::::::::::::::::::: END Accessibility Event Interfaces :::::::::::::::::::: -->
-		<!--
-		<div class="placeholder">
+
+		<section class="placeholder">
+			<h2>Acknowledgements</h2>
 			<p>Placeholder for footer content (acknowledgements, terms, etc.)</p>
-		</div>
-		-->
+		</section>
 		
 	</body>
 </html>
--- a/src/user_context.html	Thu Nov 08 13:44:22 2012 -0800
+++ b/src/user_context.html	Thu Nov 08 13:54:00 2012 -0800
@@ -3,35 +3,105 @@
 	<head>
 		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
 		<title>IndieUI 1.0: User Context</title>
-		<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
 		<link href="./csi/screen.css" rel="stylesheet" type="text/css">
+		
+		<!-- 
+      === NOTA BENE ===
+      For the three scripts below, if your spec resides on dev.w3 you can check them
+      out in the same tree and use relative links so that they'll work offline,
+     -->
+		<script src="http://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
+		<script class="remove">
+      var respecConfig = {
+          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+          specStatus:           "ED",
+          
+          // the specification's short name, as in http://www.w3.org/TR/short-name/
+          shortName:            "indie-ui-events",
+
+          // if your specification has a subtitle that goes below the main
+          // formal title, define it here
+          // subtitle   :  "an excellent document",
+
+          // if you wish the publication date to be other than today, set this
+          // publishDate:  "2009-08-06",
+
+          // if the specification's copyright date is a range of years, specify
+          // the start date here:
+          // copyrightStart: "2012",
+
+          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+          // and its maturity status
+          // previousPublishDate:  "1977-03-15",
+          // previousMaturity:  "WD",
+
+          // if there a publicly available Editor's Draft, this is the link
+          edDraftURI:           "http://dvcs.w3.org/hg/IndieUI/raw-file/tip/events/indie-ui-context.html",
+
+          // if this is a LCWD, uncomment and set the end of its review period
+          // lcEnd: "2009-08-05",
+
+          // if you want to have extra CSS, append them to this list
+          // it is recommended that the respec.css stylesheet be kept
+          extraCSS:             [
+            "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css",
+            "./csi/screen.css"
+          ],
+
+          // editors, add as many as you like
+          // only "name" is required, also can have url, company, companyURL in comma separated list
+          editors:  [
+              { name: "James Craig", company: "Apple Inc.", companyURL: "http://www.apple.com/" },
+              { name: "Michael Cooper", company: "W3C", companyURL: "http://www.w3.org/" },
+          ],
+
+          // authors, add as many as you like. 
+          // This is optional, uncomment if you have authors as well as editors.
+          // only "name" is required. Same format as editors.
+
+          authors:  [
+            { name: "James Craig", company: "Apple Inc.", companyURL: "http://www.apple.com/" },
+          ],
+          
+          // name of the WG
+          wg:           "Independent User Interface (Indie UI) and Web Events Working Groups",
+          
+          // URI of the public WG page
+          wgURI:        "http://www.w3.org/WAI/IndieUI/",
+          
+          // name (without the @w3c.org) of the public mailing to which comments are due
+          wgPublicList: "public-indie-ui-comments",
+          
+          // URI of the patent status for this WG, for Rec-track documents
+          // !!!! IMPORTANT !!!!
+          // This is important for Rec-track documents, do not copy a patent URI from a random
+          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+          // Team Contact.
+          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/54953/status",
+      };
+    </script>
+		
 	</head>
 	<body>
-		<div class="head">
-			<a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"/></a>
-			<h1>Independent User Interface (IndieUI) 1.0: User Context Module</h1>
-			<h2 class="maturity">Editor's Draft</h2>
-			<dl>
-				<dt>Editors</dt>
-				<dd>James Craig, Apple Inc.</dd>
-				<dd>Michael Cooper, W3C</dd>
-			</dl>
-			<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012-<span id="copyright.year">…</span> <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
-			<hr aria-label="Separator from Header"/>
-		</div>
 		
+		<section id="abstract">
+			<p class="placeholder">Placeholder abstract.</p>
+		</section>
+
+		<section id="sotd">
+		</section>
 		
 		<!-- :::::::::::::::::::: INTRO :::::::::::::::::::: -->
-		<div class="section" id="intro">
+		<section id="intro">
 			<h2>Abstract</h2>
 			<p>This specification, in conjunction with the <a href="./Events.html">Events Module</a>, is intended address the problem of device-, <abbr title="operating system">OS</abbr>-, and localization-independent control of web content. </p>
-		</div>
+		</section>
 		<!-- :::::::::::::::::::: END INTRO :::::::::::::::::::: -->
 		
 
 		
 		<!-- :::::::::::::::::::: window.navigator.accessibility :::::::::::::::::::: -->
-		<div class="section" id="identification">
+		<section id="identification">
 			<h2>Assistive Technology Identification and Notification</h2>
 			<p>In certain cases, it is beneficial for web authors to be aware of the assistive technology in use. This section defines a collection of attributes that can be used to determine, from script, the kind of assistive technology in use, in order to be aware of considerations for a particular assistive technology, including the need to support the <a href="#RequestEvents">UI Change Request Events</a> or <a href="#AXevents">Accessibility Events</a> defined in previous sections. Web authors <strong class="rfc2119">should</strong> always limit client detection to detecting known versions. Web authors <strong class="rfc2119">should</strong> always assume future versions and unknown versions to be fully compliant.</p>
 			<p>The <code>accessibility</code> attribute of the Navigator interface <strong class="rfc2119">must</strong> return an instance of the Accessibility interface, which represents the identity and state of the assistive technology, and allows web pages to optionally notify assistive technology of certain interface events that cannot be indicated through declarative markup such as WAI-ARIA roles, states, and properties.</p>
@@ -185,12 +255,14 @@
 };</code></pre>
 			</div>
 			-->
-		</div>
+		</section>
 		<!-- :::::::::::::::::::: END window.navigator.accessibility :::::::::::::::::::: -->
 		
-		<div class="placeholder">
+		
+		<section class="placeholder">
+			<h2>Acknowledgements</h2>
 			<p>Placeholder for footer content (acknowledgements, terms, etc.)</p>
-		</div>
+		</section>
 		
 	</body>
 </html>