Closed
Bug 1347702
Opened 8 years ago
Closed 7 years ago
"text" type input element - page not present when followed link from input element page
Categories
(Developer Documentation Graveyard :: HTML, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mattwelke, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
I was reading the documentation for HTML input element. (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input)
I then scrolled down and clicked on the specific one for "text" type and I got a page not found which had a link to follow to file a bug, so that's why I'm here now.
Reporter | ||
Comment 1•8 years ago
|
||
It actually looks like many of the specific pages on input element types are missing.
Present as of right now:
- button
- checkbox
- color
- date
- datetime
- image
- password
Missing as of right now:
- email
- file
- hidden
- month
- number
- radio
- range
- reset
- search
- submit
- tel
- text
- time
- url
- week
Updated•7 years ago
|
Blocks: input-type-docs
I can confirm I just ran into this as well.
The link points to
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text
which returns a 404.
Comment 3•7 years ago
|
||
This got done https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text (and others too)
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•