Files
ladybird/Userland/Libraries/LibWeb
Sam Atkins 75c9313d7d LibWeb: Implement more CSS serializers and make them more ergonomic
This implements these algorithms from the CSSOM-1 spec:
- serialize a string
- serialize a URL

Also, we now have two versions of each of the serialization functions:
One that returns a String as before, and the other that takes a
StringBuilder to write into. This saves creating extra StringBuilders
when they are not needed. :^)
2021-10-16 15:16:27 +01:00
..
2021-10-16 10:51:23 +02:00
2021-10-08 23:02:57 +02:00
2021-10-08 23:02:57 +02:00
2021-10-06 23:52:40 +01:00