-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
newsletter: Add some boilerplate to November edition
- Loading branch information
1 parent
15d515e
commit bbf2cf4
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]). | ||
|
||
### 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: | ||
|