Opened 13 years ago

Last modified 13 years ago

#7962 confirmed Bug

<td> align attribute causes validation errors in IE 8

Reported by: chris@… 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 13 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 3.63.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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy