Skip to content

Commit

Permalink
[giow] (2) align=middle works basically the same as align=center, as …
Browse files Browse the repository at this point in the history
…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

git-svn-id: http://svn.whatwg.org/webapps@5016 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 13, 2010
1 parent 0ba5447 commit ed788c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -82476,9 +82476,10 @@ <h4 id=alignment><span class=secno>14.2.4 </span>Alignment</h4>
<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>
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -75742,9 +75742,10 @@ tfoot[valign=baseline], tr[valign=baseline], td[valign=baseline], th[valign=base
<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>
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -93914,9 +93914,10 @@ tfoot[valign=baseline], tr[valign=baseline], td[valign=baseline], th[valign=base
<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>
Expand Down

0 comments on commit ed788c5

Please sign in to comment.