Skip to content

Fixes for nested counters

Boris Budini requested to merge nested_counters into master
  • Remove counter-resets, scope them all to .pagedjs_pages
  • Use negative counter-increments, replaces the function of resets but don't change scope. counter-set would work great for this but isn't cross browser, will keep an eye on it.
  • Adds nested counter spec

Merge request reports