Make WordPress Core


Ignore:
Timestamp:
07/24/2024 06:39:46 PM (11 months ago)
Author:
dmsnell
Message:

HTML API: Add TABLE support in HTML Processor.

As part of work to add more spec support to the HTML API, this patch adds
support for various table-related insertion modes. This includes support
for tables, table rows, table cells, table column groups, etc...

Developed in https://github.com/wordpress/wordpress-develop/pull/6040
Discussed in https://core.trac.wordpress.org/ticket/61576

Props: dmsnell, jonsurrell.
See #61576.

File:
1 edited

Legend:

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

    r58779 r58806  
    182182            'BGSOUND', // Deprecated; self-closing if self-closing flag provided, otherwise normal.
    183183            'BODY',
    184             'CAPTION',
    185             'COL',
    186             'COLGROUP',
    187184            'FRAME',
    188185            'FRAMESET',
     
    199196            'STYLE',
    200197            'SVG',
    201             'TBODY',
    202             'TD',
    203198            'TEMPLATE',
    204199            'TEXTAREA',
    205             'TFOOT',
    206             'TH',
    207             'THEAD',
    208200            'TITLE',
    209             'TR',
    210201            'XMP', // Deprecated, use PRE instead.
    211202        );
Note: See TracChangeset for help on using the changeset viewer.