Changes between Initial Version and Version 1 of Ticket #55370
- Timestamp:
- 03/11/2022 09:28:47 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55370
- Property Focuses accessibility added
-
Property
Component
changed from
Role/Capability
toFormatting
-
Ticket #55370 – Description
initial v1 1 We have created a custom collapsible block, but the Gutenberg validation fails as the `aria-controls` and `aria-expanded` attributes are stripped from the saved content if the block is used by a user with role below _super administrator_.1 We have created a custom collapsible block, but the Gutenberg validation fails as the `aria-controls` and `aria-expanded` attributes are stripped from the saved content if the block is used by a user with role below ''super administrator''. 2 2 3 3 Could these attributes be added to the list of allowed attributes? 4 4 5 Our problem is described in more detail at https://github.com/WordPress/gutenberg/issues/39351 at@ocean90 recommended opening a ticket in Trac.5 Our problem is described in more detail at [https://github.com/WordPress/gutenberg/issues/39351 Gutenberg issue 39351] and @ocean90 recommended opening a ticket in Trac. 6 6 7 Similar topic has been discussed at https://core.trac.wordpress.org/ticket/304217 Similar topic has been discussed at Trac #30421