Changes between Initial Version and Version 1 of Ticket #57301, comment 12
- Timestamp:
- 12/14/2022 12:34:13 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57301, comment 12
initial v1 1 1 Also, to address the browser compatibility question definitively, I understand and agree that Emoji support and JS support are completely unrelated, and ideally should be determined entirely separately. 2 2 3 But for practical reasons, I think it's absolutely fine to just give up and un questionably serve the polyfill to older browsers if that makes our implementation simpler or otherwise better.3 But for practical reasons, I think it's absolutely fine to just give up and unconditionally serve the polyfill to older browsers if that makes our implementation simpler or otherwise better. 4 4 5 5 **Nothing will break** (it's not even a matter of graceful degradation), and these old browsers are [https://make.wordpress.org/core/handbook/best-practices/browser-support/ not supported by Core anyway], so let's not lose sight of the forest for the trees in trying to achieve rigorous correctness.