[PR #1409] Add role attribute to search box and change input type #1401

Open
opened 2026-03-03 14:43:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/1409
Author: @coliff
Created: 11/19/2025
Status: 🔄 Open

Base: mainHead: patch-1


📝 Commits (1)

  • fa34c6e Add role attribute to search box and change input type

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 index.html (+2 -2)

📄 Description

This pull request makes a small accessibility improvement to the search functionality in the index.html file by updating the search box markup.

  • Accessibility enhancement:
    • Added role="search" to the search-box container and changed the input type from text to search for improved accessibility and semantic HTML.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lipis/flag-icons/pull/1409 **Author:** [@coliff](https://github.com/coliff) **Created:** 11/19/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`fa34c6e`](https://github.com/lipis/flag-icons/commit/fa34c6e3b1bd16f03cfefdf76b152321a11b2c3b) Add role attribute to search box and change input type ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `index.html` (+2 -2) </details> ### 📄 Description This pull request makes a small accessibility improvement to the search functionality in the `index.html` file by updating the search box markup. - Accessibility enhancement: * Added `role="search"` to the `search-box` container and changed the input type from `text` to `search` for improved accessibility and semantic HTML. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#1401
No description provided.