Feature #9670
Wiki-syntax should support alt text for images
Status: | Closed | Start date: | 2011-11-26 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Invalid |
Description
The syntax of the wiki should support the alt-text and a title-text for an image. The text is helpful if a user hovers the mouse, so it will display the text in a tool-tip. Also, if the user disabled images, or for accessibility.
Maybe it should use the "Optional description" in the Files upload form (if it's an image).
A possible wiki-syntax could be"My description":!someimage.jpg!
History
#1
Updated by Jean-Philippe Lang about 11 years ago
- File Messier51.jpg added
- Category changed from Wiki to Text formatting
- Status changed from New to Closed
- Resolution set to Invalid
Already supported:
!Messier51.jpg(Messier 51 © NASA and European Space Agency)!
gives
#2
Updated by Mischa The Evil about 11 years ago
Jean-Philippe Lang wrote:
- File Messier51.jpg added
Nice image choice... :)
#3
Updated by Erwin Mueller about 11 years ago
I didn't know that, where do you have that information?
Because it isn't mentioned in the http://www.redmine.org/projects/redmine/wiki/RedmineTextFormatting
or in the Help about text formatting.
#4
Updated by Jean-Philippe Lang about 11 years ago
It's a standard Textile syntax (see http://redcloth.org/hobix.com/textile/ for examples).
I've update RedmineTextFormatting.
#5
Updated by Jean-Philippe Lang about 11 years ago
Mischa The Evil wrote:
Nice image choice... :)
Thanks!
#6
Updated by Erwin Mueller about 11 years ago
Jean-Philippe Lang wrote:
It's a standard Textile syntax (see http://redcloth.org/hobix.com/textile/ for examples).
I've update RedmineTextFormatting.
Thank you for the information.
Do Redmine supports all syntax of Textile? Maybe a link to http://redcloth.org/hobix.com/textile/ would be then appropriate?
#7
Updated by Jean-Philippe Lang about 11 years ago
It should support most of the syntax. I've changed the link to this one which is more usefull.