hixie: Fix alignment rules. (whatwg r4914)

hixie: Fix alignment rules. (whatwg r4914)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3934&r2=1.3935&f=h
http://html5.org/tools/web-apps-tracker?from=4913&to=4914

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3934
retrieving revision 1.3935
diff -u -d -r1.3934 -r1.3935
--- Overview.html 30 Mar 2010 23:09:08 -0000 1.3934
+++ Overview.html 30 Mar 2010 23:29:12 -0000 1.3935
@@ -62357,13 +62357,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>,
@@ -62397,7 +62400,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><div class="impl">

Received on Thursday, 1 April 2010 05:36:03 UTC