diff --git a/frontend/src/components/explore-view/explore-view.ts b/frontend/src/components/explore-view/explore-view.ts
index 9600515..4172668 100644
--- a/frontend/src/components/explore-view/explore-view.ts
+++ b/frontend/src/components/explore-view/explore-view.ts
@@ -1518,6 +1518,9 @@ export class ExploreView extends ViewLifecycleMixin(LitElement) {
` sat right beside the control
* with nothing associating the two.
*
- * Two of the fixes here are about a name that exists and does not
+ * Three of the fixes here are about a name that *exists* and does not
* identify anything, which is `a11y.32`'s complaint one page over:
- * three shortcut buttons announced themselves as "S", and thirty-six
- * column arrows as "Move up" or "Move down".
+ * three shortcut buttons announced themselves as "S", thirty-six column
+ * arrows as "Move up" or "Move down", and — `a11y.26`, the audit's own
+ * finding — Explore's search box by a placeholder that disappears the
+ * moment anyone types into it. That last one is why the finding
+ * survived four phases: a placeholder is an accname fallback, so the
+ * AX sweep reported the view clean.
*/
import { describe, expect, it } from 'vitest';
import '@components/config-page/config-field';
import '@components/config-page/shortcut-capture';
+import '@components/explore-view/explore-view';
import { fixture, shadow } from '@test/support/render';
/** What the `