Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
As the title says currently in trying to implement these two huge features.
First of all I already added support for
::beforeand::afterpseudo elements and now I have to implement inline layout.After that I can start working on scrollbars which would probably need to change layout service implementation.
So far, I've found an issue with the layout engine that's causing it to handle mixed content incorrectly. As well there could be a potential issue in
FontServiceImplwhich requires additional verification.If you have some ideas on how layout engine should work to add scrollbar support - please left some comments. I'll share my thoughts on how to implement it in the next post.
P.S. I'll add more examples of what was done next day.
Beta Was this translation helpful? Give feedback.
All reactions