Ticket #271 (closed New Feature: fixed)
Avoid using the deprecated <u> tag for underline
| Reported by: | james | Owned by: | fredck |
|---|---|---|---|
| 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:
1. enter a line of text in FCK editor
2. Underline the text by clicking on the "U" button.
3. Verify that outputted text is formated using the <u> tag.
Change History
Note: See
TracTickets for help on using
tickets.