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> </td> <td> </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
Milestone: | → FCKeditor 2.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed with [911]