Now I know about the "normal" CSS list styles (roman, latin, etc) and certainly in years past they were somewhat inflexible in not allowing things like:
(a)
or
a)
only
a.
Now I believe that you can get an effect like the above with the :before and :after pseudo-elements. Is that correct? And whats the browser compatibility like if you can?
My main question however is that I want to have report style numbering:
- Introduction 1.1 Objectives 1.2 Assumptions 1.3 Limitations 1.3.1 ...
- New Section ...
and so on.
Can CSS do this and, if so, whats the browser compatibility like?