Make WordPress Core


Ignore:
Timestamp:
08/05/2025 02:00:29 PM (9 months ago)
Author:
jonsurrell
Message:

Docs: Fix typos in HTML API documentation.

Corrects misspelling "compatability" to "compatibility."

Developed in https://github.com/WordPress/wordpress-develop/pull/8769.

Props dhruvang21, jonsurrell, abcd95, getsyash, truptikanzariya, nareshbheda, sergeybiryukov, dmsnell, sabernhardt.
See #63391.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php

    r59812 r60540  
    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
     
    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
Note: See TracChangeset for help on using the changeset viewer.