Skip to content

feat: Add Accessibility section #431

Merged
surajshetty3416 merged 3 commits intofrappe:developfrom
aerodeval:feat-accessibility-section
Nov 16, 2025
Merged

feat: Add Accessibility section #431
surajshetty3416 merged 3 commits intofrappe:developfrom
aerodeval:feat-accessibility-section

Conversation

@aerodeval
Copy link
Contributor

Changes:

This PR introduces a new Accessibility section in the Builder sidebar that allows users to modify ARIA properties directly from the UI.

Currently it supports updating ARIA-related attributes such as:

  • Label Text - for adding custom aria-label.
  • Role - dropdown with common options like button, navigation, banner, main, etc. to override semantic UI depending on the use case.
  • Tab Index - to manage keyboard focus order (would be -1, 0 or 1).

This update will help users to configure ARIA attributes visually, making the Builder more inclusive and easier to use for teams focused on accessibility standards.

implements feature 310

frappe-aria

Copy link
Member

@surajshetty3416 surajshetty3416 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aerodeval can you move Tag property inside the Accessibility section?

@surajshetty3416 surajshetty3416 changed the title feat:add Accessibility section in properties panel feat: Add Accessibility section in properties panel Nov 16, 2025
@surajshetty3416 surajshetty3416 changed the title feat: Add Accessibility section in properties panel feat: Add Accessibility section Nov 16, 2025
@surajshetty3416 surajshetty3416 merged commit b99ffcd into frappe:develop Nov 16, 2025
3 checks passed
@codecov
Copy link

codecov bot commented Nov 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.91%. Comparing base (bb16fd9) to head (505355b).
⚠️ Report is 20 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #431   +/-   ##
========================================
  Coverage    47.91%   47.91%           
========================================
  Files           26       26           
  Lines         1630     1630           
========================================
  Hits           781      781           
  Misses         849      849           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@surajshetty3416
Copy link
Member

🎉 This PR is included in version 1.21.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants