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 { |
| 4504 | 4504 | const COMMENT_AS_INVALID_HTML = 'COMMENT_AS_INVALID_HTML'; |
| 4505 | 4505 | |
| 4506 | 4506 | /** |
| 4507 | | * No-quirks mode document compatability mode. |
| | 4507 | * No-quirks mode document compatibility mode. |
| 4508 | 4508 | * |
| 4509 | 4509 | * > In no-quirks mode, the behavior is (hopefully) the desired behavior |
| 4510 | 4510 | * > described by the modern HTML and CSS specifications. |
| … |
… |
class WP_HTML_Tag_Processor { |
| 4519 | 4519 | const NO_QUIRKS_MODE = 'no-quirks-mode'; |
| 4520 | 4520 | |
| 4521 | 4521 | /** |
| 4522 | | * Quirks mode document compatability mode. |
| | 4522 | * Quirks mode document compatibility mode. |
| 4523 | 4523 | * |
| 4524 | 4524 | * > In quirks mode, layout emulates behavior in Navigator 4 and Internet |
| 4525 | 4525 | * > Explorer 5. This is essential in order to support websites that were |