csswg/css3-speech Overview.html,1.95,1.96 Overview.src.html,1.97,1.98 default.css,1.2,1.3

Update of /sources/public/csswg/css3-speech
In directory hutz:/tmp/cvs-serv5231

Modified Files:
	Overview.html Overview.src.html default.css 
Log Message:
minor fixes



Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Overview.html	13 Feb 2012 13:57:54 -0000	1.95
+++ Overview.html	13 Feb 2012 17:47:18 -0000	1.96
@@ -149,7 +149,7 @@
     and <a
     href="http://www.w3.org/Consortium/Legal/copyright-documents">document
     use</a> rules apply.</p>
-   <!--end-copyright--> <!-- hr title="Separator for header"  --></div>
+   <!--end-copyright--></div>
 
   <h2 class="no-num no-toc" id=abstract>Abstract</h2>
 
@@ -158,13 +158,13 @@
    paper, speech, etc. The Speech module defines aural CSS properties that
    enable authors to declaratively control the rendering of documents via
    speech synthesis, and using optional audio cues. Some of the features in
-   this specification are conceptually close to functionality described in
+   this specification are conceptually similar to functionality described in
    the Speech Synthesis Markup Language (SSML) Version 1.1 <a href="#SSML"
    rel=biblioentry>[SSML]<!--{{!SSML}}--></a>. However, the specificities of
    the CSS model mean that compatibility with SSML in terms of syntax and/or
-   semantics is partially enabled. Note that this standard was developed in
-   cooperation with the <a href="http://www.w3.org/Voice/">Voice Browser
-   Activity</a>.
+   semantics is only partially achievable. Note that this standard was
+   developed in cooperation with the <a href="http://www.w3.org/Voice/">Voice
+   Browser Activity</a>.
 
   <h2 class="no-num no-toc" id=status>Status of this document</h2>
   <!--begin-status-->
@@ -201,13 +201,28 @@
    W3C Patent Policy</a>.</p>
   <!--end-status-->
 
-  <p><span class=issue>TODO: this statement is now obsolete, as this document
-   is being updated to include the resolutions from the disposition of
-   comments of the Last Call Working Draft.</span>This is a “last call”
-   working draft, i.e., the working group expects this to be the last call
-   for comments before the document becomes a W3C Candidate Recommendation.
-   The <strong>deadline for comments</strong> is <strong>30 September
-   2011</strong>.</p>
+  <h3 class="no-num no-toc" id=maturity>Maturity Level</h3>
+
+  <p> This document is based on the <a
+   href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/">Last Call
+   Working Draft (18 August 2011)</a> and includes changes that reflect the
+   outcome of the <a
+   href="http://wiki.csswg.org/spec/css3-speech">disposition of comments</a>.
+   The next step as per the <a
+   href="http://www.w3.org/Consortium/Process/tr#cfi">W3C Recommendation
+   Track process</a> is to publish a Candidate Recommendation and to announce
+   a Call for Implementations.
+
+  <p id=at-risk>The following features are at-risk and may be dropped at the
+   end of the Candidate Recommendation period if there has not been enough
+   interest from implementers: &lsquo;<a href="#voice-balance"><code
+   class=property>voice-balance</code></a>&rsquo;, &lsquo;<a
+   href="#voice-duration"><code
+   class=property>voice-duration</code></a>&rsquo;, &lsquo;<a
+   href="#voice-pitch"><code class=property>voice-pitch</code></a>&rsquo;,
+   &lsquo;<a href="#voice-range"><code
+   class=property>voice-range</code></a>&rsquo;, and &lsquo;<a
+   href="#voice-stress"><code class=property>voice-stress</code></a>&rsquo;.</p>
   <!-- div class="issue">
       <p>The following issues need to be discussed and require working group resolutions:</p>
       <ul>
@@ -218,22 +233,9 @@
       <p>The CSS WG maintains a separate <a href="http://www.w3.org/Style/CSS/Tracker/products/29"
           >list of issues</a> for this module.</p>
           </div -->
-
-  <p>The following features are at-risk and may be dropped at the end of the
-   CR period if there has not been enough interest from implementers:
-   &lsquo;<a href="#voice-balance"><code
-   class=property>voice-balance</code></a>&rsquo;, &lsquo;<a
-   href="#voice-duration"><code
-   class=property>voice-duration</code></a>&rsquo;, &lsquo;<a
-   href="#voice-pitch"><code class=property>voice-pitch</code></a>&rsquo;,
-   &lsquo;<a href="#voice-range"><code
-   class=property>voice-range</code></a>&rsquo;, and &lsquo;<a
-   href="#voice-stress"><code class=property>voice-stress</code></a>&rsquo;.
-
-  <p>The CSS Speech module is a community effort and if you would like to
-   help with implementation and driving the specification forward along the
-   W3C Recommendation track, please contact <a href="#editors-list">the
-   editors</a>.
+  <!-- p>The CSS Speech module is a community effort and if you would like to help with implementation
+      and driving the specification forward along the W3C Recommendation track, please contact <a
+        href="#editors-list">the editors</a>.</p -->
 
   <h2 class="no-num no-toc" id=contents>Table of contents</h2>
   <!--begin-toc-->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Overview.src.html	13 Feb 2012 13:57:54 -0000	1.97
+++ Overview.src.html	13 Feb 2012 17:47:18 -0000	1.98
@@ -112,25 +112,33 @@
             href="http://www.opera.com/">Opera Software</a>)</dd>
       </dl>
       <!--copyright-->
-      <!-- hr title="Separator for header"  -->
     </div>
     <h2 class="no-num no-toc" id="abstract">Abstract</h2>
     <p>CSS (Cascading Style Sheets) is a language that describes the rendering of markup documents
       (e.g. HTML, XML) on various supports, such as screen, paper, speech, etc. The Speech module
       defines aural CSS properties that enable authors to declaratively control the rendering of
       documents via speech synthesis, and using optional audio cues. Some of the features in this
-      specification are conceptually close to functionality described in the Speech Synthesis Markup
-      Language (SSML) Version 1.1 [[!SSML]]. However, the specificities of the CSS model mean that
-      compatibility with SSML in terms of syntax and/or semantics is partially enabled. Note that
-      this standard was developed in cooperation with the <a href="http://www.w3.org/Voice/">Voice
-        Browser Activity</a>.</p>
+      specification are conceptually similar to functionality described in the Speech Synthesis
+      Markup Language (SSML) Version 1.1 [[!SSML]]. However, the specificities of the CSS model mean
+      that compatibility with SSML in terms of syntax and/or semantics is only partially achievable.
+      Note that this standard was developed in cooperation with the <a
+        href="http://www.w3.org/Voice/">Voice Browser Activity</a>.</p>
     <h2 class="no-num no-toc" id="status">Status of this document</h2>
     <!--status-->
-    <p><span class="issue">TODO: this statement is now obsolete, as this document is being updated
-        to include the resolutions from the disposition of comments of the Last Call Working
-        Draft.</span>This is a “last call” working draft, i.e., the working group expects this to be
-      the last call for comments before the document becomes a W3C Candidate Recommendation. The
-        <strong>deadline for comments</strong> is <strong>30 September 2011</strong>.</p>
+
+    <h3 class="no-num no-toc" id="maturity">Maturity Level</h3>
+
+    <p> This document is based on the <a href="http://www.w3.org/TR/2011/WD-css3-speech-20110818/"
+        >Last Call Working Draft (18 August 2011)</a> and includes changes that reflect the outcome
+      of the <a href="http://wiki.csswg.org/spec/css3-speech">disposition of comments</a>. The next
+      step as per the <a href="http://www.w3.org/Consortium/Process/tr#cfi">W3C Recommendation Track
+        process</a> is to publish a Candidate Recommendation and to announce a Call for
+      Implementations. </p>
+
+    <p id="at-risk">The following features are at-risk and may be dropped at the end of the
+      Candidate Recommendation period if there has not been enough interest from implementers:
+      'voice-balance', 'voice-duration', 'voice-pitch', 'voice-range', and 'voice-stress'. </p>
+
     <!-- div class="issue">
       <p>The following issues need to be discussed and require working group resolutions:</p>
       <ul>
@@ -141,12 +149,9 @@
       <p>The CSS WG maintains a separate <a href="http://www.w3.org/Style/CSS/Tracker/products/29"
           >list of issues</a> for this module.</p>
           </div -->
-    <p>The following features are at-risk and may be dropped at the end of the CR period if there
-      has not been enough interest from implementers: 'voice-balance', 'voice-duration',
-      'voice-pitch', 'voice-range', and 'voice-stress'. </p>
-    <p>The CSS Speech module is a community effort and if you would like to help with implementation
+    <!-- p>The CSS Speech module is a community effort and if you would like to help with implementation
       and driving the specification forward along the W3C Recommendation track, please contact <a
-        href="#editors-list">the editors</a>.</p>
+        href="#editors-list">the editors</a>.</p -->
     <h2 class="no-num no-toc" id="contents">Table of contents</h2>
     <!--toc-->
     <h2 id="introduction">Introduction</h2>

Index: default.css
===================================================================
RCS file: /sources/public/csswg/css3-speech/default.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- default.css	10 May 2011 23:05:19 -0000	1.2
+++ default.css	13 Feb 2012 17:47:18 -0000	1.3
@@ -1,40 +1,30 @@
 /*
  * Style sheet for the CSS3 specification,
  * to be used in addition to http://www.w3.org/StyleSheets/TR/W3C-{WD,PR,REC}
- * $Id$
  */
 
 @media print {
-
-    /* the following doesn't work for now,
-       instead we rely on a patched version of html2ps which has this built-in */
-    .dlink { display: none }
-
-    /* the following doesn't work for now,
-       instead we rely on a patched version of html2ps which has this built-in */
-    div.navbar {
-       display: none;
-    }
-
-    html { margin: 0 !important }
-    body { font-family: serif }
-    th, td { font-family: inherit }
-    a { color: inherit !important }
-    div.example:before { font-family: serif !important }
-    pre.example:before { font-family: serif !important }
-    a:link, a:visited { text-decoration: none !important }
-    a:link:after, a:visited:after { /* create a cross-ref "see..." */ }
+	html { margin: 0 !important }
+	body { font-family: serif }
+	th, td { font-family: inherit }
+	a { color: inherit !important }
+	div.example:before { font-family: serif !important }
+	pre.example:before { font-family: serif !important }
+	a:link, a:visited { text-decoration: none !important }
+	a:link:after, a:visited:after { /* create a cross-ref "see..." */ }
 }
 @page {
-    margin: 1.5cm 1.1cm;
+	margin: 1.5cm 1.1cm;
 }
 
-/* html body { margin-left: 8.5em } /* Overrides 70px in base.css */
-
-body {counter-reset: exampleno figure}
+body {
+	counter-reset: exampleno figure issue; 
+	margin: 0 auto !important;
+	max-width: 50em;
+}
 
 /* Pagination */
-h1, h2, h3, h4, h5, h6 { page-break-after: avoid; font-family: inherit }
+h1, h2, h3, h4, h5, h6 { page-break-after: avoid }
 div.figure, div.sidefigure, pre, table.propdef, table.propdef-extra,
 div.example { page-break-inside: avoid }
 dt { page-break-after: avoid }
@@ -42,129 +32,84 @@
 span.id {float: right; font-weight: bold}
 
 /* General Structural Markup */
-h2, h3, h5, h6 {
-    margin-top: 2em;
-}
-h1 + h2 {
-    margin-top: 0;
-}
+h2, h3, h5, h6 { margin-top: 3em; }
 
-p, p.testlink + p, p.mtb {
-    text-indent: 0;
-    margin-bottom: 0;
-    margin-top: 0.8em
-}
-p + p, p + div.sidefigure + p {
-    text-indent: 2em;
-    margin-top: 0
+h1 + h2 { margin-top: 0; }
+
+h4 { margin-top: 4em; }
+
+p, div.note, div.issue {
+	margin-top: 1em;
+	margin-bottom: 1em;
 }
-dd > p:first-child, li > p:first-child {
-    margin-top: 0
+
+dd > p:first-child, li > p:first-child, .note > p:first-child, .issue > p:first-child {
+	margin-top: 0
 }
 
 pre {
-    text-align: left; /* fixes justification in Mac IE 5 */
-    text-indent: 0;   /* fixes indent in Mac Netscape 6 */
-    margin-top: 1em;
-    margin-bottom: 1em;
-    font-size: 90% /*smaller*/;
-}
-/*
-var {
-    font-style: normal;
+	margin-top: 1em;
+	margin-bottom: 1em;
 }
-*/
+
 img {
-    border-style: none;
-    color: white;
+	border-style: none;
+	color: white;
 }
 .toc {
-    text-indent: 0;
 }
 
+body {
+	line-height: 1.5;
+}
 
-@media all { /* NS < 6 doesn't like borders around inline elements... */
-
-    body {
-        line-height: 1.3;
-    }
-
-    a:link, a:visited {
-        color: inherit;
-        text-decoration: underline;
-    }
+a:link, a:visited {
+	color: inherit;
+	text-decoration: underline;
+}
 
-    a.logo:link, a.logo:visited {
-        padding: 0;
-        border-style: none;
-    }
+a.logo:link, a.logo:visited {
+	padding: 0;
+	border-style: none;
+}
 
-    /* Hmm, this seems to confuse many browsers... */
-    dt { margin-left: 0 }
-    dd { margin-left: 2em }
-    dl, ul, ol { margin-left: 0; padding-left: 0 }
-    li { margin-left: 2em; padding-left: 0 }
+dl dd { margin: 0 0 1em 2em }
+.head dd { margin-bottom: 0; }
+ul, ol { margin-left: 0; padding-left: 2em; }
+li { margin: 0.25em 2em 0.5em 0; padding-left: 0 }
 
-}
-ul.indexlist { margin-left: 0; /*column-width: 13em; columns: 13em*/ }
+ul.indexlist { margin-left: 0; columns: 13em; }
 ul.indexlist li { margin-left: 0; list-style: none }
 ul.indexlist li li { margin-left: 1em }
 
 /* Examples */
 
 .example {
-    counter-increment: exampleno;
+	counter-increment: exampleno;
 }
-div.example:before {
-    content: "Example";
-    content: "Example " counter(exampleno, upper-roman);
-    font: bold small sans-serif;
-    /*float: left;*/
-    position: absolute;
-    top: -0.6em;
-    left: -2.5em;
-    width: 7.5em;
-    text-align: center;
-    line-height: 1em;
-    color: #FFF8DD;
-    background: #600;
-    padding: 0.1em;
-    border: thin solid #999;
-    /*margin: -1.3em 0 0.3em -2.5em;*/
+div.example:before, pre.example:before {
+	content: "Example";
+	content: "Example " counter(exampleno);
+	min-width: 7.5em;
+	text-transform: uppercase;
+	display: block;
 }
-pre.example:before {
-    content: "Example";
-    content: "Example " counter(exampleno, upper-roman);
-    font: bold small sans-serif;
-    /*float: left;*/
-    position: absolute;
-    top: -0.6em;
-    left: -2.5em;
-    width: 7.5em;
-    text-align: center;
-    line-height: 1em;
-    color: #FFF8DD;
-    background: #600;
-    padding: 0.1em;
-    border: thin solid #999;
-    /*margin: -1.3em 0 0.3em -2.5em;*/
+div.illegal-example:before, pre.illegal-example:before {
+	content: "Invalid Example";
+	content: "Invalid Example" counter(exampleno);
 }
 div.example, div.illegal-example, div.html, div.illegal-html, div.xml,
 div.illegal-xml, pre.example, pre.illegal-example, pre.html,
 pre.illegal-html, pre.xml, pre.illegal-xml {
-    background: #FFF8DD;
-    padding: 0.5em;
-    margin: 1em 0;
-    border: thin solid #999;
-    position: relative;
-    clear: both;
+	padding: 0.5em;
+	margin: 1em 0;
+	position: relative;
+	clear: both;
 }
 pre.example, pre.illegal-example, pre.html,
 pre.illegal-html, pre.xml, pre.illegal-xml {
-    padding-top: 1.5em;
+	padding-top: 1.5em;
 }
-div.example { color: #600 }
-pre.example { color: #600 }
 pre.illegal-example { color: red }
 div.illegal-example { color: red }
 div.illegal-example p { color: black }
@@ -184,103 +129,121 @@
 div.illegal-xml { color: red }
 div.illegal-xml p { color: black }
 
-/* code { font-size: 90% } */
-.css { color: #800 }		/* inline CSS code (SPAN/CODE) */
+.css, .property { color: #005a9c }		/* inline CSS code (SPAN/CODE) */
 code.css { font-family: inherit; font-size: 100% }
 code.html { color: #600 }	/* inline HTML */
 code.xml { color: #600 }	/* inline XML */
-.property { font: inherit; }	/* name of a CSS property (SPAN) */
+.property { font: inherit; white-space: nowrap; }	/* name of a CSS property (SPAN) */  
 .descriptor { }			/* name of a CSS descriptor (SPAN) */
 .type { font-style: italic }	/* A <type> value for a property */
 
-dfn { font-weight: bolder; /*font-size: 1em*/ }
+dfn { font-weight: bolder; }
+
+p.issue, div.issue, p.note, div.note, div.example, pre.example {
+	padding: .5em;
+	/* padding: .5rem; /* proposed unit in css3-values */
+	border-left-width: .5em;
+	/* border-left-width: .5rem; /* proposed unit in css3-values */
+	border-left-style: solid;
+}
 
 /* Open issue / editorial remark; not intended for a final publication */
+p.issue, div.issue {
+	border-color: #E05252;
+	background: #FBE9E9;
+	counter-increment: issue;
+}
 
-.issue { color: #c00 }
-.issue:before {
-  content: "Issue:";
-  border: 3px double #c00;
-  background: #c00;
-  background-clip: padding-box;
-  color: white;
-  margin: 0.25em;
-  padding: 0 0.25em;
+p.issue:before, div.issue:before {
+	content: "Issue " counter(issue);
+	padding-right: 1em;
+	text-transform: uppercase;
+	color: #E05252;    
 }
 
+span.issue { color: red; }
+
 /* Class note is a non-normative note. May be inline or a P or DIV */
-.note {
-    color: green
+p.note, div.note {
+	border-color: #52E052;
+	background: #E9FBE9;
 }
-p.note:before, span.note:before { content: "\25B6" " " }
-div.note > p:first-child:before { content: "\25B6" " " }
+
+span.note { color: green; }
+
 
 .normref { color: red }	
 .informref { color: green }	
 
+/* Example box */
+div.example, pre.example {
+	border-color: #E0CB52;
+	background: #FCFAEE;    
+}
+
+div.example:before, pre.example:before { 
+	color: #B9AB2D; 
+	font-family: sans-serif;
+}
 
 /* ToC not indented, but font style shows hierarchy */
-ul.toc {margin: 1em 0; padding: 0; font-weight: bold}
-ul.toc ul {margin: 0; padding: 0; font-weight: normal}
-ul.toc ul ul {margin: 0 /*0 0 2em*/; font-style: italic}
+ul.toc {margin: 1em 0; padding: 0; line-height: 1.3; font-weight: bold; /*text-transform: uppercase;*/ }
+ul.toc ul {margin: 0; padding: 0; font-weight: normal; text-transform: none; }
+ul.toc ul ul {margin: 0 0 0 2em; font-style: italic; }
 ul.toc ul ul ul {margin: 0}
-ul.toc li {margin: 0.6em 0; padding: 0}
-ul.toc li li {margin: 0}
+ul.toc > li {margin: 1.5em 0; padding: 0; }
+ul.toc ul.toc li { margin: 0.3em 0 0 0; }
+ul.toc a { text-decoration: none; }
+ul.toc a:hover, ul.toc a:focus { text-decoration: underline; }
 /*
 ul.toc li li li, ul.toc li li li ul {margin-left: 0; display: inline}
 ul.toc li li li ul, ul.toc li li li ul li {margin-left: 0; display: inline}
 */
 
-@media all { /* NS4 doesn't align the floats properly :-( */
-
-  /* Section numbers in a column of their own */
-  ul.toc span.secno {margin-right: 1em} /* workaround for Opera6 */
-  ul.toc span.secno {float: left; width: 4em; margin-left: -5em}
-  /*ul.toc span.secno {text-align: right}*/
-  ul.toc li {clear: both}
-  ul.toc {margin-left: 5em}
-  /* If we had 'tab', floats would not be needed here:
-       ul.toc span.secno {tab: 5em right; margin-right: 1em}
-       ul.toc li {text-indent: 5em hanging}
-     The second line in case items wrap
-  */
-}
+/* Section numbers in a column of their own */
+ul.toc span.secno {float: left; width: 4em; margin-left: -5em}
+ul.toc ul ul span.secno { margin-left: -7em; }
+/*ul.toc span.secno {text-align: right}*/
+ul.toc li {clear: both}
+ul.toc {margin-left: 5em}
+/* If we had 'tab', floats would not be needed here:
+	 ul.toc span.secno {tab: 5em right; margin-right: 1em}
+	 ul.toc li {text-indent: 5em hanging}
+ The second line in case items wrap
+*/
 
 ul.index {
-  list-style: disc;		/* Mac NS has problem with 'none' */
-  list-style: none;
+	list-style: none;
 }
 
 s, del {text-decoration: line-through; color: red}
 u, ins {text-decoration: underline; background: #bfa}
 
 div.figure, div.sidefigure {
-    text-align: center;
-    margin: 2.5em 0;
+	text-align: center;
+	margin: 2.5em 0;
 }
 div.sidefigure {
-    float: right;
-    width: 50%;
-    margin: 0 0 0.5em 0.5em
+	float: right;
+	width: 50%;
+	margin: 0 0 0.5em 0.5em
 }
 div.figure img, div.sidefigure img {
-    display: block;
-    margin: auto;
-    max-width: 100%
+	display: block;
+	margin: auto;
+	max-width: 100%
 }
 p.caption, caption {
-    text-align: center;
-    font-style: italic;
-    font-size: 90%;
-    margin: 1.5em 2em;
-    text-indent: 0;
+	text-align: center;
+	font-style: italic;
+	font-size: 90%;
 }
 p.caption:before {
-    content: "Figure " counter(figure) ". ";
-    font-weight: bold;
+	content: "Figure " counter(figure) ". ";
+	font-weight: bold;
 }
 p.caption {
-    counter-increment: figure;
+	counter-increment: figure;
 }
 
 /* DL list is indented, but figure inside it is not */
@@ -288,8 +251,8 @@
 dd div.figure { margin-left: -2em }
 
 sup {
-    vertical-align: super;
-    font-size: 80%
+	vertical-align: super;
+	font-size: 80%
 }
 
 /* "Equations" (not real MathML, but simple HTML) are put in a
@@ -298,16 +261,16 @@
 number there. */
 
 blockquote {
-    margin: 0.5em 4em 0.5em 2em;
-    text-indent: 0;
+	margin: 0.5em 4em 0.5em 2em;
+	text-indent: 0;
 }
 .eqno {
-    text-align: right;
-    float: right;
-    width: 3em;
-    margin: 0 -4em 0 0;
-    font-weight: bold;
-    /* background: silver; color: black; padding: 0.1em */
+	text-align: right;
+	float: right;
+	width: 3em;
+	margin: 0 -4em 0 0;
+	font-weight: bold;
+	/* background: silver; color: black; padding: 0.1em */
 }
 
 table.equiv-table { border-spacing: 0; margin: 0.5em 0 }
@@ -321,49 +284,44 @@
 
 /* Style for table of properties */
 table.proptable {
-    font-size: small;
-    border-collapse: collapse;
-    border-spacing: 0;
-    text-align: left;
-    margin: 1em 0;
+	font-size: small;
+	border-collapse: collapse;
+	border-spacing: 0;
+	text-align: left;
+	margin: 1em 0;
 }
 
 table.proptable td, table.proptable th {
-    padding: 0.4em;
-    border-style: solid none none dotted;
-    border-width: thin;
-    border-color: red;
+	padding: 0.4em;
+	text-align: center;
 }
-table.proptable th:first-child, table.proptable td:first-child {
-    border-left-style: none;
+
+table.proptable tr:hover td {
+	background: #DEF;
 }
 
 
 /* Style for table that defines a property or a descriptor */
 table.propdef, table.propdef-extra, table.descdef {
-    border-spacing: 0;
-    border-collapse: collapse;
-    width: 100%;
-    table-layout: fixed;
-    background: #DEF;
-    margin-top: 1.2em;
-    margin-bottom: 1.2em
+	border-spacing: 0;
+	padding: 0 1em 0.5em;
+	width: 100%;
+	table-layout: fixed;
+	background: #DEF;
+	margin: 1.2em 0;
+	border-left: 0.5em solid #8CCBF2;
 }
 
-/* Since Jan 2008, some CSS modules use <th> instead of <td> in the
-first column of a table.propdef. These rules handle both. As of Jan
-2008, http://www.w3.org/Style/spec-mark-up still only documents <td>
-*/
-
 table.propdef td, table.propdef-extra td, table.descdef td,
 table.propdef th, table.propdef-extra th, table.descdef th {
-    padding: 0 0.3em;
-    vertical-align: baseline;
+	padding: 0.5em;
+	vertical-align: baseline;
+	border-bottom: 1px solid #bbd7e9;
 }
 /*
 table.propdef dfn, table.propdef-extra dfn, table.descdef dfn {
-    font-weight: bold;
-    font-style: normal
+	font-weight: bold;
+	font-style: normal
 }
 */
 table.propdef td:first-child,
@@ -372,10 +330,10 @@
 table.propdef th:first-child,
 table.propdef-extra th:first-child,
 table.descdef th:first-child {
-    font-style: italic;
-    font-weight: normal;
-    text-align: left;
-    width: 8.3em
+	font-style: italic;
+	font-weight: normal;
+	width: 8.3em;
+	padding-left: 1em;      
 }
 table.propdef td[colspan]:first-child,
 table.propdef-extra td[colspan]:first-child,
@@ -383,34 +341,52 @@
 table.propdef th[colspan]:first-child,
 table.propdef-extra th[colspan]:first-child,
 table.descdef th[colspan]:first-child {
-    font-style: inherit
+	font-style: inherit
 }
 table.propdef tr:first-child,
 table.propdef-extra tr:first-child,
 table.descdef tr:first-child {
-    background: #005A9C;
-    color: white
+	
+}
+
+table.propdef > tbody > tr:last-child th,
+table.propdef-extra > tbody > tr:last-child th,
+table.descdef > tbody > tr:last-child th,
+table.propdef > tbody > tr:last-child td,
+table.propdef-extra > tbody > tr:last-child td,
+table.descdef > tbody > tr:last-child td {
+	border-bottom: 0;
+}
+
+table.propdef tr:first-child th,
+table.propdef-extra tr:first-child th,
+table.descdef tr:first-child th,
+table.propdef tr:first-child td,
+table.propdef-extra tr:first-child td,
+table.descdef tr:first-child td {
+	padding-top: 1em;
+}
+
+/* For when values are extra-complex and need formatting for readability */
+table td.pre {
+	white-space: pre-wrap;
 }
 
 /* A footnote at the bottom of a propdef */
 table.propdef td.footnote {padding-top: 0.6em; width: auto}
 table.propdef td.footnote:before {
-  content: " ";
-  display: block;
-  height: 0.6em;
-  width: 4em;
-  border-top: thin solid
+	content: " ";
+	display: block;
+	height: 0.6em;
+	width: 4em;
+	border-top: thin solid;
 }
 
-/* table.propdef tr:first-child td { padding-top: 0.1em; padding-bottom: 0.1em } */
-
-/* This would replace :first-child for Opera, but it confuses WinIE :-( */
-/*
-table.propdef td { width: 8em }
-table.propdef td + td { width: auto }
-table.propdef tr { background: #005A9C; color: white }
-table.propdef tr + tr { background: transparent; color: black }
-*/
+table.proptable td .property {
+	display: block;
+	text-align: left;
+	font-weight: bold;
+}
 
 /* CSS modules typically don't use MUST, SHOULD etc. from RFC 2119,
 or, if they do, they don't put them in uppercase. But the following
@@ -418,86 +394,144 @@
 uppercase in the source. */
 
 em.rfc2119 {
-    text-transform: lowercase;
-    font-variant: small-caps;
-    font-style: normal
+	text-transform: lowercase;
+	font-variant: small-caps;
+	font-style: normal
 }
 
 /* In Profile specs, a table of required features: */
 
 table.features th {
-    background: #00589f;
-    color: #fff;
-    text-align: left;
-    padding: 0.2em 0.2em 0.2em 0.5em;
+	background: #00589f;
+	color: #fff;
+	text-align: left;
+	padding: 0.2em 0.2em 0.2em 0.5em;
 }
 table.features td {
-    vertical-align: top;
-    border-bottom: 1px solid #ccc;
-    padding: 0.3em 0.3em 0.3em 0.7em;
+	vertical-align: top;
+	border-bottom: 1px solid #ccc;
+	padding: 0.3em 0.3em 0.3em 0.7em;
 }
 
 
 /* Style for data tables (and properly marked-up proptables) */
 
-    .data, .proptable {
-      margin: 1em auto;
-      border-collapse: collapse;
-      border: solid #005A9B;
-    }
-    .data caption {
-      width: 100%;
-      text-align: center;
-    }
-    .data td, .data th,
-    .proptable td, .proptable th {
-      border: thin solid;
-      padding: 0.2em;
-      text-align: center;
-    }
-    .data thead th[scope="row"],
-    .proptable thead th[scope="row"] {
-      text-align: right;
-      background: #A4C8E2;
-      color: inherit;
-    }
-    .data thead,
-    .proptable thead {
-      background: #EEEEEE;
-      color: inherit;
-    }
-    .data tbody th:first-child,
-    .proptable tbody th:first-child {
-      text-align: right;
-      background: #EEEEEE;
-      color: inherit;
-    }
-    .data thead,
-    .data tbody,
-    .data tfoot,
-    .data colgroup {
-      border: solid;
-    }
+.data, .proptable {
+	margin: 1em auto;
+	border-collapse: collapse;
+	width: 100%;
+	border: hidden;      
+}
+.data caption {
+	width: 100%;
+	text-align: center;
+}
 
-    .data img {
-      vertical-align: middle;
-    }
+.data td, .data thx,
+.proptable td, .proptable thx {
+	padding: 0.5em;
+	text-align: center;
+	border-top: 1px dotted;        
+}
 
-    table.propdef {
-      table-layout: auto;
-    }
-    .propdef th {
-      font-style: italic;
-      font-weight: normal;
-      text-align: left;
-      width: 3em;
-    }
-    dt dfn code {
-      font-size: inherit;
-    }
+.data thead td:empty {
+	padding: 0;
+	border: 0;
+}
+
+.data thead th[scope="row"],
+.proptable thead th[scope="row"] {
+	text-align: right;
+	color: inherit;
+}
+
+.data thead,
+.proptable thead,
+.data tbody,
+.proptable tbody {
+	color: inherit;
+	border-bottom: 1px solid;
+}
+	
+.data colgroup {
+	border-left: 1px solid;
+}
+
+.data tbody th:first-child,
+.proptable tbody th:first-child ,
+.data tbody td[scope="row"]:first-child,
+.proptable tbody td[scope="row"]:first-child {
+	text-align: right;
+	color: inherit;
+	border-right: 1px solid;
+	border-top: 1px dotted;
+	padding-right: 1em;
+}
+
+.data tbody th[rowspan],
+.proptable tbody th[rowspan],
+.data tbody td[rowspan],
+.proptable tbody td[rowspan]{
+	border-left: 1px dotted;
+}
+
+.data tbody th[rowspan]:first-child,
+.proptable tbody th[rowspan]:first-child,
+.data tbody td[rowspan]:first-child,
+.proptable tbody td[rowspan]:first-child{
+	border-left: 0;
+	border-right: 1px dotted;
+}    
+
+.complex.data th,
+.complex.data td {
+	border: 1px dotted;
+}
+
+
+.data img {
+	vertical-align: middle;
+}
+
+table.propdef {
+	table-layout: auto;
+}
+.propdef th {
+	font-style: italic;
+	font-weight: normal;
+	text-align: left;
+	width: 3em;
+}
+dt dfn code {
+	font-size: inherit;
+}
 
 /* This is mostly to make the list inside the CR exit criteria more compact. */
 ol.inline, ol.inline li {display: inline; padding: 0; margin: 0}
 ol.inline {counter-reset: list-item}
 ol.inline li {counter-increment: list-item}
 ol.inline li:before {content: "(" counter(list-item) ") "; font-weight: bold}
+
+/* This styles the obsoletion notice on some of our older/abandoned specs. */
+details.obsolete[open] {
+	background: #fdd; 
+	color: red; 
+	font-weight: bold; 
+	text-align: center; 
+	padding: .5em; 
+	border: thick solid red; 
+	border-radius: 1em; 
+	position: fixed; 
+	left: 1em; 
+	right: 1em;
+	bottom: 1em; 
+	z-index: 1000;
+}
+
+details.obsolete:not([open]) > summary {
+	background: #fdd; 
+	color: red; 
+	font-weight: bold; 
+	text-align: center; 
+	padding: .5em; 	
+}

Received on Monday, 13 February 2012 17:47:28 UTC