mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Prior to this patch, the `margin` and `padding` properties were not detected properly by Firefox due to them being shorthand properties. This patch ensures that both `margin` and `padding` are converted read as `top right bottom left` in the event that the shorthand property detection fails for auto-styling in Angular animations. Fix #35463 (FW-1886) PR Close #35701 |
||
|---|---|---|
| .. | ||
| css_keyframes_driver_spec.ts | ||
| direct_style_player_spec.ts | ||
| element_animation_style_handler_spec.ts | ||
| shared.ts | ||