Closed
Bug 1243347
Opened 9 years ago
Closed 9 years ago
Create a page <input type="password">
Categories
(Developer Documentation Graveyard :: API: HTML, defect)
Developer Documentation Graveyard
API: HTML
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: teoli, Assigned: desai.meghana1990, Mentored)
References
Details
We need a specific page for <input type="password">.
Follow [1] to create it.
An example of similar page is [2]; the new page should have the same structure.
One need to list the attributes that have an effect for type="password" only (that is not all!)
[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/password
[2] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → desai.meghana1990
Reporter | ||
Updated•9 years ago
|
Mentor: jypenator
Assignee | ||
Comment 1•9 years ago
|
||
Hi
I have added content to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/password
I am very new to the developer community please guide me if any changes or mistake.
Thanks
Flags: needinfo?(jypenator)
Comment 2•9 years ago
|
||
I want to contribute
Reporter | ||
Comment 3•9 years ago
|
||
Sayantan: you are welcome but this bug is already assigned (that's the 'Assigned To' field in the header and a work in progress. Please look at http://www.joshmatthews.net/bugsahoy/?mdn=1 for other potential bugs (Some are already assign)
Desai.meghana: this looks very promising. A few comment:
1. The attribute defalutValue must be spelled defaultvalue (no camel-case in HTML attributes + misspelling)
2. The attribute inputmode is missing
3. The attribute maxLength must be spelled maxlength
4. The attribute minlength is missing
5. The spec and copy table are missing: you can copy and adapt (simplification) the one in [1]. (Do the copy in edit mode in the original document to get all the right macros/classes)
Beside of this, it is very good! Nice job.
[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
Flags: needinfo?(jypenator)
Assignee | ||
Comment 4•9 years ago
|
||
Hi Jean-Yves Perrier
I have done changes as per your suggestion.
Thanks for the suggestions.
Reporter | ||
Comment 5•9 years ago
|
||
Hi!
Thank you very much. I've added the browser compat table (I stupidly wrote 'copy table' in comment 3 so you couldn't know).
You were very helpful! Well done!
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•9 years ago
|
||
Thanks Jean-Yves Perrier.
You can assign me some new tasks or issues if you have any.
Regards
Meghana
You need to log in
before you can comment on or make changes to this bug.
Description
•