Removes a class name from the currently matched tag.
Parameters
$class_name
stringrequired- The class name to remove.
Source
*/
in_head_anything_else:
$this->state->stack_of_open_elements->pop();
Changelog
Version | Description |
---|---|
6.6.0 | Introduced. |
Removes a class name from the currently matched tag.
$class_name
stringrequired */
in_head_anything_else:
$this->state->stack_of_open_elements->pop();
Version | Description |
---|---|
6.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.