- Timestamp:
- 01/10/2024 02:03:57 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlSupportRequiredOpenElements.php
r57248 r57264 121 121 */ 122 122 $this->ensure_support_is_added_everywhere( 'SVG' ); 123 124 // These elements are specific to list item scope.125 $this->ensure_support_is_added_everywhere( 'OL' );126 $this->ensure_support_is_added_everywhere( 'UL' );127 128 // This element is the only element that depends on list item scope.129 $this->ensure_support_is_added_everywhere( 'LI' );130 123 } 131 124
Note: See TracChangeset
for help on using the changeset viewer.