- From: Dave Cramer <dauwhe@gmail.com>
- Date: Mon, 3 Nov 2014 08:10:43 -0500
- To: W3C Digital Publishing IG <public-digipub-ig@w3.org>
Received on Monday, 3 November 2014 13:11:10 UTC
Most book-like documents consist of multiple HTML files. Consider a tiny book with two HTML files, one for the first chapter and one for the second chapter. We'd like to display page numbers throughout the document, so chapter two would need to know how many pages were in chapter one. CSS counters can be initialized, but we'd need some method to obtain information about previous and subsequent files in the same book, and pass that to the page and pages counters. This could get expensive... Dave
Received on Monday, 3 November 2014 13:11:10 UTC