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

IgniteUI / igniteui-webcomponents / 33503665428
98%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2026 11:42AM UTC
Jobs 1
Files 247
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

01 Sep 2026 11:40AM UTC coverage: 98.451% (+0.001%) from 98.45%
33503665428

push

github

web-flow
fix(avatar, badge): repair icon-only badge padding and ARIA semantics (#2363)

The badge `icon` part activated for any slotted `igc-icon`, while the padding
rule matched `[part='base']` exactly - so an icon badge that also had text lost
its inline padding and clipped the text under `overflow: hidden`. Avatar
exposed the invalid role `image` and inverted its ARIA: `alt`/`initials` became
the role description, while the accessible name was pinned to the literal
"avatar".

- The `icon` part now requires the icon to be the badge's only content, as the
  documentation already claimed, and the padding rule excludes that part
  explicitly instead of relying on an exact attribute match.
- Badge reports a static `badge` role description, so the visual `variant` no
  longer reaches assistive technology. `role="status"` is unchanged.
- Avatar uses `role="img"`, derives its accessible name from `alt` then
  `initials`, and keeps `avatar` as the role description.
- Avatar renders `alt=""` when no alt text is given, rather than an `<img>`
  carrying no `alt` attribute at all.
- Removed the avatar `icon` part, documented but never rendered.
- The avatar fallback test asserted pre-update DOM and passed for the wrong
  reason; it now exercises the load error, next to new coverage for the image
  alt, both components' ARIA and the badge icon part.

7283 of 7636 branches covered (95.38%)

Branch coverage included in aggregate %.

20 of 20 new or added lines in 2 files covered. (100.0%)

51113 of 51679 relevant lines covered (98.9%)

1465.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33503665428.1 01 Sep 2026 11:42AM UTC 247
98.45
GitHub Action Run
Source Files on build 33503665428
  • Tree
  • List 247
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33503665428
  • b6f964ac on github
  • Prev Build on master (#33501233262)
  • Next Build on master (#33505476491)
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