Changes between Version 1 and Version 2 of Ticket #55362, comment 3
- Timestamp:
- 03/11/2022 11:49:18 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55362, comment 3
v1 v2 22 22 === Results 23 23 1. No visible regressions. 24 2. [https://core.trac.wordpress.org/attachment/ticket/55362/%2355362.patch 55362.patch] seems to cleanly resolve the invalid use of `inline-block` and `float` per [https://developer.mozilla.org/en-US/docs/Web/CSS/float MDN Reference: float]. 24 2. [https://core.trac.wordpress.org/attachment/ticket/55362/%2355362.patch 55362.patch] seems to cleanly remove the unnecessary use of `inline-block` and `float` per [https://developer.mozilla.org/en-US/docs/Web/CSS/float MDN Reference: float]. 25 26 === Notes 27 - In related ticket [https://core.trac.wordpress.org/ticket/55338#comment:7 #55338], @sabernhardt highlighted that the change is not necessary and linked to the same MDN reference on `float`.