From bbf2cf41ff9d3f7377151b5da940cca477f5a7f9 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 29 Nov 2024 10:10:15 +0100 Subject: [PATCH] newsletter: Add some boilerplate to November edition --- src/content/newsletters/2024-11-30.mdx | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/content/newsletters/2024-11-30.mdx b/src/content/newsletters/2024-11-30.mdx index 3e22d6b..80a1c93 100644 --- a/src/content/newsletters/2024-11-30.mdx +++ b/src/content/newsletters/2024-11-30.mdx @@ -18,6 +18,36 @@ Ladybird is fully funded through the generous support of companies and individua We are incredibly grateful for their support. If you're interested in sponsoring the project, please [contact us](mailto:contact@ladybird.org). +### Temporal do-over begins + +FIXME + +### Individual CSS transform properties + +We now support the `scale`, `rotate` and `translate` CSS properties, which offer a simplified way to assign specific transforms without using the generic `transform` property. + +### CSS nesting + +We now support `@media` rules inside a CSS nesting context. + +FIXME: Add example. + +### Vertical text + +We have some initial support for vertical text layout and rendering with the `writing-mode` property. + +FIXME: Add example. + +### Web Crypto API + +We've added support for many new algorithms. + +FIXME: Specifics. + +### DNS over TLS + +FIXME + ### Credits We thank the following people who contributed code to Ladybird in November 2024: