Opened 17 years ago

Closed 17 years ago

#1303 closed Bug (fixed)

<col> should be an empty element

Reported by: Alfonso Martínez de Lizarrondo Owned by:
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: General Version:
Keywords: Cc:

Description

switch to source mode and paste this:

<table>
 <colgroup><col width="40%"><col width="60%"></colgroup>
 <tbody>
  <tr>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
  </tr>
 </tbody>
</table>

switch back and now go back to source mode: the <col>s now have a closing tag and the page won't validate

<colgroup><col width="40%"></col><col width="60%"></col></colgroup>

Change History (1)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Milestone: FCKeditor 2.5
Resolution: fixed
Status: newclosed

Fixed with [911]

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