Skip to content

Conversation

@asell22
Copy link

@asell22 asell22 commented Nov 19, 2025

Description

Corrected the Semantic input types section to clarify that the multiple attribute applies to email inputs but not url inputs.

Motivation

The documentation previously stated both email and url inputs support the multiple attribute for comma-separated lists. However, according to the HTML Standard, the multiple attribute is not supported for <input type="url">. This update aligns the guide with the specification.

Related issues and pull requests

Fixes #42005

@asell22 asell22 requested a review from a team as a code owner November 19, 2025 18:59
@asell22 asell22 requested review from dipikabh and removed request for a team November 19, 2025 18:59
@github-actions github-actions bot added Content:HTML Hypertext Markup Language docs size/xs [PR only] 0-5 LoC changed labels Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:HTML Hypertext Markup Language docs size/xs [PR only] 0-5 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Correction: <input type="url"> does not support the 'multiple' attribute

2 participants