More tooltip changes - separate structure from style

Similar to WED030, I suggest the following tooltip changes:

>From "Bulleted list" to "Unordered list"
>From "Numbered list" to "Ordered list"

Justification:
  Separation of structure (<ul>, <ol>) and styling.

  Example: <ul> is often used with 'list-style: none' for navigation lists.
No bullets are displayed.
  Example: <ol> can by styled as numeric, but are equally likely to be style
as roman, latin, or alpha or, for an alphabetized list, as 'none'.

Chris Beall

Received on Thursday, 16 February 2006 16:52:01 UTC