Changes between Initial Version and Version 1 of Ticket #59883
- Timestamp:
- 11/10/2023 10:26:22 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59883 – Description
initial v1 35 35 The 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. 36 36 37 cc: @westonruter who ran a queryand found up to potentially two sites among millions that are serving XHTML content through the inclusion of proper HTTP headers.37 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.