ladybird/Userland
Sam Atkins 9f4e057085 LibWeb: Fall back to computed values in ResolvedCSSStyleDeclaration
We only need special-case code to handle two kinds of properties:
- Those with special rules, many of which are listed here:
  https://www.w3.org/TR/cssom-1/#resolved-values
- Shorthands, because we only store longhand values.

In other cases, we can fall back to the computed values that we already
have, and these will be correct. So, we can remove them from here. :^)
2023-09-11 10:42:00 +01:00
..
Applets Userland: Migrate to String in notification system 2023-09-01 12:06:08 +02:00
Applications Maps: Zoom on doubleclick 2023-09-10 22:45:42 +02:00
BuggieBox Userland: Pretty print the help text in BuggieBox 2023-08-09 02:10:02 +02:00
Demos Mandelbrot: Pledge unix to enable image export 2023-08-17 07:14:54 +02:00
DevTools Kernel+ProfileViewer: Display additional filesystem events 2023-09-09 11:26:51 -06:00
DynamicLoader LibC+LibELF: Support loading shared libraries compiled with dynamic TLS 2023-08-18 16:20:13 +02:00
Games AK: Add to_radians and to_degrees math functions 2023-09-10 08:38:29 +01:00
Libraries LibWeb: Fall back to computed values in ResolvedCSSStyleDeclaration 2023-09-11 10:42:00 +01:00
Services LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 2023-09-09 13:03:25 -04:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities Kernel+ProfileViewer: Display additional filesystem events 2023-09-09 11:26:51 -06:00
CMakeLists.txt