Opened 18 years ago
Closed 17 years ago
#271 closed New Feature (fixed)
Avoid using the deprecated <u> tag for underline
Reported by: | james | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | Core : Styles | Version: | |
Keywords: | Cc: |
Description
The <u> tag was deprecated in the HTML 4.01 spec and is not supported at all by the XHTML strict DTD, therefore the claim on the homepage that FCK editor "Outputs XHTML 1.0" is false.
To reproduce:
- enter a line of text in FCK editor
- Underline the text by clicking on the "U" button.
- Verify that outputted text is formated using the <u> tag.
Change History (3)
comment:1 Changed 18 years ago by
Component: | General → Core : Styles |
---|---|
Milestone: | → FCKeditor 2.5 |
Summary: | Underline functionality using deprecated <u> tag → Avoid using the deprecated <u> tag for underline |
Type: | Bug → New Feature |
comment:2 Changed 17 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [774].
It is now possible to precisely define which tag to use for each formatting button, avoiding using <u>, if needed.
Click here for more info about our SVN system.
The <u> tag is valid on XHTML 1.0 Transitional. This is not a current bug on the editor, but a missing feature.
We should able to handle this with the new style system.