[html5] r5016 - [giow] (2) align=middle works basically the same as align=center, as far as I ca [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 12 22:44:22 PDT 2010


Author: ianh
Date: 2010-04-12 22:44:20 -0700 (Mon, 12 Apr 2010)
New Revision: 5016

Modified:
   complete.html
   index
   source
Log:
[giow] (2) align=middle works basically the same as align=center, as far as I can tell. (Not every browser is identical here, but this seems the simplet compromise amongst the browsers I tested.)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9445

Modified: complete.html
===================================================================
--- complete.html	2010-04-13 05:06:46 UTC (rev 5015)
+++ complete.html	2010-04-13 05:44:20 UTC (rev 5016)
@@ -82476,9 +82476,10 @@
   <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
+  whose value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for
+  either the string "<code title="">center</code>" or the string
+  "<code title="">middle</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>

Modified: index
===================================================================
--- index	2010-04-13 05:06:46 UTC (rev 5015)
+++ index	2010-04-13 05:44:20 UTC (rev 5016)
@@ -75742,9 +75742,10 @@
   <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
+  whose value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for
+  either the string "<code title="">center</code>" or the string
+  "<code title="">middle</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>

Modified: source
===================================================================
--- source	2010-04-13 05:06:46 UTC (rev 5015)
+++ source	2010-04-13 05:44:20 UTC (rev 5016)
@@ -93914,9 +93914,10 @@
   <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
+  whose value is an <span>ASCII case-insensitive</span> match for
+  either the string "<code title="">center</code>" or the string
+  "<code title="">middle</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>




More information about the Commit-Watchers mailing list