Make WordPress Core

Changes between Version 2 and Version 4 of Ticket #59883


Ignore:
Timestamp:
01/22/2024 11:24:42 PM (11 months ago)
Author:
dmsnell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59883 – Description

    v2 v4  
    3737The HTML API is providing WordPress the ability to have a smarter Core HTML system that won't be confused by rare or unexpected inputs and leans heavily on a spec-compliant "garbage-in garbage-out" approach. This dramatically simplifies HTML processing code without opening unsafe avenues; this is because HTML5 defines how to handle abnormal inputs.
    3838
    39 cc: @westonruter who [https://github.com/GoogleChromeLabs/wpp-research/pull/74 queried HTTP Archive] and found up to potentially two sites among millions that are serving XHTML content through the inclusion of proper HTTP headers.
     39Weston [https://github.com/GoogleChromeLabs/wpp-research/pull/74 queried the HTTP Archive] and found up to potentially two sites among millions that are serving XHTML content through the inclusion of proper HTTP headers.
     40
     41== Linked Issues
     42
     43 - #60320 the `CDATA` wrappers around inline JavaScript break non-JavaScript `SCRIPT` contents.