[wp-trac] [WordPress Trac] #63482: wp:list does not like additional attributes on ul

WordPress Trac noreply at wordpress.org
Sat Jun 28 14:02:54 UTC 2025


#63482: wp:list does not like additional attributes on ul
-------------------------+------------------------------
 Reporter:  jasonmader   |       Owner:  (none)
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Editor       |     Version:
 Severity:  minor        |  Resolution:
 Keywords:  close        |     Focuses:  accessibility
-------------------------+------------------------------
Changes (by poena):

 * keywords:   => close
 * type:  defect (bug) => enhancement


Comment:

 Hi
 As mentioned, changes to blocks need to be proposed in the Gutenberg
 GitHub repository.

 Blocks do not ''only'' use HTML. The block settings are also saved to the
 database. The settings must match the markup, otherwise there will be a
 block validation error.

 Role is not supported on the list block. Requesting it would be an
 enhancement, not a bug.
 You can read more about what attributes a block can support here:
 https://developer.wordpress.org/block-editor/reference-guides/block-api
 /block-supports/

 You will need a custom solution, or, you can try the HTML block.

 Please remember that the more details you can share about **why** you need
 a enhancement, the clearer the motivation is, the bigger the chance is
 that something gets implemented.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63482#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list