- Timestamp:
- 08/05/2025 02:00:29 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-doctype-info.php
r60501 r60540 37 37 * 38 38 * DOCTYPE declarations comprise four properties: a name, public identifier, system identifier, 39 * and an indication of which document compat ability mode they would imply if an HTML parser39 * and an indication of which document compatibility mode they would imply if an HTML parser 40 40 * hadn't already determined it from other information. 41 41 * … … 129 129 130 130 /** 131 * Which document compat ability mode this DOCTYPE declaration indicates.131 * Which document compatibility mode this DOCTYPE declaration indicates. 132 132 * 133 133 * This value should be considered "read only" and not modified. 134 134 * 135 * When an HTML parser has not already set the document compat ability mode,135 * When an HTML parser has not already set the document compatibility mode, 136 136 * (e.g. "quirks" or "no-quirks" mode), it will infer if from the properties 137 137 * of the appropriate DOCTYPE declaration, if one exists. The DOCTYPE can 138 * indicate one of three possible document compat ability modes:138 * indicate one of three possible document compatibility modes: 139 139 * 140 140 * - "no-quirks" and "limited-quirks" modes (also called "standards" mode).
Note: See TracChangeset
for help on using the changeset viewer.