We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@page :first {} は出版物全体を通して最初のページを指します。一方で @page :nth(1) {} は、vivliostyle.config.js の entry で指定した原稿ファイルそれぞれの最初のページを指します(これは Vivliostyle 独自の挙動です)。 https://vivliostyle.github.io/themes/#/ja/tutorial/step3.md#%E7%AB%A0%E7%95%AA%E5%8F%B7
後者はVivliostyle独自の挙動ではない(どちらかといえば前者)。CSS仕様では複数ドキュメントを考慮されていないので @page :first {} の挙動は独自といえるが……。
@page :first {}
The text was updated successfully, but these errors were encountered:
yamasy1549
No branches or pull requests
後者はVivliostyle独自の挙動ではない(どちらかといえば前者)。CSS仕様では複数ドキュメントを考慮されていないので
@page :first {}
の挙動は独自といえるが……。The text was updated successfully, but these errors were encountered: