Opened 14 years ago
Last modified 14 years ago
#7962 confirmed Bug
<td> align attribute causes validation errors in IE 8
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | IE | Cc: | chris@… |
Description
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.
Change History (1)
comment:1 Changed 14 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | 3.6 → 3.0 |
This has been true for IE6, IE7 and IE8 from CKEditor 3.0.
For a minute I thought that output for XHTML sample will handle it but align attribute is changed despite the sample.