Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into input-color
  • Loading branch information
Elchi3 authored Jul 10, 2025
commit e6ffe9ff90f570bff778021f66150558bc096eb3
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ browser-compat: html.elements.input.type_color
sidebar: htmlsidebar
---

{{HTMLSidebar}}

{{HTMLElement("input")}} elements of type **`color`** provide a user interface element that lets a user specify a color, either by using a visual color picker interface or by entering the color into a text field in a [CSS color value](/en-US/docs/Web/CSS/color_value) format.

The element's presentation may vary substantially from one browser and/or platform to another—it might be a basic textual input that automatically validates to ensure that the color information is entered in the proper format, or a platform-standard color picker, or some kind of custom color picker window.
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.