2011-11-17 1:47, Angela French wrote:

Counter-reset isn't supported in IE 7.  Naturally.  :-(

The worst thing about this is that it makes approaches like

http://timmychristensen.com/css-ordered-list-numbering-examples.html

fail badly: in IE 7, the list is not numbered at all, and it lacks all list markers. The reason is that the browser happily executes list-style: none and then ignores the attempts to create your own numbering via generated content.

Thus, for things like this, HTML attributes are really safer than CSS. (While deprecated in HTML 4, <ol start=...> as well as <li value=...> are OK by the HTML5 drafts. More or less, they are now considered as semantic rather than presentational.)

Yucca
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to