Changeset 54675
- Timestamp:
- 10/24/2022 03:34:42 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r54672 r54675 2424 2424 'float', 2425 2425 'list-style-type', 2426 'object-fit', 2426 2427 'object-position', 2427 2428 'overflow', -
trunk/tests/phpunit/tests/kses.php
r54667 r54675 1113 1113 'expected' => 'object-position: right top', 1114 1114 ), 1115 // `object-fit` introduced in 6.1. 1116 array( 1117 'css' => 'object-fit: cover', 1118 'expected' => 'object-fit: cover', 1119 ), 1115 1120 // Expressions are not allowed. 1116 1121 array(
Note: See TracChangeset
for help on using the changeset viewer.