PF/ARIA/BestPractices/QA/Reference5Results2

From W3C Wiki
< PF‎ | ARIA‎ | BestPractices‎ | QA

ARIA Example Test Results for Reference 5: Progeress Bar

  1. Example Being Tested: progress bar
  2. Date of Test: 6 November 2007 [10:50AM UCT]
  3. Tester's Name: Diego La Monica
  4. Assistive Technology (version & build): -
  5. Browser Version & Build: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
  6. Browser Plugins (such as MozzIE, FAE, etc.)
  7. System Specifications:
    • Operating System (version & build/patches): Windows XP Professional Version 2002 SP 2
    • Processor/CPU Speed: Intel Pentium 4 CPU 2.8Ghz
    • RAM: 512Mb

Results

Please describe in as much detail as necessary:

  • A) The <script> element on line 15 does not present @type attribute.
  • B) The <button> element (used for stop progress) presents a wrong value for @disabled attribute that allows disabled or nothing. So we require to change both the HTML for that element and javascript code document.getElementById("disabled").setAttribute("disabled", "true"); into document.getElementById("disabled").setAttribute("disabled", "disabled");