First cleanup needed after adding requirements
authorMichael Cooper <cooper@w3.org>
Wed, 18 Dec 2013 11:40:32 -0500
changeset 165 8a28ec4177d1
parent 164 64fe4b04bcf9
child 167 f28ac0bc9641
First cleanup needed after adding requirements
src/indie-ui-requirements.html
--- a/src/indie-ui-requirements.html	Wed Dec 18 11:35:35 2013 -0500
+++ b/src/indie-ui-requirements.html	Wed Dec 18 11:40:32 2013 -0500
@@ -20,7 +20,7 @@
           specStatus:           "ED",
           
           // the specification's short name, as in http://www.w3.org/TR/short-name/
-          shortName:            "indie-ui-events-requirements",
+          shortName:            "indie-ui-requirements",
 
           // if your specification has a subtitle that goes below the main
           // formal title, define it here
@@ -39,7 +39,7 @@
           // previousMaturity:  "WD",
 
           // if there a publicly available Editor's Draft, this is the link
-          edDraftURI:           "https://dvcs.w3.org/hg/IndieUI/raw-file/default/src/indie-ui-events-requirements.html",
+          edDraftURI:           "https://dvcs.w3.org/hg/IndieUI/raw-file/default/src/indie-ui-requirements.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
           // lcEnd: "2009-08-05",
@@ -98,7 +98,7 @@
 		</section>
 		
 		<!-- :::::::::::::::::::: INTRO :::::::::::::::::::: -->
-		<section id="intro" class="informative">
+		<section id="intro">
 			<h2>Introduction</h2>
 			<p>@@Why IndieUI, might take some intro material from spec</p>
 			
@@ -106,7 +106,7 @@
 		<!-- :::::::::::::::::::: END INTRO :::::::::::::::::::: -->
 		
 		<!-- :::::::::::::::::::: USE CASES :::::::::::::::::::: -->
-		<section id="use-cases" class="informative">
+		<section id="use-cases">
 			<h2>Use Cases and Scenarios</h2>
 			
 			<section id="scenario_map">
@@ -237,7 +237,7 @@
 		<!-- :::::::::::::::::::: END USE CASES :::::::::::::::::::: -->
 		
 		<!-- :::::::::::::::::::: EVENTS REQUIREMENTS :::::::::::::::::::: -->
-		<section id="requirements_events" class="informative">
+		<section id="requirements_events">
 			<h2>Events Requirements</h2>
 			<p>Requirements in this section are expected to be met by <a href="https://dvcs.w3.org/hg/IndieUI/raw-file/default/src/indie-ui-events.html">IndieUI: Events</a>.</p>
 			<section id="requirements_events_api">
@@ -531,14 +531,14 @@
 		<!-- :::::::::::::::::::: END EVENTS REQUIREMENTS :::::::::::::::::::: -->
 		
 		<!-- :::::::::::::::::::: USER CONTEXT REQUIREMENTS :::::::::::::::::::: -->
-		<section id="requirements_context" class="informative">
+		<section id="requirements_context">
 			<h2>User Context Requirements</h2>
 			<p>Requirements in this section are expected to be met by <a href="https://dvcs.w3.org/hg/IndieUI/raw-file/default/src/indie-ui-context.html">IndieUI: User Context</a>.</p>
 		</section>
 		<!-- :::::::::::::::::::: END USER CONTEXT REQUIREMENTS :::::::::::::::::::: -->
 		
 		<!-- :::::::::::::::::::: OTHER REQUIREMENTS :::::::::::::::::::: -->
-		<section id="requirements_other" class="informative">
+		<section id="requirements_other">
 			<h2>Other Requirements</h2>
 			<p>Requirements in this section address the IndieUI space but are expected to be met by other current and future work than IndieUI. They are included here to help provide a complete picture of the IndieUI requirements space.</p>
 		</section>