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 float specified on ::first-letter pseudo-element causes "TypeError: Cannot read properties of null (reading 'firstPseudo')".
::first-letter
Example:
<style> p::first-letter { float: top; float-reference: page; } </style> <p>Lorem ipsum dolor sit amet consectetur, adipisicing elit.</p>
Test with Vivliostyle Viewer (v2.27.0): https://vivliostyle.github.io/viewer/v2.27.0/#src=https://gist.githubusercontent.com/MurakamiShinyu/073b773d08910334acc4e337d15f95cf/raw/page-float-on-first-letter.html
Screenshot:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Page float specified on
::first-letter
pseudo-element causes "TypeError: Cannot read properties of null (reading 'firstPseudo')".Example:
Test with Vivliostyle Viewer (v2.27.0):
https://vivliostyle.github.io/viewer/v2.27.0/#src=https://gist.githubusercontent.com/MurakamiShinyu/073b773d08910334acc4e337d15f95cf/raw/page-float-on-first-letter.html
Screenshot:
The text was updated successfully, but these errors were encountered: