A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
The current htmlcore layout algorithm is not really correct, so we should fix that and try to get it to a relatively good state. It makes sense to wait until after #1056 and #568 for this since it interacts with the text layout and rendering logic.
Describe the feature
The current htmlcore layout algorithm is not really correct, so we should fix that and try to get it to a relatively good state. It makes sense to wait until after #1056 and #568 for this since it interacts with the text layout and rendering logic.
Relevant code
No response