Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62653


Ignore:
Timestamp:
12/05/2024 06:37:36 PM (15 months ago)
Author:
jonsurrell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62653 – Description

    initial v1  
    3838- [https://developer.wordpress.org/block-editor/reference-guides/block-api/block-attributes/ Block attributes] use CSS selectors to access data in HTML.
    3939- The Block Bindings project depends on selectors. It currently has a temporary and limited solution that covers only the most basic selectors. Switching to a more full-featured implementation via HTML API CSS Selectors is [https://github.com/WordPress/gutenberg/issues/67520 part of the roadmap] and is necessary for expanding block bindings to support more blocks.
     40- [https://github.com/WordPress/gutenberg/issues/41236 Support for sourced block attributes is mentioned in the Block API overview issue.]
    4041- [https://github.com/WordPress/gutenberg/issues/63037 It's part of the HTML API roadmap] - "Continue developing block attribute sourcing." in the linked issue
    4142- It's featured on [https://github.com/WordPress/gutenberg/issues/62437 Dennis' list of broad and interesting things.] as "Add the ability to read block attributes on the server which are "sourced" from the block's HTML, as described in a block.json file. [#6388]