From 9ba44d8d5372d72f9b828a408253f86904e5fbb0 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Fri, 12 Apr 2024 09:34:04 -0700 Subject: [PATCH] added the FF release note for align-content in block layout (#32863) --- files/en-us/mozilla/firefox/releases/125/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/files/en-us/mozilla/firefox/releases/125/index.md b/files/en-us/mozilla/firefox/releases/125/index.md index 16ddea0ee7bca73..352b679410de73b 100644 --- a/files/en-us/mozilla/firefox/releases/125/index.md +++ b/files/en-us/mozilla/firefox/releases/125/index.md @@ -18,6 +18,7 @@ This article provides information about the changes in Firefox 125 that affect d ### CSS +- The {{cssxref("align-content")}} property has been updated to work with `display: block;` layouts. This brings all the layout positions from `flex` and `grid` to `block`, enabling developers to align block-level elements without converting their container to a `flex` or `grid` container. ([Firefox bug 1882853](https://bugzil.la/1882853)). - The CSS property [`transform-box`](/en-US/docs/Web/CSS/transform-box) now supports the values `content-box` and `stroke-box`. For the reference box, the `content-box` value uses the [content box](/en-US/docs/Learn/CSS/Building_blocks/The_box_model#parts_of_a_box) and the `stroke-box` value uses the stroke bounding box that contains an SVG's shape (Firefox bug [1868374](https://bugzil.la/1868374)). #### Removals