Replies: 1 comment
-
What’s the reason it’s a discussion rather than a regular issue? The description is up to date and covers the scope of changes for the WordPress 6.5 release. All other issues like that can be found under the Epic label. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HTML issues | Refactors | ↑ Broader Roadmap | Plans for 6.6 →
Tasks
Bug fixes and quality
not in.trunk
/trunk
but may affect older version of the plugin. need to figure out what to resolve, if anythingContinue adding support for more HTML tags
Currently undergoing testing work. Some test is needed for the following rule, as it may be broken somehow: "If node is in the special category, but is not an address, div, or p element, then jump to the step labeled done below."Add functionality to the HTML API
Design work and framework improvements
CreateWP_HTML::render()
using "funky comments" to generate HTML markup from PHP.WP_HTML::tag()
for safely creating HTML. wordpress-develop#5884if ( 0 !== $tag_name & (TAG_DIV | TAG_P) )
step_in_body()
, but only by adding high-level usage tests that demonstrate an expected behavior.Follow-up work to shepherd HTML API usage in Core
WordPress-develop Merge Party
The Gutenberg PR #57241 incorporates a number of proposed changes for Core to give a preview of how they will impact the Gutenberg repo if merged. After briefly breaking the Interactivity API in Gutenberg this should be standard practice before merging new work.
Awaiting Gutenberg backport
Current backport: #57022
Backport Backlog
WordPress 6.4
Tasks
matches_breadcrumbs()
to make it easier to detect location in document innext_tag()
loop. [HTML API: Addmatches_breadcrumbs()
to HTML Processor for better querying wordpress-develop#5243]IN BODY
mode. Figure out how much to support.LI
?has_class()
HTML API: Add class name utilitieshas_class()
andclass_list()
wordpress-develop#5096Bug fixes
Backport backlog
STYLE
and otherRAWTEXT
elements.while
loop change introduced in styling update.Beta Was this translation helpful? Give feedback.
All reactions