Ticket #18 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 month ago

Acronyms and abbreviations

Reported by: dixon_ Assigned to: jf.hovinne
Priority: minor Milestone: 0.5
Component: Editor Version: trunk
Keywords: Cc:

Description

I think support for <abbr> and <acronym> with at least the title attribute should be implemented (editable) in WYMeditor. This would improve the semantics and accessibility of what the editor will output.

Change History

05/03/07 21:37:51 changed by jf.hovinne

  • status changed from new to assigned.
  • milestone changed from 0.3 to 0.3.1.

06/29/07 10:29:35 changed by jf.hovinne

  • milestone changed from 0.3.1 to 0.5.

10/02/08 21:09:05 changed by jf.hovinne

This is now possible with the help of the wrap() and unwrap() API calls.

A test page is available at trunk/src/test/acronym-dialog.html

This feature can be implemented as a specific plugin, or as a more generic 'inline elements' plugin.

I'll work on that ASAP. Any help is welcome.

10/20/08 21:56:23 changed by jf.hovinne

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

See r559. Feature will be integrated in 0.6.