@@ -50,31 +50,37 @@ final class WP_Style_Engine {
5050 */
5151 const BLOCK_STYLE_DEFINITIONS_METADATA = array (
5252 'background ' => array (
53- 'backgroundImage ' => array (
53+ 'backgroundImage ' => array (
5454 'property_keys ' => array (
5555 'default ' => 'background-image ' ,
5656 ),
5757 'value_func ' => array ( self ::class, 'get_url_or_value_css_declaration ' ),
5858 'path ' => array ( 'background ' , 'backgroundImage ' ),
5959 ),
60- 'backgroundPosition ' => array (
60+ 'backgroundPosition ' => array (
6161 'property_keys ' => array (
6262 'default ' => 'background-position ' ,
6363 ),
6464 'path ' => array ( 'background ' , 'backgroundPosition ' ),
6565 ),
66- 'backgroundRepeat ' => array (
66+ 'backgroundRepeat ' => array (
6767 'property_keys ' => array (
6868 'default ' => 'background-repeat ' ,
6969 ),
7070 'path ' => array ( 'background ' , 'backgroundRepeat ' ),
7171 ),
72- 'backgroundSize ' => array (
72+ 'backgroundSize ' => array (
7373 'property_keys ' => array (
7474 'default ' => 'background-size ' ,
7575 ),
7676 'path ' => array ( 'background ' , 'backgroundSize ' ),
7777 ),
78+ 'backgroundAttachment ' => array (
79+ 'property_keys ' => array (
80+ 'default ' => 'background-attachment ' ,
81+ ),
82+ 'path ' => array ( 'background ' , 'backgroundAttachment ' ),
83+ ),
7884 ),
7985 'color ' => array (
8086 'text ' => array (
0 commit comments