diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2019-09-25 12:30:13 +0300 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-09-28 18:29:42 +0200 |
commit | 9f8d776c70cb7eb15f6e5e2b4f1ca17bd55f5997 (patch) | |
tree | d8b0b4dd8ba41c215aa8f0748bf6a40a80675399 /Libraries/LibHTML/Makefile | |
parent | 03cca4510a724df0a9db6f728675415f1b8e823e (diff) | |
download | serenity-9f8d776c70cb7eb15f6e5e2b4f1ca17bd55f5997.zip |
LibHTML: Implement LayoutInline::layout()
This currently uses a gross hack where it subtracts 11px from the
previous sibling bottom to calculate its top. This should be fixed
by switching to a proper two-phase line layouting model, were we
first distribute inline elements into lines and figure out their
horizontal positions and heights; then compute the needed line
heights and position inline elements there vertically.
Diffstat (limited to 'Libraries/LibHTML/Makefile')
0 files changed, 0 insertions, 0 deletions