Changeset 55723
- Timestamp:
- 05/05/2023 10:56:24 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55721 r55723 230 230 * HTML5 specifies that certain invalid content be transformed into different forms 231 231 * for display, such as removing null bytes from an input document and replacing 232 * invalid characters with the Unicode replacement character `U+FFFD` . Where errors233 * or transformations exist within the HTML5 specification, the Tag Processor leaves234 * those invalid inputs untouched, passing them through to the final browser to handle.235 * While this implies that certain operations will be non-spec-compliant, such as236 * reading the value of an attribute with invalid content, it also preserves a232 * invalid characters with the Unicode replacement character `U+FFFD` (visually "�"). 233 * Where errors or transformations exist within the HTML5 specification, the Tag Processor 234 * leaves those invalid inputs untouched, passing them through to the final browser 235 * to handle. While this implies that certain operations will be non-spec-compliant, 236 * such as reading the value of an attribute with invalid content, it also preserves a 237 237 * simplicity and efficiency for handling those error cases. 238 238 *
Note: See TracChangeset
for help on using the changeset viewer.