diff --git a/src/wp-includes/html-api/class-wp-css-attribute-selector.php b/src/wp-includes/html-api/class-wp-css-attribute-selector.php
index b64efea0bb45c..fbdef5ce930be 100644
--- a/src/wp-includes/html-api/class-wp-css-attribute-selector.php
+++ b/src/wp-includes/html-api/class-wp-css-attribute-selector.php
@@ -10,8 +10,7 @@
/**
* CSS attribute selector.
*
- * This class implements a CSS attribute selector and is used to test for matching HTML tags
- * in a {@see WP_HTML_Tag_Processor}.
+ * This class is used to test for matching HTML tags in a {@see WP_HTML_Tag_Processor}.
*
* @since TBD
*
diff --git a/src/wp-includes/html-api/class-wp-css-class-selector.php b/src/wp-includes/html-api/class-wp-css-class-selector.php
index cdd38d951e45c..02410546a4b52 100644
--- a/src/wp-includes/html-api/class-wp-css-class-selector.php
+++ b/src/wp-includes/html-api/class-wp-css-class-selector.php
@@ -10,8 +10,7 @@
/**
* CSS class selector.
*
- * This class implements a CSS class selector and is used to test for matching HTML tags
- * in a {@see WP_HTML_Tag_Processor}.
+ * This class is used to test for matching HTML tags in a {@see WP_HTML_Tag_Processor}.
*
* @since TBD
*
diff --git a/src/wp-includes/html-api/class-wp-css-id-selector.php b/src/wp-includes/html-api/class-wp-css-id-selector.php
index 5bb6438df6eb3..ca61f00bb7e67 100644
--- a/src/wp-includes/html-api/class-wp-css-id-selector.php
+++ b/src/wp-includes/html-api/class-wp-css-id-selector.php
@@ -10,8 +10,7 @@
/**
* CSS ID selector.
*
- * This class implements a CSS ID selector and is used to test for matching HTML tags
- * in a {@see WP_HTML_Tag_Processor}.
+ * This class is used to test for matching HTML tags in a {@see WP_HTML_Tag_Processor}.
*
* @since TBD
*