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 25886 - Confusing to say null alt text in one sentence and MUST be left empty in the next.
Summary: Confusing to say null alt text in one sentence and MUST be left empty in the ...
Status: RESOLVED MOVED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 alt techniques (editor: Steven Faulkner) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Shane McCarron
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-26 20:53 UTC by dmacdona
Modified: 2016-04-28 16:26 UTC (History)
7 users (show)

See Also:
lwatson: needinfo? (david100)


Attachments

Description dmacdona 2014-05-26 20:53:04 UTC

    
Comment 1 dmacdona 2014-05-26 20:59:38 UTC
"Purely decorative images must be marked up so they can be ignored by assistive technology with a null alt attribute (alt="") or preferably use CSS techniques. If the image isn't providing the user any informative content or enhancing greater understanding of the content, then the alt attribute must be empty."

1) Remove the word empty and replace it with "must have a null value"
 
2) Two low vision members of the WCAG mentioned today that CSS background images mess with the contrast changes they try to make. So I suggest remove "or preferably use CSS techniques"

http://lists.w3.org/Archives/Public/w3c-wai-gl/2014AprJun/0122.html
http://lists.w3.org/Archives/Public/w3c-wai-gl/2014AprJun/0121.html
Comment 2 dmacdona 2014-05-26 21:49:04 UTC
I withdraw and save for next round
Comment 3 Shane McCarron 2015-01-29 17:29:41 UTC
Moved into LC1 component as per discussion in HTML A11Y Task Force on 29 January 2015
Comment 4 Shane McCarron 2015-01-29 18:49:55 UTC
The language in the section had changed some since the original comment.  Proposed change is:

      <p>Purely decorative images are visual enhancements, decorations, or embellishments that provide no function or information beyond aesthetics to users who can view the images.</p>
      <p>Mark up purely decorative images so they can be ignored by assistive technology by using an empty <code>alt</code> attribute (alt=""). </p>
      <p class='note'>An alternate technique is to include the image using CSS.  This is NOT recommended, as CSS background images can make it difficult for visually impaired users to enable "high contrast" mode.</p>
Comment 5 Léonie Watson 2016-04-28 16:26:47 UTC
Moved to HTML on Github
https://github.com/w3c/html/issues/307