[wp-trac] [WordPress Trac] #60215: HTML API: Add support for list elements.
WordPress Trac
noreply at wordpress.org
Wed Jan 10 14:04:13 UTC 2024
#60215: HTML API: Add support for list elements.
--------------------------------------+----------------------
Reporter: dmsnell | Owner: dmsnell
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.5
Component: HTML API | Version: trunk
Severity: normal | Resolution: fixed
Keywords: has-patch has-unit-tests | Focuses:
--------------------------------------+----------------------
Changes (by dmsnell):
* owner: (none) => dmsnell
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"57264" 57264]:
{{{
#!CommitTicketReference repository="" revision="57264"
HTML API: Add support for list elements.
Adds support for the following HTML elements to the HTML Processor:
- LI, OL, UL.
- DD, DL, DT.
Previously, these elements were not supported and the HTML Processor would
bail when encountering them.
With this patch it will proceed to parse an HTML document when
encountering those tags as long as other normal conditions don't cause it
to bail (such as complicated format reconstruction).
Props audrasjb, jonsurrell, bernhard-reiter.
Fixes #60215.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60215#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list