- Timestamp:
- 07/30/2024 06:44:45 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-open-elements.php
r58806 r58833 309 309 'OBJECT', 310 310 'TEMPLATE', 311 // @todo: Support SVG and MathML nodes when support for foreign content is added. 311 312 /* 313 * @todo Support SVG and MathML nodes when support for foreign content is added. 314 * 315 * - MathML mi 316 * - MathML mo 317 * - MathML mn 318 * - MathML ms 319 * - MathML mtext 320 * - MathML annotation-xml 321 * - SVG foreignObject 322 * - SVG desc 323 * - SVG title 324 */ 312 325 ) 313 326 ); … … 350 363 'TEMPLATE', 351 364 'UL', 352 // @todo: Support SVG and MathML nodes when support for foreign content is added. 365 366 /* 367 * @todo Support SVG and MathML nodes when support for foreign content is added. 368 * 369 * - MathML mi 370 * - MathML mo 371 * - MathML mn 372 * - MathML ms 373 * - MathML mtext 374 * - MathML annotation-xml 375 * - SVG foreignObject 376 * - SVG desc 377 * - SVG title 378 */ 353 379 ) 354 380 ); … … 387 413 'OBJECT', 388 414 'TEMPLATE', 389 // @todo: Support SVG and MathML nodes when support for foreign content is added. 415 416 /* 417 * @todo Support SVG and MathML nodes when support for foreign content is added. 418 * 419 * - MathML mi 420 * - MathML mo 421 * - MathML mn 422 * - MathML ms 423 * - MathML mtext 424 * - MathML annotation-xml 425 * - SVG foreignObject 426 * - SVG desc 427 * - SVG title 428 */ 390 429 ) 391 430 );
Note: See TracChangeset
for help on using the changeset viewer.