This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 9592 - user agents should provide an indication that an image has not been rendered
Summary: user agents should provide an indication that an image has not been rendered
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 11:15 UTC by steve faulkner
Modified: 2010-10-04 13:55 UTC (History)
5 users (show)

See Also:


Attachments

Description steve faulkner 2010-04-26 11:15:26 UTC
Currently the spec says under http://dev.w3.org/html5/spec/text-level-semantics.html#the-img-element ( revision 1.4067):

↪If the src attribute is set and the alt attribute is set to the empty string
...
"User agents may provide the user with a notification that an image is present but has been omitted from the rendering."

change this to 
"User agents should provide the user with a notification that an image is present but has been omitted from the rendering."

↪If the src attribute is set and the alt attribute is set to a value that isn't empty
...
"User agents may provide the user with a notification that an image is present but has been omitted from the rendering."

change this to 
"User agents should provide the user with a notification that an image is present but has been omitted from the rendering."

Rationale:
for users of graphical user agents that have images disabled unless an indication that an image has been replaced or not rendered, there is no mechanism for the user to identify where an image may be on the page and therefore no way for the user to query the image and display it or copy it or obtain the the image address, if the user so desires.

Quite often users may have images turend off to save on bandwidth, but want to display an image for further investigation, but they cannot unless they know an image is there.
Comment 1 Ian 'Hixie' Hickson 2010-08-16 21:30:23 UTC
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: Rejected
Change Description: no spec change
Rationale: "may" is the appropriate conformance requirement here. I agree with your rationale, but the spec is not the place to dictate user interface. This kind of suggestion is more appropriate for a spec like the UAAG.