[wp-trac] [WordPress Trac] #57575: Editor: Introduce HTML Tag Processor
WordPress Trac
noreply at wordpress.org
Wed Feb 22 06:22:17 UTC 2023
#57575: Editor: Introduce HTML Tag Processor
-------------------------------------------------+-------------------------
Reporter: azaozz | Owner: azaozz
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.2
Component: Editor | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch has-unit-tests gutenberg- | Focuses:
merge has-testing-info | performance
-------------------------------------------------+-------------------------
Comment (by gziolo):
In [changeset:"55402" 55402]:
{{{
#!CommitTicketReference repository="" revision="55402"
HTML API: Set $this->html to protected to support subclassing
When the HTML API was introduced a number of fields were switched from
private visibility to protected so that Gutenberg and other systems could
more easily enhance the behaviors through subclassing. The $this->html
property was overlooked but important for systems using the Tag Processor
to stich HTML, specifically performing operations on innerHTML and
innerText.
Follow-up [55203].
Props dmsnell.
See #57575.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57575#comment:50>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list