1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:41:00 +00:00
serenity/Userland
Aliaksandr Kalenik 1c6783cd7e LibWeb: Start implementation of CSS Table 3 spec
Here I try to address bug where content of table overflows
it's width (hacker news is an example of such site) by
reimplementing some parts of table formatting context.

Now TFC implements first steps of:
https://www.w3.org/TR/css-tables-3/#table-layout-algorithm
but column width and row height distribution steps are
still very incomplete.
2022-12-05 17:47:48 +01:00
..
Applets LibGUI+Taskbar+Applets+Applications: Set various windows as Popups 2022-11-19 16:04:42 +01:00
Applications MouseSettings: Add "Natural scrolling" toggle 2022-12-04 19:32:43 +00:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos MouseDemo: Eliminate visual artifacts when filling in the color 2022-11-30 12:56:29 +00:00
DevTools Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
DynamicLoader LibC: Properly implement stack protectors 2022-11-01 14:49:09 +00:00
Games Flood: Apply the color scheme immediately after closing settings 2022-11-30 07:56:25 +01:00
Libraries LibWeb: Start implementation of CSS Table 3 spec 2022-12-05 17:47:48 +01:00
Services WindowServer: Add "Natural scrolling" support 2022-12-04 19:32:43 +00:00
Shell LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00
Utilities Utilities: Add strings 2022-12-04 12:08:48 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00