PHPackages                             bluecadet/bluecadet\_accessibility - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bluecadet/bluecadet\_accessibility

ActiveCustom-drupal-module[Utility &amp; Helpers](/categories/utility)

bluecadet/bluecadet\_accessibility
==================================

Adds utilities to aide in development

1.x-dev(2y ago)033[1 issues](https://github.com/bluecadet/bluecadet_accessibility/issues)[1 PRs](https://github.com/bluecadet/bluecadet_accessibility/pulls)GPL-2.0+PHPPHP ^8.0

Since Nov 2Pushed 2y ago2 watchersCompare

[ Source](https://github.com/bluecadet/bluecadet_accessibility)[ Packagist](https://packagist.org/packages/bluecadet/bluecadet_accessibility)[ RSS](/packages/bluecadet-bluecadet-accessibility/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

CONTENTS OF THIS FILE
---------------------

[](#contents-of-this-file)

- Introduction
- Installation
- Configuration
- FAQ
- Maintainers
- Changelog

INTRODUCTION
------------

[](#introduction)

This module handles custom functionality for bluecadet\_accessibility. Current Functionality:

- Add a option in Views when using AJAX for enhanced accessibility.

INSTALLATION
------------

[](#installation)

- Install as you would normally install a contributed Drupal module. Visit  for further information.

CONFIGURATION
-------------

[](#configuration)

Configuration can be found on a view under the Display formatter.

Assumptions about our view templates:
-------------------------------------

[](#assumptions-about-our-view-templates)

- Maintain “views” class names, but can add pre-defined or custom class names.
- Assume basic top level template (views-view.html.twig) structure.
- Results should be in an unordered list (the list part is the important part) . Unordered lists help screen reader users navigate from the first item in a list to the end of the list or jump to the next list. It can also help them bypass groups of links if they choose to. ([W3C, H48: Using ol, ul and dl for lists or groups of links](https://www.w3.org/TR/WCAG20-TECHS/H48.html#:~:text=The%20list%20structure%20(%20ul%20%2F%20ol,links%20if%20they%20choose%20to.))
- There should be a title (can be screen reader only) `Results` default is before ul and a child of “view-content”
- Need a header, which is usually an h2, before filters and before results ideally `Filter Results` and `Results` is visually hidden.
- Buttons and pagers can set a `data-announce-text` attr which will be announced rather than a generic string.

How to add custom announce text to templates (exposed forms, pager templates).
------------------------------------------------------------------------------

[](#how-to-add-custom-announce-text-to-templates-exposed-forms-pager-templates)

### Form elements

[](#form-elements)

```

	Search

OR

	Filter

```

### Pager elements

[](#pager-elements)

```
...

{% for key, item in items.pages %}

      Page&nbsp;
      {{- key -}}

{% endfor %}

...
```

Optional CSS for smooth scrolling
---------------------------------

[](#optional-css-for-smooth-scrolling)

```
html {
  scroll-behavior: smooth;
}
```

MAINTAINERS
-----------

[](#maintainers)

Current maintainers:

- Pete Inge (pingevt) -
- Amy Frear -

This project has been sponsored by:

- Bluecadet -

CHANGELOG
---------

[](#changelog)

Unreleased
==========

[](#unreleased)

-

1.x
===

[](#1x)

- Adds Drupal Views Display Extender for enhanced accessibility.

Proudly developed @ Bluecadet
-----------------------------

[](#proudly-developed--bluecadet)

 [![Bluecadet](https://camo.githubusercontent.com/9dec4ef2ff57eae3246a85ab685fa2cc0fb41dfbbe6c83977bbabd3025aff691/68747470733a2f2f7777772e626c756563616465742e636f6d2f77702d636f6e74656e742f7468656d65732f626c756563616465742d323031382f696d616765732f6c6f676f2f6c6f676f2d626c756563616465742d626c61636b2e737667)](https://www.bluecadet.com/)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~88 days

Total

2

Last Release

834d ago

PHP version history (2 changes)1.0.0-alpha1PHP ^7.4||^8.0

1.x-devPHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e354e3aa8f75899d7dc41cc3017e438cbf5c0025f55484d8138fa1c489b010a4?d=identicon)[pingevt](/maintainers/pingevt)

---

Top Contributors

[![pingevt](https://avatars.githubusercontent.com/u/3128823?v=4)](https://github.com/pingevt "pingevt (19 commits)")

---

Tags

a11ydrupaldrupal-modulemodule

### Embed Badge

![Health badge](/badges/bluecadet-bluecadet-accessibility/health.svg)

```
[![Health](https://phpackages.com/badges/bluecadet-bluecadet-accessibility/health.svg)](https://phpackages.com/packages/bluecadet-bluecadet-accessibility)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
