Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f68c224
added the bcd for alpha & colorspace
dletorey Sep 9, 2025
e3c0b90
added alpha and colorspace to attributes and input pages
dletorey Sep 9, 2025
ba60de4
added see also links for input color
dletorey Sep 9, 2025
8667e9e
added alpha and colorspace to individual attributes of input page
dletorey Sep 9, 2025
837985c
created colorspace attribute page
dletorey Sep 9, 2025
81aacbc
updated the property urls
dletorey Sep 9, 2025
ee76aad
fixed the broken links for sRGB
dletorey Sep 9, 2025
0939474
added values to the example
dletorey Sep 9, 2025
b398afc
corrected the description
dletorey Sep 9, 2025
e95924d
added alpha attribute
dletorey Sep 9, 2025
efd2840
added links from properties to attributes
dletorey Sep 9, 2025
1a21ee6
Merge branch 'main' into 40778-color-input-value
dletorey Sep 10, 2025
989b9af
added example for alpha
dletorey Sep 10, 2025
4f9bb86
corrected the example name
dletorey Sep 10, 2025
524b7b6
fixed some grammar
dletorey Sep 10, 2025
4913493
Merge branch 'main' into 40778-color-input-value
dletorey Sep 10, 2025
992ac6b
Update files/en-us/web/html/reference/attributes/alpha/index.md
dletorey Sep 10, 2025
f8131c8
Update files/en-us/web/html/reference/attributes/colorspace/index.md
dletorey Sep 10, 2025
e4dfe88
Update files/en-us/web/html/reference/attributes/colorspace/index.md
dletorey Sep 10, 2025
80be13d
fixed linting for attribute table
dletorey Sep 10, 2025
72804bc
Merge branch 'main' into 40778-color-input-value
dletorey Sep 11, 2025
76f8cea
Update files/en-us/web/html/reference/attributes/alpha/index.md
dletorey Sep 11, 2025
2a2cba6
Merge branch 'main' into 40778-color-input-value
dletorey Sep 15, 2025
6d261b2
removed the alpha and colorspace attribute pages and links to them
dletorey Sep 15, 2025
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
Update files/en-us/web/html/reference/attributes/colorspace/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dletorey and github-actions[bot] authored Sep 10, 2025
commit f8131c8f28d8df94b11de2f09ebd9547a35cec7c
10 changes: 5 additions & 5 deletions files/en-us/web/html/reference/attributes/colorspace/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ These attributes are [enumerated](/en-US/docs/Glossary/Enumerated), and have the
```html interactive-example
<label for="rgb">Color input using RGB:</label>

<input
type="color"
id="rgb"
name="rgb"
colorspace="limited-srgb"
<input
type="color"
id="rgb"
name="rgb"
colorspace="limited-srgb"
value="#ff0000" />

<label for="p3">Color input using p3:</label>
Expand Down
Loading