Kilotest: Diagnoses of visible label not in name
violation by HTML element 1391 on Oregon Museum of Science and Industry page
Basics
About the Oregon Museum of Science and Industry page
- URL: https://omsi.edu/
- Tested 20 days ago by job
42won 2026-05-12 at 23:14
About HTML element 1391
- Tag name:
A - Text:
1945 SE Water Ave, Portland, OR 97214
- Start tag:
<a target="_blank" aria-label="opens in a new tab" href="https://maps.app.goo.gl/sqPAB8G2HhZ6N27SA" class="external-link"> - XPath:
/html/body/footer[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/a[1] - Bounding box: x = 887, y = 6806, width = 298, height = 18
About the visible label not in name
issue
- Why it matters: User cannot get help choosing a form control to operate
- Priority: high
- Related WCAG standard: 2.5.3
Diagnoses
Here is how tools diagnose the visible label not in name
issue for HTML element 1391 of the Oregon Museum of Science and Industry page.
- Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name
Tool: Axe (Deque)
Rule:
label-content-name-mismatch - Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
W-WCAG2AAA.Principle2.Guideline2_5.2_5_3.F96 - Accessible name does not match or contain the visible label text
Tool: Accessibility Checker (IBM)
Rule:
label_name_visible - [failed] The complete visible text content of the test target neither matches or is contained within its accessible name.
Tool: QualWeb (University of Lisbon)
Rule:
QW-ACT-R30