[html5] r7405 - [e] (0) Styling Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 25 17:22:33 PDT 2012


Author: ianh
Date: 2012-09-25 17:22:32 -0700 (Tue, 25 Sep 2012)
New Revision: 7405

Modified:
   complete.html
   index
   source
Log:
[e] (0) Styling
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-26 00:02:01 UTC (rev 7404)
+++ complete.html	2012-09-26 00:22:32 UTC (rev 7405)
@@ -121,6 +121,9 @@
    .matrix, .matrix td { border: hidden; text-align: right; }
    .matrix { margin-left: 2em; }
 
+   .vertical-summary-table tr > th[rowspan="2"]:first-child + th,
+   .vertical-summary-table tr > td[rowspan="2"]:first-child + td { border-bottom: hidden; }
+
    .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
    .dice-example caption { width: 30em; font-size: smaller; font-style: italic; padding: 0.75em 0; text-align: left; }
    .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; }
@@ -246,7 +249,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 25 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 26 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -19681,7 +19684,7 @@
 
   <p><i>This section is non-normative.</i></p>
 
-  <table><thead><tr><th rowspan=2>Element
+  <table class=vertical-summary-table><thead><tr><th rowspan=2>Element
      <th>Purpose
     <tr><th>Example
    <tbody><tr><td rowspan=2><code><a href=#the-body-element>body</a></code>

Modified: index
===================================================================
--- index	2012-09-26 00:02:01 UTC (rev 7404)
+++ index	2012-09-26 00:22:32 UTC (rev 7405)
@@ -121,6 +121,9 @@
    .matrix, .matrix td { border: hidden; text-align: right; }
    .matrix { margin-left: 2em; }
 
+   .vertical-summary-table tr > th[rowspan="2"]:first-child + th,
+   .vertical-summary-table tr > td[rowspan="2"]:first-child + td { border-bottom: hidden; }
+
    .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
    .dice-example caption { width: 30em; font-size: smaller; font-style: italic; padding: 0.75em 0; text-align: left; }
    .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; }
@@ -246,7 +249,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 25 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 26 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -19681,7 +19684,7 @@
 
   <p><i>This section is non-normative.</i></p>
 
-  <table><thead><tr><th rowspan=2>Element
+  <table class=vertical-summary-table><thead><tr><th rowspan=2>Element
      <th>Purpose
     <tr><th>Example
    <tbody><tr><td rowspan=2><code><a href=#the-body-element>body</a></code>

Modified: source
===================================================================
--- source	2012-09-26 00:02:01 UTC (rev 7404)
+++ source	2012-09-26 00:22:32 UTC (rev 7405)
@@ -21100,7 +21100,7 @@
 
   <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
 
-  <table>
+  <table class="vertical-summary-table">
    <thead>
     <tr>
      <th rowspan=2>Element




More information about the Commit-Watchers mailing list