Ticket #271 (closed New Feature: fixed)

Opened 21 months ago

Last modified 15 months ago

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

Changed 19 months ago by fredck

  • type changed from Bug to New Feature
  • summary changed from Underline functionality using deprecated <u> tag to Avoid using the deprecated <u> tag for underline
  • component changed from General to Core : Styles
  • milestone set to FCKeditor 2.5

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.

Changed 16 months ago by fredck

  • owner set to fredck
  • status changed from new to assigned

Changed 15 months ago by fredck

  • status changed from assigned to closed
  • resolution set to fixed

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.

Note: See TracTickets for help on using tickets.