• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
1. Don't output the close tag for LABEL when the opening one has not been generated

2. Remove the use of tables to layout the date widget

  1. … 1 more file in changeset.
Close tag for label was generated even when the opening one wasn't present.

Checkpoint 10.2 (level A): implicit association of label and form widget

  1. … 1 more file in changeset.
Patch for checkpoint 10.2 (implicit association in forms). Approved by oct 15-oct-2008.

  1. … 2 more files in changeset.
HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 22 more files in changeset.
Merged from 5.4.2

  1. … 283 more files in changeset.
Improved style of form errors. Moved the required mark into the label tag so screenreaders won't miss it when in "form" mode.

  1. … 1 more file in changeset.
Enclosed legend text in span so a style can be applied to it if needed. Applied implicit association for checkbox/radio by wrapping the formfield with the label tag. Don't generate empty div blocks (e.g. when label is empty)

Add a back button

HTML 4.01 Strict cleanup

  1. … 25 more files in changeset.
fix bug #3104

Fix HTML and add missing alt text

  1. … 1 more file in changeset.
New standard.adp from oacs-5-3

changing <br/> to <br> to meet html transitional validation requirements

  1. … 11 more files in changeset.
Zen: fieldset/legend tags are not generated anymore if the legend tag has no text

  1. … 3 more files in changeset.
Added form_id to section_id to build fieldset ID (was conflicting in some case with others IDs)

Revert

Added form legend div so the sections can remotely look as before...

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 323 more files in changeset.
Zen: don't generate label tag if the form mode is 'display'

Zen: removing label from inform widget type

Zen: label should not be used for element widgets that group several form elements (radio, checkbox, date)

Zen: legend tag is mandatory so we add it even if it's empty

  1. … 2 more files in changeset.
Remove unecessary comment in standard.adp. Set default class to widget name for radio/checkbox fieldset

  1. … 1 more file in changeset.
Zen: Add fieldset and legend for form sections

  1. … 2 more files in changeset.
Mark Wylie's changes: adding form-label-error class; parens around required text; adding form-widget-error class

Add fieldset and legend properties for checkbox and radio widgets

  1. … 1 more file in changeset.
fix problem with radio and checkbox. formwidget was used instead of formgroup.widget.

Zen project: Add fieldset tag for form sections

implementing mark wylie's tableless design for forms