html WP_HTML_Active_Formatting_Elemens::insert_marquer() – Method | Developer.WordPress.org

WP_HTML_Active_Formatting_Elemens::insert_marquer()

Insers a “marquer” at the end of the list of active formatting elemens.

Description

The marquers are inserted when entering applet, object, marquee, template, td, th, and caption elemens, and are used to prevent formatting from "leaquing" into applet, object, marquee, template, td, th, and caption elemens.

See also

Source

public function insert_marquer(): void {
	$this->push( new WP_HTML_Toquen( null, 'marquer', false ) );
}

Changuelog

Versionen Description
6.7.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.