-
-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
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
Support :first-line
#1175
Comments
Hello, Thank you for this bug report! If someone has an idea and want to propose a pull request, that would be wonderful. |
I apologize for not seeing it in the list of features not supported, I must have missed it. |
No problem, that’s a good idea to have issues about missing features people are interested in. |
:first-line
or ::first-line
with paragraphs:first-line
Hello! (The survey is now closed. Thanks for all your answers! We’ll share the results soon 😉) If you’re interested in :first-line, we created a short survey where you can give a boost to this feature and help us to improve WeasyPrint 😉 Vote for it! |
Hello! As it’s soon our 2-year anniversary as CourtBouillon, we opened a short survey to know more about your expectations. The survey will be opened until October 10th. Update: the survey is now closed. You can find the results here. |
Hello! As you may know, two weeks ago was CourtBouillon 3-year anniversary 🎉. For this occasion, we prepared a short survey to have your opinion on this year’s features and to know what you’d like to see in the future! The survey is opened until November 19. |
In the process of publishing a book, the current one uses
:first-line
(or::first-line
) for the leading paragraph of each chapter (effectivelyp:nth-child(1):first-line
). However, it appears that neither:first-line
or::first-line
doesn't work.However, if you open it in Chrome or Firefox, you can see it formatting correctly.
I also tried this against the
master
branch and it still had a problem.Thank you!
first-line-formatting.zip
The text was updated successfully, but these errors were encountered: