This question about This website: Needs followup in Tasks

required attribute "alt" not specified.

This may not matter much in that I think I read somewhere that the Foswiki skin is changing.

Anyway, whilst working on a plugin I found that the current skin on the Foswiki site does not validate as XHTML 1.0 Transitional.

The arrors are:

required attribute "alt" not specified.
…/pencil.gif" width="16" height="16" /></a></span><span><a href="http://foswik

In short, there are no alt attributes supplied with the img tag that refer to edit, print, etc... at the top of the page.

There is a title attribute supplied on the link. But in XHTML 1.0 Transitional every img tag much have an alt attribute

regards...

-- BramVanOosterhout - 28 Feb 2009


The complete item, with spacing for clarity:

<span>
  <a href="http://foswiki.org/bin/edit/Support/Question79?t=1235841262" title="Edit this topic">
    <img src="http://foswiki.org/pub/System/FoswikiSiteSkin/pencil.gif" width="16" height="16" />
  </a>
</span>

Now I wonder which standard(s) we're aiming for. smile

-- NathanDye - 28 Feb 2009


QuestionForm edit

Subject This website
Extension
Version
Status Needs followup in Tasks
Topic revision: r3 - 04 Mar 2009, ArthurClemens
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy