Dotclear


Ignore:
Timestamp:
07/09/11 19:47:57 (14 years ago)
Author:
kozlika
Branch:
default
Message:

Accessibility: fieldset aren't used if not necessary.
Create a class="fieldset" for presentation needs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/pages/page.php

    r500 r536  
    363363 
    364364     echo '<div id="entry-wrapper">'; 
    365      echo '<div id="entry-content"><fieldset class="constrained">'; 
     365     echo '<div id="entry-content"><div class="constrained">'; 
    366366      
    367367     echo 
     
    396396     '</p>'; 
    397397      
    398      echo '</fieldset></div>';          // End #entry-content 
     398     echo '</div></div>';          // End #entry-content 
    399399     echo '</div>';      // End #entry-wrapper 
    400400 
     
    570570      
    571571     '<form action="comment.php" method="post" id="comment-form">'. 
    572      '<fieldset class="constrained">'. 
     572     '<div class="constrained">'. 
    573573     '<p><label for="comment_author" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Name:'). 
    574574     form::field('comment_author',30,255,html::escapeHTML($core->auth->getInfo('user_cn'))). 
     
    590590     $core->formNonce(). 
    591591     '<input type="submit" name="add" value="'.__('Save').'" /></p>'. 
    592      '</fieldset>'. 
     592     '</div>'. 
    593593     '</form>'. 
    594594     '</div>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map