Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55370


Ignore:
Timestamp:
03/11/2022 09:28:47 AM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55370

    • Property Focuses accessibility added
    • Property Component changed from Role/Capability to Formatting
  • 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_.
     1We 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''.
    22
    33Could these attributes be added to the list of allowed attributes?
    44
    5 Our problem is described in more detail at https://github.com/WordPress/gutenberg/issues/39351 at @ocean90 recommended opening a ticket in Trac.
     5Our 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.
    66
    7 Similar topic has been discussed at https://core.trac.wordpress.org/ticket/30421
     7Similar topic has been discussed at Trac #30421