- Timestamp:
- 03/03/2026 01:10:51 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r61754 r61793 946 946 * 947 947 * @since 6.5.0 948 * 949 * @access private 948 * @ignore 950 949 * 951 950 * @return bool Whether a token was parsed. … … 1383 1382 * 1384 1383 * @since 6.3.2 1384 * @ignore 1385 1385 * 1386 1386 * @see https://html.spec.whatwg.org/#generic-raw-text-element-parsing-algorithm … … 1402 1402 * 1403 1403 * @since 6.2.0 1404 * @ignore 1404 1405 * 1405 1406 * @see https://html.spec.whatwg.org/multipage/parsing.html#rcdata-state … … 1493 1494 * 1494 1495 * @since 6.2.0 1496 * @ignore 1495 1497 * 1496 1498 * @return bool Whether the script tag was closed before the end of the document. … … 1702 1704 * @since 6.2.0 1703 1705 * @since 6.2.1 Support abruptly-closed comments, invalid-tag-closer-comments, and empty elements. 1706 * @ignore 1704 1707 * 1705 1708 * @return bool Whether a tag was found before the end of the document. … … 2123 2126 * 2124 2127 * @since 6.2.0 2128 * @ignore 2125 2129 * 2126 2130 * @return bool Whether an attribute was found before the end of the document. … … 2260 2264 * 2261 2265 * @since 6.2.0 2266 * @ignore 2262 2267 */ 2263 2268 private function skip_whitespace(): void { … … 2269 2274 * 2270 2275 * @since 6.2.0 2276 * @ignore 2271 2277 */ 2272 2278 private function after_tag(): void { … … 2328 2334 * 2329 2335 * @since 6.2.0 2336 * @ignore 2330 2337 * 2331 2338 * @see WP_HTML_Tag_Processor::$lexical_updates … … 2491 2498 * @since 6.2.1 Accumulates shift for internal cursor and passed pointer. 2492 2499 * @since 6.3.0 Invalidate any bookmarks whose targets are overwritten. 2500 * @ignore 2493 2501 * 2494 2502 * @param int $shift_this_point Accumulate and return shift for this position. … … 2648 2656 * 2649 2657 * @since 6.2.0 2658 * @ignore 2650 2659 * 2651 2660 * @param WP_HTML_Text_Replacement $a First attribute update. … … 2681 2690 * 2682 2691 * @since 6.2.0 2692 * @ignore 2683 2693 * 2684 2694 * @param string $comparable_name The attribute name in its comparable form. … … 3927 3937 * 3928 3938 * @since 7.0.0 3939 * @ignore 3929 3940 * 3930 3941 * @return 'javascript'|'json'|null Type of script element content if matched and recognized. … … 4200 4211 * 4201 4212 * @since 7.0.0 4213 * @ignore 4202 4214 * 4203 4215 * @param string $sourcecode Raw contents intended to be serialized into an HTML SCRIPT element. … … 4665 4677 * 4666 4678 * @since 6.2.0 4679 * @ignore 4667 4680 * 4668 4681 * @param array|string|null $query { … … 4731 4744 * 4732 4745 * @since 6.2.0 4746 * @ignore 4733 4747 * 4734 4748 * @return bool Whether the given tag and its attribute match the search criteria.
Note: See TracChangeset
for help on using the changeset viewer.