-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02bcbb0
commit fa45ecc
Showing
1 changed file
with
9 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "August 2024 updates" | ||
date: 2024-08-31 | ||
--- | ||
|
||
New this August: | ||
|
||
* Added the [`light-dark()` CSS function](/features/css-function-light-dark/). | ||
* @DCoder18 added [`text-justify`](/features/css-text-justify/), [CSS comments](/features/css-comments/) and [HTML comments](/features/html-comments/), [`cellpadding`](/features/html-cellpadding/) and [`cellspacing`](/features/html-cellspacing/) HTML attributes, logical values (like `float:inline-end`) for the [`float` property](/features/css-float/), [`inset`](/features/css-inset/), [`min-inline-size`](/features/css-min-inline-size/) and [`max-inline-size`](/features/css-max-inline-size/), [`widows`](/features/css-widows/) and [`orphans`](/features/css-orphans/), [`hyphenate-character`](/features/css-hyphenate-character/) and [`hyphenate-limit-chars`](/features/css-hyphenate-limit-chars/), [`empty-cells`](/features/css-empty-cells/). |