List. Ordered and Unordered.
Hello,
I am creating 3 "elements" to display on a web site: a menu, a form
and a pager to a table.
In three cases I am using a list where each list item serves as a
container of:
- the menu items, in the menu;
- of each form "field" (label + input), in the form;
- of each paging button, in the pager;
I am using a OL in the form and UL in menu and paging. Am I doing this
right?
I read (I can't find the source, it was a long time ago) that in a
form done this way I should use OL for accessibility.
Thank You,
Miguel
|