Ticket #18 (closed enhancement: fixed)

Opened 3 years ago

Last modified 22 months ago

Acronyms and abbreviations

Reported by: dixon_ Owned by: 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

Changed 3 years ago by jf.hovinne

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

Changed 3 years ago by jf.hovinne

  • milestone changed from 0.3.1 to 0.5

Changed 22 months ago 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.

Changed 22 months ago by jf.hovinne

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

See r559. Feature will be integrated in 0.6.

Note: See TracTickets for help on using tickets.