13. Additional rules for compliance

Some guidelines found in accessibility reference documents were not included in this manual as they are considered as rarely applicable or non-compliant.

It is however necessary to respect these additional rules to ensure compliance with RGAA 4.1.2 and WCAG 2.1.

They are listed below:

  • Ensure content readability even when the font size is increased up to 200%
  • Incorporate the summary of each complex data table in the <caption> tag
  • Provide alternative text for each informative <canvas>, <embed> and <object> tag
  • Provide alternative text for each <canvas>, <embed> and <object> tag used as a link or button
  • Hide each decorative or ambient <canvas>, <embed> and <object> tag from assistive technologies
  • Do not initiate an action while the trigger is in the “pressed” state
  • Use <button> and <a> to perform actions that change focus or cause page changes.
  • Group related options in <select> boxes with <optgroup>
  • Add the title attribute to describe each <frame>
  • Use the dir attribute to indicate a change in reading direction
  • Ensure proper use of content masking techniques

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Updates

29 October 2025
Rewriting some rules.

Back to top