Accessibility - make it clear to screen-reader users that the question number is...
authortjhunt <tjhunt>
Wed, 6 Jun 2007 16:02:19 +0000 (16:02 +0000)
committertjhunt <tjhunt>
Wed, 6 Jun 2007 16:02:19 +0000 (16:02 +0000)
question/type/question.html

index 96c89ccef789adac1d19489e7a9490d2258a0742..961b1130d986510cb1ddeced73bd9a6df570c36c 100644 (file)
@@ -5,7 +5,7 @@
 ?>
 <div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?> clearfix">
   <div class="info">
-    <span class="no"><?php echo $number; ?></span>
+    <span class="no"><span class="accesshide">Question </span><?php echo $number; ?></span>
     <?php if ($editlink) { ?>
       <span class="edit"><?php echo $editlink; ?></span>
     <?php }