'''Short description''' From the point of view of usability/accessibility, it is desired that links which open in a new window should announce that at least in -arg. For more information on this, see e.g. [[http://www.webcredible.co.uk/user-friendly-resources/web-usability/new-browser-windows.shtml| this page (opens in a new window!!!!)|target="_blank"]]. ;-) Here is a patch for Moin1.9.0beta3: {{attachment:patch.diff}} In the long run, it might be a good idea, to add to the help pages HelpOnEditing also a HelpOnAccessibility page, which explains best-practice in wiki-editing to the users: * When including an image, please provide a sensible alt tag for it. * When opening links in new windows with target="_blank", it is always a good idea to add remark on that to the link-text itself (although Moin might add this information to the title-arg in future). -- OliverSiemoneit <> '''Discussion''' Don't know how to deal with image links. With the patch above, the title-arg in the is there. So it should be ok. However hovering over an image with the mouse always displays the alt of the image only (with the link target as alt-text or the give alt-text as alt-text). Should this be changed? But as far as is could see, changing this is only possible by changing the parser (calling the formatter)?? Test-Cases: {{{ [[FrontPage| FrontPage(Neues Fenster)|target="_blank"]] OK! [[FrontPage|{{attachment:test.png}}|target="_blank"]] Shows "FrontPage" as tool-tip: OK??? [[FrontPage|{{attachment:test.png|Dies ist der Alt-Text }}|target="_blank"]] Shows "Dies ist der Alt-Text" as tool-tip: OK?? [[FrontPage|{{attachment:missing.png}}|target="_blank"]] Shows "Upload attachment" as tool-tip: OK! [[FrontPage|{{attachment:missing.png|Dies ist der Alt-Text }}|target="_blank"]] Shows "Upload attachment" as tool-tip: OK! }}} ## Tell your story here. ## What is the problem you are trying to solve? ## Is this features useful to most users or just to specific users? ## ## Lines prefixed with ## such as this one are comments, you can ## remove them. ## After creating the feature request, please subscribe to it! We may have ## questions or comments, and if you can help define the feature exactly ## there's a much higher chance that we'll implement it. ---- CategoryFeatureRequest