adding and html version of TODO for use moving forward
authorMark Sadecki <mark@w3.org>
Thu, 27 Feb 2014 09:06:19 -0500
changeset 4 f42a511dcd4c
parent 3 a9f055821a83
child 5 5dc66bf13a5c
adding and html version of TODO for use moving forward
longdesc/TODO.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/longdesc/TODO.html	Thu Feb 27 09:06:19 2014 -0500
@@ -0,0 +1,158 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <title>
+            Longdesc TODO
+        </title>
+        <link rel="stylesheet" title="base CSS" href="http://www.w3.org/StyleSheets/TR/base.css">
+        <style>
+			.status {
+		    display: inline-block;
+		    padding: 2px 5px;
+		    margin: 2px 0;
+		    background: linear-gradient(to bottom, #00B4F5, #008DC5) repeat scroll 0% 0% border-box #009DD8;
+		    font-weight: 700;
+		    font-size: 85%;
+		    color: #FFF;
+		    text-align: center;
+		    vertical-align: middle;
+		    text-transform: none;
+		    border-width: 1px;
+		    border-style: solid;
+		    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
+		    border-radius: 2px;
+		    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
+			}
+			.complete {
+		    background-color: #82BB42;
+		    background-image: linear-gradient(to bottom, #9FD256, #6FAC34);
+			}
+			.in-progress {
+		    background-color: #F9A124;
+		    background-image: linear-gradient(to bottom, #FBB450, #F89406);
+			}
+			.outstanding {
+		    background-color: #D32C46;
+		    background-image: linear-gradient(to bottom, #EE465A, #C11A39);
+			}
+    </style>
+    </head>
+    <body>
+        <p>
+            <a href="http://www.w3.org/"><img src="https://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"></a>
+        </p>
+        <h1 id="title">
+            Longdesc Transition Prep
+        </h1>
+        <h2 id="emails">
+            Emails
+        </h2>
+        <ul>
+            <li>Reply to <a href="http://lists.w3.org/Archives/Public/public-html-a11y/2013Sep/0037.html">EOWG</a> Chaals
+            </li>
+            <li>Reply to <a href="http://lists.w3.org/Archives/Public/public-html-a11y/2014Jan/0068.html">UAWG</a> Chaals
+            </li>
+        </ul>
+        <h2 id="publication">
+            Publication
+        </h2>
+        <h3 id="before-tf">
+            Before going to the TF
+        </h3>
+        <ul>
+            <li>Write Document Status Section
+            </li>
+            <li>Write Exit Criteria (Mark is Drafting) But chaals wrote a draft and shared it w/ Mark.
+            </li>
+        </ul>
+        <h3 id="tf">
+            In the Task Force
+        </h3>
+        <ul>
+            <li>Get TF then WG approval of the exit criteria
+            </li>
+            <li>Record Decision to request WG request the transition
+            </li>
+        </ul>
+        <h3 id="tf-agreement">
+            When the TF has agreed
+        </h3>
+        <ul>
+            <li>Get WG to request the transition
+            </li>
+            <li>Schedule Meeting with Director, HTML chairs as needed
+            </li>
+        </ul>
+        <h3 id="director">
+            Needed for Director's meeting
+        </h3>
+        <ul>
+            <li>Report of important changes to the document
+            </li>
+            <li>Record Objections
+            </li>
+            <li>Patent disclosures
+            </li>
+            <li>Verify no open exclusion opportunities
+            </li>
+            <li>Evidence that the document satisfies group's requirements
+            </li>
+            <li>Evidence that dependencies with other groups are met
+            </li>
+            <li>Evidence that the document has- received wide review
+            </li>
+            <li>Evidence that issues have been formally addressed
+            </li>
+            <li>Implementation Report (Mark is Drafting)
+            </li>
+            <li>Prepare Spec to pass pubrules
+            </li>
+            <li>Verify that transition requirements have been met
+            </li>
+            <li>Send Transition Request
+            </li>
+            <li>Create Agenda (This should just be "step through the transition request" which has all the things that need to get checked)
+            </li>
+            <li>Reserve Teleconference Bridge
+            </li>
+            <li>Transition Meeting Prep/Practice (Don't bother with this. The "director" who sounds a lot like Ralph will check through the things required, which should be in the transition request, and if we're good, says "OK". If you are really concerned, ask PLH to have a quick look first).
+            </li>
+            <li>Transition Meeting
+            </li>
+        </ul>
+        <h3 id="approved">
+            When we are approved for Proposed Rec
+        </h3>
+        <ul>
+            <li>Create a Publication Schedule
+            </li>
+            <li>The Team Contact reviews the&nbsp;(Team-only) pre-publication steps.
+            </li>
+            <li>Send a pub request
+            </li>
+            <li>install the document in its final location
+            </li>
+            <li>Meeting with Shawn to do WAI messaging
+            </li>
+            <li>Send DRAFT transition announcement to Comm Team
+            </li>
+            <li>Public Mailing List
+            </li>
+            <li>Team Only Mailing List
+            </li>
+            <li>The Facilitators fwd announcement to WG and TF-
+            </li>
+        </ul>
+        <h2 id="done">
+            DONE
+        </h2>
+        <ul>
+            <li>Reply to <a href="http://lists.w3.org/Archives/Public/public-html-a11y/2013Dec/0083.html">Matt Turvey</a> Chaals
+            </li>
+            <li>Chaals will scribe transition call.
+            </li>
+        </ul>
+    </body>
+</html>