[html5] r4914 - [giow] (2) Fix alignment rules. Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 30 16:29:08 PDT 2010


Author: ianh
Date: 2010-03-30 16:29:07 -0700 (Tue, 30 Mar 2010)
New Revision: 4914

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Fix alignment rules.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9240

Modified: complete.html
===================================================================
--- complete.html	2010-03-30 23:08:32 UTC (rev 4913)
+++ complete.html	2010-03-30 23:29:07 UTC (rev 4914)
@@ -84121,13 +84121,16 @@
 }</pre>
 
   <p>The <code><a href=#center>center</a></code> element, the <code><a href=#the-caption-element>caption</a></code> element
-  unless specified otherwise below, and the <code><a href=#the-div-element>div</a></code> element
-  when its <code title=attr-div-align><a href=#attr-div-align>align</a></code> attribute's value
-  is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string
-  "<code title="">center</code>", are expected to center text within
-  themselves, as if they had their 'text-align' property set to
+  unless specified otherwise below, and the <code><a href=#the-div-element>div</a></code>,
+  <code><a href=#the-thead-element>thead</a></code>, <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>,
+  <code><a href=#the-tr-element>tr</a></code>, <code><a href=#the-td-element>td</a></code>, and <code><a href=#the-th-element>th</a></code> elements when
+  they have an <code title=attr-div-align><a href=#attr-div-align>align</a></code> attribute
+  whose value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the
+  string "<code title="">center</code>", are expected to center text
+  within themselves, as if they had their 'text-align' property set to
   'center' in a <a href=#presentational-hints title="presentational hints">presentational
-  hint</a>, and to <a href=#align-descendants>align descendants</a> to the center.</p>
+  hint</a>, and to <a href=#align-descendants>align descendants</a> to the
+  center.</p>
 
   <p>The <code><a href=#the-div-element>div</a></code>, <code><a href=#the-caption-element>caption</a></code>, <code><a href=#the-thead-element>thead</a></code>,
   <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>, <code><a href=#the-tr-element>tr</a></code>,
@@ -84161,7 +84164,10 @@
   both their 'margin-left' and 'margin-right' properties computing to
   a value other than 'auto', that are over-constrained and that have
   one of those two margins with a used value forced to a greater
-  value, and that do not themselves have an applicable <code title=attr-align>align</code> attribute.</p>
+  value, and that do not themselves have an applicable <code title=attr-align>align</code> attribute. When multiple elements
+  are to <a href=#align-descendants title="align descendants">align</a> a particular
+  descendant, the most deeply nested such element is expected to
+  override the others.</p>
 
   </div>
 

Modified: index
===================================================================
--- index	2010-03-30 23:08:32 UTC (rev 4913)
+++ index	2010-03-30 23:29:07 UTC (rev 4914)
@@ -77393,13 +77393,16 @@
 }</pre>
 
   <p>The <code><a href=#center>center</a></code> element, the <code><a href=#the-caption-element>caption</a></code> element
-  unless specified otherwise below, and the <code><a href=#the-div-element>div</a></code> element
-  when its <code title=attr-div-align><a href=#attr-div-align>align</a></code> attribute's value
-  is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string
-  "<code title="">center</code>", are expected to center text within
-  themselves, as if they had their 'text-align' property set to
+  unless specified otherwise below, and the <code><a href=#the-div-element>div</a></code>,
+  <code><a href=#the-thead-element>thead</a></code>, <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>,
+  <code><a href=#the-tr-element>tr</a></code>, <code><a href=#the-td-element>td</a></code>, and <code><a href=#the-th-element>th</a></code> elements when
+  they have an <code title=attr-div-align><a href=#attr-div-align>align</a></code> attribute
+  whose value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the
+  string "<code title="">center</code>", are expected to center text
+  within themselves, as if they had their 'text-align' property set to
   'center' in a <a href=#presentational-hints title="presentational hints">presentational
-  hint</a>, and to <a href=#align-descendants>align descendants</a> to the center.</p>
+  hint</a>, and to <a href=#align-descendants>align descendants</a> to the
+  center.</p>
 
   <p>The <code><a href=#the-div-element>div</a></code>, <code><a href=#the-caption-element>caption</a></code>, <code><a href=#the-thead-element>thead</a></code>,
   <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>, <code><a href=#the-tr-element>tr</a></code>,
@@ -77433,7 +77436,10 @@
   both their 'margin-left' and 'margin-right' properties computing to
   a value other than 'auto', that are over-constrained and that have
   one of those two margins with a used value forced to a greater
-  value, and that do not themselves have an applicable <code title=attr-align>align</code> attribute.</p>
+  value, and that do not themselves have an applicable <code title=attr-align>align</code> attribute. When multiple elements
+  are to <a href=#align-descendants title="align descendants">align</a> a particular
+  descendant, the most deeply nested such element is expected to
+  override the others.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2010-03-30 23:08:32 UTC (rev 4913)
+++ source	2010-03-30 23:29:07 UTC (rev 4914)
@@ -93391,13 +93391,16 @@
 }</pre>
 
   <p>The <code>center</code> element, the <code>caption</code> element
-  unless specified otherwise below, and the <code>div</code> element
-  when its <code title="attr-div-align">align</code> attribute's value
-  is an <span>ASCII case-insensitive</span> match for the string
-  "<code title="">center</code>", are expected to center text within
-  themselves, as if they had their 'text-align' property set to
+  unless specified otherwise below, and the <code>div</code>,
+  <code>thead</code>, <code>tbody</code>, <code>tfoot</code>,
+  <code>tr</code>, <code>td</code>, and <code>th</code> elements when
+  they have an <code title="attr-div-align">align</code> attribute
+  whose value is an <span>ASCII case-insensitive</span> match for the
+  string "<code title="">center</code>", are expected to center text
+  within themselves, as if they had their 'text-align' property set to
   'center' in a <span title="presentational hints">presentational
-  hint</span>, and to <span>align descendants</span> to the center.</p>
+  hint</span>, and to <span>align descendants</span> to the
+  center.</p>
 
   <p>The <code>div</code>, <code>caption</code>, <code>thead</code>,
   <code>tbody</code>, <code>tfoot</code>, <code>tr</code>,
@@ -93435,7 +93438,10 @@
   a value other than 'auto', that are over-constrained and that have
   one of those two margins with a used value forced to a greater
   value, and that do not themselves have an applicable <code
-  title="attr-align">align</code> attribute.</p>
+  title="attr-align">align</code> attribute. When multiple elements
+  are to <span title="align descendants">align</span> a particular
+  descendant, the most deeply nested such element is expected to
+  override the others.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list