Opened 16 years ago
Closed 16 years ago
#3241 closed Bug (wontfix)
Htmlwriter self-closing tag problem
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Writer should be able to represent block-level self-closing element as they are.
Reproducing Procedures
- Open the replace by class example page;
- Switch to 'source' mode and make the following input:
<p />
- Switch to 'wysiwyg' mode and switch back.
- Actual Result:
<p> </p>
- Expected Result :
<p />
- Actual Result:
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
We don't have interest on supporting this. Even though, it's probably enough to change the CKEDITOR.dtd properties to achieve this.
I think that that kind of usage is very uncommon, so I wouldn't worry too much about it.