Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57301, comment 12


Ignore:
Timestamp:
12/14/2022 12:34:13 PM (3 years ago)
Author:
sergiomdgomes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57301, comment 12

    initial v1  
    11Also, 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.
    22
    3 But for practical reasons, I think it's absolutely fine to just give up and unquestionably serve the polyfill to older browsers if that makes our implementation simpler or otherwise better.
     3But 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.
    44
    55**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.