New and updated in 6.4.0
-
Removes a node from the stack of active formatting elements.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:122 -
Steps through the stack of active formatting elements, starting with the top element (added first) and walking downwards to the one added last.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:155 -
Steps through the stack of active formatting elements, starting with the bottom element (added last) and walking upwards to the one added first.
Used by 2 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:182 -
Core class used by the HTML processor during HTML parsing for indicating that a given operation is unsupported.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-unsupported-exception.php:29 -
Returns the node at the end of the stack of active formatting elements, if one exists. If the stack is empty, returns null.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:83 -
Inserts an HTML element on the stack of open elements.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:2252 -
Returns whether an element of a given name is in the HTML special category.
Used by 2 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:2270 -
Returns whether a given element is an HTML Void Element
Used by 2 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:2385 -
Core class used by the HTML processor during HTML parsing for managing the stack of active formatting elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:36 -
Reports if a specific node is in the stack of active formatting elements.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:54 -
Returns how many nodes are currently in the stack of active formatting elements.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-active-formatting-elements.php:71 -
Closes a P element.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-processor.php:2030 -
Closes elements that have implied end tags.
Used by 2 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:2044 -
Closes elements that have implied end tags, thoroughly.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:2072 -
Reconstructs the active formatting elements.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:2100 -
Runs the adoption agency algorithm.
Used by 1 function | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-processor.php:2141 -
Moves the internal cursor in the HTML Processor to a given bookmark’s location.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1835 -
Sets a bookmark in the HTML document.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-processor.php:2001 -
Finds the next tag matching the $query.
Used by 0 functions | Uses 7 functions | Source: wp-includes/html-api/class-wp-html-processor.php:429 -
Indicates if the currently-matched tag matches the given breadcrumbs.
-
Steps through the HTML document and stop at the next tag, if any.
Used by 2 functions | Uses 6 functions | Source: wp-includes/html-api/class-wp-html-processor.php:709 -
Computes the HTML breadcrumbs for the currently-matched node, if matched.
Used by 1 function | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-processor.php:793 -
Parses next element in the ‘in body’ insertion mode.
Used by 1 function | Uses 12 functions | Source: wp-includes/html-api/class-wp-html-processor.php:882 -
Creates a new bookmark for the currently-matched tag and returns the generated name.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:790 -
Returns the uppercase name of the matched tag.
Used by 2 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1499 -
Removes a bookmark that is no longer needed.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-processor.php:1814 -
Returns the last error, if any.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:401 -
Steps through the stack of open elements, starting with the bottom element (added last) and walking upwards to the one added first.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:386 -
Updates internal flags after adding an element.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:418 -
Updates internal flags after removing an element.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:447