From 372f936f05abf8db2ce5e05c2a267289265095a6 Mon Sep 17 00:00:00 2001 From: bptato Date: Tue, 2 Apr 2024 16:43:03 +0200 Subject: Initial flexbox support Still far from being fully standards-compliant, or even complete, but it seems to work slightly less horribly than having no flexbox support at all on sites that do use it. (Also includes various refactorings in layout to make it possible at all to add flexbox.) --- doc/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/architecture.md b/doc/architecture.md index 9b62daf7..cee904e1 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -291,8 +291,8 @@ It has some problems: * CSS was designed for pixel-based displays, not for character-based ones. So we have to round a lot, and sometimes this goes wrong. -* In the past years, websites have finally started using flexbox and grid, and - we have neither, so things look very ugly. +* In the past years, websites have finally started using grid, and we don't have + it, so those websites look very ugly. * Even what we do have has plenty of bugs. (Sad.) * It's slow on large documents, because we don't have partial layouting capabilities. -- cgit 1.4.1-2-gfad0