Title: Lumen ARIA Blocks
Author: Angelo De Lorenzo
Published: <strong>2026 年 3 月 21 日</strong>
Last modified: 2026 年 4 月 3 日

---

搜索插件

![](https://ps.w.org/lumen-aria-blocks/assets/banner-772x250.jpg?rev=3487541)

![](https://ps.w.org/lumen-aria-blocks/assets/icon-256x256.jpg?rev=3487541)

# Lumen ARIA Blocks

 作者：[Angelo De Lorenzo](https://profiles.wordpress.org/angelo_de_lorenzo/)

[下载](https://downloads.wordpress.org/plugin/lumen-aria-blocks.0.5.0.zip)

 * [详情](https://cn.wordpress.org/plugins/lumen-aria-blocks/#description)
 * [评价](https://cn.wordpress.org/plugins/lumen-aria-blocks/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/lumen-aria-blocks/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/lumen-aria-blocks/#developers)

 [支持](https://wordpress.org/support/plugin/lumen-aria-blocks/)

## 描述

Lumen ARIA Blocks helps you publish interactive content that stays usable for keyboard
and assistive technology users, while remaining practical for editorial teams in
Gutenberg.

Why teams use Lumen ARIA Blocks:

 * Better accessibility defaults out of the box (roles, states, keyboard behavior,
   focus handling).
 * SSR-first output for robust rendering and content continuity.
 * Theme-agnostic integration (works with any WordPress theme).
 * Privacy-friendly runtime (no telemetry, no tracking scripts).

How it works:

 * SSR-first dynamic blocks (content remains server-rendered).
 * Progressive enhancement with block-specific frontend scripts, enqueued only when
   the related block is rendered.
 * Runtime assets are served from your own WordPress site.
 * No third-party runtime libraries are bundled in this release.

Available blocks in this release:

 * Accordion
 * Button (action/link/toggle)
 * Carousel
 * Dialog
 * Popup
 * Tabs
 * Tooltip

This plugin is designed to work across themes and does not require coupling to a
specific theme implementation.

Demo page: https://lumen.angelodelorenzo.it/lumen-aria-blocks

### Accessibility Contract

Lumen ARIA Blocks targets WCAG 2.2 AA intent with:

 * keyboard-first interactions
 * ARIA roles/state mapping per component
 * focus-visible support
 * reduced-motion baseline (`prefers-reduced-motion`)
 * no-JS SSR fallback behavior for content continuity

ARIA contracts and QA checks are maintained in the release workflow and are not 
bundled in the plugin package.

### Privacy

 * No analytics or telemetry are included.
 * No third-party tracking requests are sent by the plugin.
 * Runtime assets are loaded from your own WordPress site.

### Third-Party Libraries

 * No third-party runtime libraries are bundled in this plugin release.
 * `THIRD_PARTY_NOTICES.txt` remains included as distribution metadata.

## 屏幕截图

[⌊Accordion block in frontend output with accessible disclosure behavior and clear
section structure.⌉⌊Accordion block in frontend output with accessible disclosure
behavior and clear section structure.⌉[

Accordion block in frontend output with accessible disclosure behavior and clear
section structure.

[⌊Accordion block in the editor with configurable items and settings for structured
editorial content.⌉⌊Accordion block in the editor with configurable items and settings
for structured editorial content.⌉[

Accordion block in the editor with configurable items and settings for structured
editorial content.

[⌊Dialog block in frontend output showing a focused modal interaction for task-bound
content.⌉⌊Dialog block in frontend output showing a focused modal interaction for
task-bound content.⌉[

Dialog block in frontend output showing a focused modal interaction for task-bound
content.

[⌊Button block in the editor with support for action, link, and toggle use cases.⌉⌊
Button block in the editor with support for action, link, and toggle use cases.⌉[

Button block in the editor with support for action, link, and toggle use cases.

[⌊Carousel block in frontend output with keyboard-operable controls and visible 
slide navigation.⌉⌊Carousel block in frontend output with keyboard-operable controls
and visible slide navigation.⌉[

Carousel block in frontend output with keyboard-operable controls and visible slide
navigation.

[⌊Tooltip block in the editor with settings for concise contextual help and controlled
interaction behavior.⌉⌊Tooltip block in the editor with settings for concise contextual
help and controlled interaction behavior.⌉[

Tooltip block in the editor with settings for concise contextual help and controlled
interaction behavior.

## 区块

该插件提供了 7 个区块.

 *   Carousel Accessible carousel powered by runtime setCarousel.
 *   Dialog Accessible dialog with modal and alert variants.
 *   Accordion Accessible accordion with ARIA-aware controls and keyboard support.
 *   Tooltip Accessible tooltip with runtime enhancement and keyboard-safe fallback.
 *   Popup Accessible popup with runtime enhancement and keyboard fallback.
 *   Tabs Accessible tabs with keyboard navigation and ARIA semantics.
 *   Button Accessible button/toggle button powered by runtime Button module.

## 安装

 1. Upload the plugin folder to `/wp-content/plugins/lumen-aria-blocks`.
 2. Activate **Lumen ARIA Blocks** from the Plugins screen.
 3. In the block editor, open category **Lumen Accessibility**.
 4. Insert blocks and configure attributes from block settings.

## 常见问题

### Does this plugin work without JavaScript?

Core content is server-rendered. Interactive enhancements require JavaScript, but
the main content remains present in the markup.

### Does this plugin load external CDNs?

No. Runtime assets are served from your WordPress site.

### Is third-party code bundled?

No. This release does not bundle third-party runtime libraries. See `THIRD_PARTY_NOTICES.
txt` for distribution details.

### Which blocks are included?

Accordion, Button, Carousel, Dialog, Popup, Tabs, and Tooltip.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Lumen ARIA Blocks」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Angelo De Lorenzo ](https://profiles.wordpress.org/angelo_de_lorenzo/)

[帮助将「Lumen ARIA Blocks」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/lumen-aria-blocks)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/lumen-aria-blocks/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/lumen-aria-blocks/)，或通过[RSS](https://plugins.trac.wordpress.org/log/lumen-aria-blocks/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/lumen-aria-blocks/)。

## 更新日志

#### 0.5.0

 * Refined popup behavior to keep it contextual and non-modal in normal keyboard
   flow.
 * Narrowed tooltip runtime semantics and limited expanded-controls state to manual
   mode.
 * Improved carousel autoplay behavior for reduced-motion users and keyboard interaction
   with controls.
 * Strengthened modal dialog guarantees around focus trapping, background masking,
   and focus return.
 * Expanded release-grade keyboard coverage for popup, tooltip, carousel, and dialog
   behavior.

#### 0.4.0

 * Introduced the first WordPress.org-ready public release.
 * Added seven stable accessibility-focused blocks for editorial use.
 * Strengthened keyboard, focus, and no-JS behavior across the block set.
 * Improved runtime reliability and release validation for production use.
 * Included release compliance metadata and third-party notices.

#### 0.3.0

 * Replaced full module preload strategy with block-scoped runtime initialization.
 * Added deterministic runtime initialization safeguards.
 * Hardened dialog/popup/tabs/tooltip behavior for interaction parity.

#### 0.2.18

 * Split scope to editorial/content blocks only.

## 额外信息

 *  版本 **0.5.0**
 *  最后更新：**3 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.5 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/lumen-aria-blocks/)
 * 标签
 * [accessibility](https://cn.wordpress.org/plugins/tags/accessibility/)[ARIA](https://cn.wordpress.org/plugins/tags/aria/)
   [blocks](https://cn.wordpress.org/plugins/tags/blocks/)[gutenberg](https://cn.wordpress.org/plugins/tags/gutenberg/)
   [wcag](https://cn.wordpress.org/plugins/tags/wcag/)
 *  [高级视图](https://cn.wordpress.org/plugins/lumen-aria-blocks/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/lumen-aria-blocks/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/lumen-aria-blocks/reviews/)

## 贡献者

 *   [ Angelo De Lorenzo ](https://profiles.wordpress.org/angelo_de_lorenzo/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/lumen-aria-blocks/)