Summary: | Rendering ALT text for images as inline and expanding the image placeholder dimensions as required by the alt text | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Gérard Talbot (no longer involved) <browserbugs2> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | kollix |
Priority: | NOR | Keywords: | accessibility, testcase |
Version: | 4.1.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
URL: | http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/ExpandingAltTextForImages.html | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gérard Talbot (no longer involved)
2008-08-30 08:20:07 UTC
" 4. For an object (e.g., an image) with an author-specified geometry that the user agent does not render, allow the user to configure how the conditional content should be rendered. For example, within the specified geometry, or by ignoring the specified geometry altogether. " Techniques for User Agent Accessibility Guidelines 1.0 2.3 Render conditional content (P1) Example techniques This is exactly what this bug report is about: to ignore placeholder dimensions for image and render alt attribute value as inline. There is also a setting in Internet Explorer 6, Internet Explorer 7 and Internet Explorer 8 which was intended (and was supposed) to do this: Tools/Internet Options.../Advanced tab/Accessibility section/Always expand ALT text for images regards, Gérard Duplicate of bug 48458 ? --------- Firefox's implementation: browser.display.force_inline_alttext Boolean True: Force broken images' alt text to be displayed inline False (default): Show an icon if rendering in Quirks Mode and there is no alt text, or if rendering in Quirks Mode and the image has a size specified. http://kb.mozillazine.org/About:config_entries#Browser. What that also means is that, by default, the alt text will be displayed inline whenever Firefox is triggered in standards compliant rendering mode. regards, Gérard This bug 170069 is NOT a duplicate of bug 48458. Techniques for User Agent Accessibility Guidelines 1.0 2.3 Render conditional content (P1) Example techniques can be read at http://www.w3.org/TR/UAAG10-TECHS/guidelines.html#tech-conditional-content regards, Gérard bug 170069, bug 48458 and bug 276839 should merge into 1 single bug report. Bug 158249, bug 170069, bug 48458 and bug 276839 should merge into 1 single bug report. Gérard *** This bug has been marked as a duplicate of bug 158249 *** |