Opened 17 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:

  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 (3)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Styles
Milestone: FCKeditor 2.5
Summary: Underline functionality using deprecated <u> tagAvoid using the deprecated <u> tag for underline
Type: BugNew Feature

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.

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Owner: set to Frederico Caldeira Knabben
Status: newassigned

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

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.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy