Ticket #1518 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Add new ''title'' and ''alt'' fields in the schemas.

Reported by: madarche Assigned to: madarche
Priority: P3 Milestone: CPS 3.4.3
Component: CPSDocument Version: TRUNK
Severity: normal Keywords: accessibility
Cc:

Description

We need additional fields in the schemas to store title and alt information for images used in Web Documents and in portlets.

An image requires an alt text. This is mandatory to provide basic accessibility. And automatic setting of the alt text cannot be done from a file name that can be anything.

Having a title is also a needed addition but required for higher levels of WAI.

Those information were present previous to CPS 3.4.0 but were removed because they were not cleanly stored.

This is related to #1509 and #1335.

Change History

03/03/06 17:34:55 changed by ebarroca

  • priority changed from P2 to P3.

05/16/06 17:11:53 changed by sfermigier

  • milestone changed from CPS 3.4.1 to CPS 3.4.2.

05/19/06 16:54:56 changed by sfermigier

  • milestone changed from CPS 3.4.2 to CPS 3.4.3.

10/06/06 17:28:24 changed by madarche

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [49410] by adding a title field in the File Widget, Image Widget and Photo Widget. This title field is used as the "title" and "alt" attributes on HTML images declarations.

The schemas and layouts for portlets in the default profile using Image Widgets or Photo Widgets have not been updated but could be if necessary.

So basically this affects the 2 following document types :

* News Item

* Document (web document, ex-flexible)