Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-6408

W3C accessibility

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.1
    • 3.0.RC5
    • Styles
    • None
    • PHP Environment: 4.3.9
      Database: Oracle 9.x

      Conformance to W3C accessibility priority 1 and 2.

      Within includes\functions.php, function gen_sort_selects.

      Please kindly consider changing the following:

      From: $s_limit_days = '<select name="st">';
      To: $s_limit_days = '<select name="st" id="st">';

      From: $s_sort_key = '<select name="sk">';
      To: $s_sort_key = '<select name="sk" id="sk">';

      From: $s_sort_dir = '<select name="sd">';
      To: $s_sort_dir = '<select name="sd" id="sd">';

      Thanks,
      Max

            Acyd Burn Meik Sievertsen [X] (Inactive)
            max.poh max.poh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: