- Timestamp:
- 07/30/2024 06:44:45 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlProcessorBreadcrumbs.php
r58806 r58833 47 47 'AUDIO', 48 48 'B', 49 'BASE', 49 50 'BDI', 50 51 'BDO', 52 'BGSOUND', // Deprectated. 51 53 'BIG', 52 54 'BLINK', // Deprecated. … … 94 96 'LABEL', 95 97 'LEGEND', 98 'LINK', 96 99 'LISTING', // Deprecated. 97 100 'MAIN', … … 100 103 'MARQUEE', // Deprecated. 101 104 'MENU', 105 'META', 102 106 'METER', 103 107 'MULTICOL', // Deprecated. … … 179 183 public static function data_unsupported_elements() { 180 184 $unsupported_elements = array( 181 'BASE',182 'BGSOUND', // Deprecated; self-closing if self-closing flag provided, otherwise normal.183 185 'BODY', 184 186 'FRAME', … … 187 189 'HTML', 188 190 'IFRAME', 189 'LINK',190 191 'MATH', 191 'META',192 192 'NOEMBED', // Neutralized. 193 193 'NOFRAMES', // Neutralized. … … 196 196 'STYLE', 197 197 'SVG', 198 'TEMPLATE',199 198 'TEXTAREA', 200 199 'TITLE',
Note: See TracChangeset
for help on using the changeset viewer.