We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250582b commit c93d8c2Copy full SHA for c93d8c2
2 files changed
src/wp-includes/html-api/class-wp-html-processor.php
@@ -893,12 +893,6 @@ private function step_in_body() {
893
case 'FORM':
894
case 'FRAME':
895
case 'FRAMESET':
896
- case 'H1':
897
- case 'H2':
898
- case 'H3':
899
- case 'H4':
900
- case 'H5':
901
- case 'H6':
902
case 'HEAD':
903
case 'HR':
904
case 'HTML':
tests/phpunit/tests/html-api/wpHtmlProcessor.php
@@ -188,12 +188,6 @@ public function data_unsupported_special_in_body_tags() {
188
array( 'FORM' ),
189
array( 'FRAME' ),
190
array( 'FRAMESET' ),
191
- array( 'H1' ),
192
- array( 'H2' ),
193
- array( 'H3' ),
194
- array( 'H4' ),
195
- array( 'H5' ),
196
- array( 'H6' ),
197
array( 'HEAD' ),
198
array( 'HR' ),
199
array( 'HTML' ),
0 commit comments