Ticket #4486 (closed New Feature: wontfix)

Opened 6 months ago

Last modified 8 days ago

Please Change Bold and Italic to STRONG and EM

Reported by: alanregan Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

First, thank you for a good product. I submit this feature request on behalf of the faculty at our school.

We are piloting Sakai as a possible alternative learning management system. Sakai uses the FCKeditor. We have received a number of inquiries wondering why the tool is using outdated/deprecated HTML tags for bold and italic formatting. The current editor is using B and I tags rather than STRONG and EM tags. We would really appreciate it if you would consider changing the HTML code for formatting like bold and italic, to adopt more current HTML standards.

Here is a sample request from one of our faculty: "I would like to request/recommend that the WYSIWYG editor use 'strong' and 'em' tags for bold and italics rather than 'b' and 'i'. This is actually a rather important principle of HTML coding these days. The 'b' and 'i' tags focus on specific appearance rather than function; the preference these days is for more semantically meaningful tags. Also, assistive browsing devices, e.g., for sight-impaired folk, tend to prefer 'strong' and 'em.' Dreamweaver and other such editors default to 'strong' and 'em' these days."

Again, we thank you for a great product, and hope you will consider this feature request. We appreciate your time and thank you in advance for your time and help.

Change History

Changed 8 days ago by alfonsoml

  • status changed from new to closed
  • resolution set to wontfix

You can change the output using the configuration.

Take a look at  http://dev.fckeditor.net/ticket/5024 and the configuration docs:  http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.coreStyles_bold

Note: See TracTickets for help on using tickets.