Dennis Snell
Dennis Snell
This is a low-priority idea that came up during some conversations about React streaming and general streaming designs to minimize the latency from requesting a page and receiving the first...
> **Note**: This is an experimental PR, not meant for inclusion or merging. Also it's barely a draft; the code is here so far to share and discuss. ## Status...
It would be great if inside the Playground Block one could have an auto-completer search Gutenberg and Core PRs to apply to the Playground. As often as I share a...
`mode` seems arbitrarily limiting as a loading strategy, and as WordPress/wordpress-playground#277 evidences, will need to be routinely expanded to encompass the multitude of ways people have unique setups. I propose...
Trac ticket: Core-61255.
Trac ticket: Core-60698 (previously Core-60841) Motivated by the need to properly transform HTML named character references (like &) I found the need for a new semantic class which can efficiently...
In this patch several kses functions have been rewritten to rely on the spec-compliant parsing made available in the HTML API. These functions convert HTML input into an array of...
Trac ticket: Core-61183. This patch removes support for HTML4/XHTML in theme supports. ## Status This is a work in progress. Trac ticket: --- **This Pull Request is for code review...
When I look at the docs and see "Query API" I think of something trying to search through things or form a query, but this is actually where you should...
[🔝Block API](https://github.com/WordPress/gutenberg/issues/41236) | [HTML issues](https://github.com/WordPress/gutenberg/discussions/57560) | [Refactors](https://github.com/WordPress/gutenberg/discussions/54750) | [↑ Broader Roadmap](https://github.com/WordPress/gutenberg/issues/60397) | [← Plans for 6.6](https://github.com/WordPress/gutenberg/issues/60324) | [→ Plans for 6.8](https://github.com/WordPress/gutenberg/issues/63037) ## Lingering work from 6.6 - [x] Review all...