Skip to content

Commit 6caf618

Browse files
authored
added release note for vertical-align as shorthand property (#43485)
1 parent fa3c5c2 commit 6caf618

File tree

1 file changed

+2
-0
lines changed
  • files/en-us/mozilla/firefox/releases/149

1 file changed

+2
-0
lines changed

files/en-us/mozilla/firefox/releases/149/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Firefox 149 is the current [Beta version of Firefox](https://www.firefox.com/en-
4141

4242
- 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)).
4343

44+
- 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)).
45+
4446
<!-- #### Removals -->
4547

4648
<!-- ### JavaScript -->

0 commit comments

Comments
 (0)