Web accessibility service pageWeb accessibility service page

3.8:H203107 The use of item code or list number (e.g. liˇBul) should be only used in Web content and not for editing.

Improper design

Faulty use of bullets and numbering for text layout effect.

Improper design:

<H3>Web accessibility promotion in Taiwan</H3>
<UL>
Our government announced theˇuphysical and mental disability protectionˇvin 1997, 
and started promoting the disabled accessibility in the public places.
Within the 5 to 6 years, Taiwan region showed impressive results after the fist attempt, 
most public places are equipped with disability ramp, the notice bell, and disable parking.
</UL>
          

Proper demonstration

Proper use of bullets and numbering for layering information structure.

Proper example:

  <H3> The 9 year consistent teaching material in Taiwan :</H3>
  <OL>
  <LI>language</LI>
  <LI>social study
  <OL type="a">
  <LI>subject option 1</LI>
  <LI>subject option 2</LI>
  </OL>
  </LI>
  <li>mathematics</LI>
  <li>science and technology</LI>
  <LI>arts and humanity</LI>
  <LI>health and sport</LI>
  <LI>extra curriculum</LI>
  </OL>
          
End of Main Content