Make WordPress Core

Ticket #63391: ticket2.patch

File ticket2.patch, 2.0 KB (added by truptikanzariya, 7 months ago)
  • src/wp-includes/html-api/class-wp-html-tag-processor.php

    diff --git a/src/wp-includes/html-api/class-wp-html-tag-processor.php b/src/wp-includes/html-api/class-wp-html-tag-processor.php
    index 032ca2af32..83c1784418 100644
    a b class WP_HTML_Tag_Processor { 
    45044504        const COMMENT_AS_INVALID_HTML = 'COMMENT_AS_INVALID_HTML';
    45054505
    45064506        /**
    4507          * No-quirks mode document compatability mode.
     4507         * No-quirks mode document compatibility mode.
    45084508         *
    45094509         * > In no-quirks mode, the behavior is (hopefully) the desired behavior
    45104510         * > described by the modern HTML and CSS specifications.
    class WP_HTML_Tag_Processor { 
    45194519        const NO_QUIRKS_MODE = 'no-quirks-mode';
    45204520
    45214521        /**
    4522          * Quirks mode document compatability mode.
     4522         * Quirks mode document compatibility mode.
    45234523         *
    45244524         * > In quirks mode, layout emulates behavior in Navigator 4 and Internet
    45254525         * > Explorer 5. This is essential in order to support websites that were