Make WordPress Core


Ignore:
Timestamp:
01/23/2024 01:49:06 AM (9 months ago)
Author:
dmsnell
Message:

HTML API: Support PARAM, SOURCE, and TRACK tags.

Adds support for the following HTML elements to the HTML Processor:

  • PARAM, SOURCE, TRACK

Previously these elements were not supported and the HTML Processor would bail when encountering them. Now, with this patch applied, it will proceed to parse an HTML document when encountering those tags.

Props jonsurrell, dmsnell
Fixes #60283

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/html-api/wpHtmlProcessorBreadcrumbs.php

    r57319 r57326  
    200200            'SCRIPT',
    201201            'SELECT',
    202             'SOURCE',
    203202            'STYLE',
    204203            'SVG',
     
    213212            'TITLE',
    214213            'TR',
    215             'TRACK',
    216214            'XMP', // Deprecated, use PRE instead.
    217215        );
Note: See TracChangeset for help on using the changeset viewer.