Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #55362, comment 3


Ignore:
Timestamp:
03/11/2022 11:49:18 PM (4 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55362, comment 3

    v1 v2  
    2222=== Results
    23231. 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].
     242. [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`.