Re: [csswg-drafts] [css3-page] CSS counter for position fixed elements on paged media (#1879)

@darakeon  try changing where you're defining the counter increment to 

@page {
  counter-increment: page;
}

You will get wildly different results based on where you declare that. Hope that helps.

-- 
GitHub Notification of comment by jdcrisamore
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1879#issuecomment-662603282 using your GitHub account

Received on Wednesday, 22 July 2020 18:06:27 UTC