﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7962	<td> align attribute causes validation errors in IE 8	chris@…		"If I enter this code into the source view using IE8:

<table>
   <tr>
      <td align=""center"">some text</td>
   </tr>
</table>

It gets changed to

<table>
   <tr>
      <td align=""middle"">some text</td>
   </tr>
</table>

The new value of ""middle"" instead of ""center"" and the page is no longer validate using an xhtml transitional dtd. "	Bug	confirmed	Normal		Core : Tables	3.0		IE	chris@…
