Skip to content

Commit 2eee2d0

Browse files
committed
minor #17256 [Form] Fixing "HTML5 color format" link (ktherage)
This PR was submitted for the 5.1 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Form] Fixing "HTML5 color format" link The link https://www.w3.org/TR/html52/sec-forms.html#color-state-typecolor redirects to https://html.spec.whatwg.org/multipage/forms.html#color-state-typecolor which is bad, it's seems to be https://html.spec.whatwg.org/multipage/input.html#color-state-(type=color) now. Commits ------- 740e600 Fixing "HTML5 color format" link
2 parents f1a76c9 + 740e600 commit 2eee2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/color.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ The default value is ``''`` (the empty string).
9090

9191
.. include:: /reference/forms/types/options/trim.rst.inc
9292

93-
.. _`HTML5 color format`: https://www.w3.org/TR/html52/sec-forms.html#color-state-typecolor
93+
.. _`HTML5 color format`: https://html.spec.whatwg.org/multipage/input.html#color-state-(type=color)

0 commit comments

Comments
 (0)