This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
I don't think the spec does not clearly specifies what a browser should display when an image is unavailable or images are disabled in a browser. Currently browsers do not uniformly display the content of the alt attribute, some display the content of the title attribute if the alt is not present. Furthermore alt content may be omitted or truncated in some browsers. see http://www.paciellogroup.com/blog/?p=498 for more details. suggest adding the following: 1. browsers should display as text the complete content of the alt attribute if an image is not available or images are disabled. 2. browsers should not display as text the content of the title attribute if an image is not available or images are disabled OR 2a. browsers should display as text the complete content of the alt attribute and the title attribute if present, if an image is not available or images are disabled. Browsers should provide a method for users to distinguish between title text and alt text if an image is not available or images are disabled.
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document: http://dev.w3.org/html5/decision-policy/decision-policy.html Status: Did Not Understand Request Change Description: no spec change Rationale: I don't understand. There's pages of information on this, first from the semantic perspective (starting from "What an img element represents depends on the src attribute and the alt attribute." and ending with "The contents of img elements, if any, are ignored for the purposes of rendering." about two dozen paragraphs later), and then in the rendering section under "Images" and "Attributes for embedded content and images". Could you elaborate on exactly how all this text is deficient?
i provided very concrete suggestions could you respond to these: >suggest adding the following: >1. browsers should display as text the complete content of the alt attribute if >an image is not available or images are disabled. >2. browsers should not display as text the content of the title attribute if an >image is not available or images are disabled >OR >2a. browsers should display as text the complete content of the alt attribute >and the title attribute if present, if an image is not available or images are >disabled. >Browsers should provide a method for users to distinguish between title text >and alt text if an image is not available or images are disabled. is the advice is suggested provided? if not why should it not be provided? reasoning and research provided http://www.paciellogroup.com/blog/?p=498
The HTML Accessibility Task Force intends to track these issues, per the proposal at http://lists.w3.org/Archives/Public/public-html-a11y/2010Jan/0245.html.
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document: http://dev.w3.org/html5/decision-policy/decision-policy.html Status: Accepted Change Description: no spec change Rationale: As far as I can tell the spec already covers everything suggested in comment 2 in far more detail than proposed. Specifically for #1, the text "the element represents the text given by the alt attribute" (from paragraph 3 of the option "If the src attribute is set and the alt attribute is set to a value that isn't empty" under "What an img element represents depends on the src attribute and the alt attribute" in the section "The img element") combined with the text "user agents are expected to render an element so that it conveys to the user the meaning that the element represents" (in the "Introduction" section of the "Rendering" section) seems to convey the exact same requirement, though in more appropriate terms. Similarly, for #2, the title="" attribute is covered by text such as "The title attribute represents advisory information for the element" and "User agents must not present the contents of the alt attribute in the same way as content of the title attribute", and it has its own section in the "Rendering" section.
http://www.w3.org/2002/09/wbs/44061/20080513_bugs/results#xq2 We consider this addressed by the text alternatives [http://www.w3.org/html/wg/wiki/ChangeProposals/ImgElement20090126] and title attribute [http://www.w3.org/html/wg/wiki/ChangeProposals/ImgElement20091203] change proposals.