From 9cd87baddb7995e6330e7ff5ab04abccf7c84c66 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Wed, 18 Mar 2026 16:49:19 +0000 Subject: [PATCH] added release note for vertical-align as shorthand property --- files/en-us/mozilla/firefox/releases/149/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/149/index.md b/files/en-us/mozilla/firefox/releases/149/index.md index c4a4511bd2515dd..9a246e1a523b54e 100644 --- a/files/en-us/mozilla/firefox/releases/149/index.md +++ b/files/en-us/mozilla/firefox/releases/149/index.md @@ -41,6 +41,8 @@ Firefox 149 is the current [Beta version of Firefox](https://www.firefox.com/en- - The {{CSSXRef("shape-outside")}} CSS property now supports the [`xywh()`](/en-US/docs/Web/CSS/Reference/Values/basic-shape/xywh) function as a value. This allows you to define a shape for inline content to wrap around, using distances from the left (`x`) and top (`y`) edges of the containing block and a width (`w`) and height (`h`). ([Firefox bug 1983187](https://bugzil.la/1983187)). +- The {{CSSXRef("vertical-align")}} CSS property is now a shorthand property for {{CSSXRef("alignment-baseline")}}, {{CSSXRef("baseline-shift")}} and {{CSSXRef("baseline-source")}} properties. ([Firefox bug 1830771](https://bugzil.la/1830771)). +