wordpress-develop/tests/phpunit/tests/html-api
Dennis Snell 78ef4f749e HTML API: Support INPUT tags.
Adds support for the following HTML elements to the HTML Processor:

 - INPUT

Previously this element was not supported and the HTML Processor would bail when encountering one. Now, with this patch applied, it will proceed to parse the HTML document.

Developed in https://github.com/WordPress/wordpress-develop/pull/5907
Discussed in https://core.trac.wordpress.org/ticket/60283

Props jonsurrell
See #60283



git-svn-id: https://develop.svn.wordpress.org/trunk@57343 602fd350-edb4-49c9-b593-d223f7449a82
2024-01-24 03:28:27 +00:00
..
wpHtmlProcessor.php HTML API: Support INPUT tags. 2024-01-24 03:28:27 +00:00
wpHtmlProcessorBreadcrumbs.php HTML API: Support INPUT tags. 2024-01-24 03:28:27 +00:00
wpHtmlProcessorSemanticRules.php HTML API: Add support for BR, EMBED, & other tags. 2024-01-19 21:40:01 +00:00
wpHtmlProcessorSemanticRulesHeadingElements.php HTML API: Add support for H1-H6 elements in the HTML Processor. 2023-12-13 17:51:42 +00:00
wpHtmlProcessorSemanticRulesListElements.php HTML API: Add support for list elements. 2024-01-10 14:03:57 +00:00
wpHtmlSupportRequiredHtmlProcessor.php HTML API: Add support for list elements. 2024-01-10 14:03:57 +00:00
wpHtmlSupportRequiredOpenElements.php HTML API: Add support for list elements. 2024-01-10 14:03:57 +00:00
wpHtmlTagProcessor-bookmark.php HTML API: Change wp infix in test classes to Wp. 2023-07-25 12:17:28 +00:00
wpHtmlTagProcessor.php HTML API: Avoid processing incomplete tokens. 2023-12-20 17:50:04 +00:00