Ticket #18 (closed enhancement: fixed)
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
comment:1 Changed 5 years ago by jf.hovinne
- Status changed from new to assigned
- Milestone changed from 0.3 to 0.3.1
comment:3 Changed 4 years 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.
Note: See
TracTickets for help on using
tickets.