﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
64603	get_block_wrapper_attributes: id and aria-label should not be merged	wildworks	wildworks	"Originally reported in https://github.com/WordPress/gutenberg/issues/75251

props to @mamaduka, @adrock42.

If a dynamic block supports `id` or `aria-label`, those attributes are automatically injected into the block via the `get_block_wrapper_attributes` function. However, if the user explicitly passes them, they are merged, resulting in a space between them. This is not the correct format, especially for `id`.

Perhaps the `id` and `aria-label` attributes should respect explicit user-added values ​​instead of being merged.

In particular, the `anchor` support (`id`) added to all dynamic blocks in the 6.9 release may affect many consumers, so let's fix that in the 7.0 release."	defect (bug)	closed	normal	7.0	Editor	trunk	normal	fixed	has-patch has-unit-tests		
