• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

coreui / coreui-pro / 30653190239
93%
main: 95%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 31 Jul 2026 05:58PM UTC
Jobs 1
Files 61
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Jul 2026 05:56PM UTC coverage: 93.12% (+0.001%) from 93.119%
30653190239

push

github

web-flow
fix(Chip,ChipSet,ChipInput): expose real roles for chip selection and announce add/remove (#658)

Closes the WCAG suite's recorded chip-family GAPs:

- A selectable chip set is a horizontal role=listbox (aria-multiselectable in
  multiple mode) and stamps role=option on its chips, so aria-selected and
  aria-disabled land on roles that allow them. A standalone selectable chip is
  a toggle button (role=button) reflecting its state via aria-pressed. A
  non-selectable set is a role=group, which also legitimizes the documented
  aria-label. Author-provided roles always win.
- aria-disabled is only stamped on chips that carry a role; on a role-less
  chip the attribute was invalid (axe aria-allowed-attr) and is now removed,
  as are stale aria-selected attributes.
- ChipSet renders a visually hidden role=status region NEXT TO the set (a
  status child inside a listbox would violate its required children) and
  announces added/removed chips; wording is configurable via
  ariaAddedAnnouncement/ariaRemovedAnnouncement. ChipInput inherits the
  announcements; its mixed container (label + input + chips) opts out of
  container roles.

The chip-set 4.1.2/1.3.1/4.1.3 and chip-input 4.1.3 criteria are promoted to
built-in and audited in CI — including scripted assertions that removing and
adding chips update the status region. Documented in the v6 guide.

4675 of 5264 branches covered (88.81%)

Branch coverage included in aggregate %.

37 of 38 new or added lines in 2 files covered. (97.37%)

9077 of 9504 relevant lines covered (95.51%)

629.4 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
97.06
-0.56% js/src/chip.ts
Jobs
ID Job ID Ran Files Coverage
1 30653190239.1 31 Jul 2026 05:58PM UTC 61
93.12
GitHub Action Run
Source Files on build 30653190239
  • Tree
  • List 61
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30653190239
  • 941ad90b on github
  • Prev Build on v6-dev (#30652252198)
  • Next Build on v6-dev (#30666672244)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc