You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSS Paged Media -- Page selectors defines @page :first but not @page :last. Probably this is because @page :last is not very easy to implement, that is, whether a page becomes the last page cannot be determined until a whole document formatting is finished, and changing the page style for the last page may cause a page overflow and an extra page break (e.g., if the last page's page area is smaller than normal pages), and the last page style has to be canceled, but again it becomes the last page. To prevent this loop, an extra blank page may need to be added in such cases.
I'd like to use a selector of the last page, but I don't know how to do it.
Is using
@page :last
the correct syntax?The text was updated successfully, but these errors were encountered: