Closed Bug 1243347 Opened 8 years ago Closed 8 years ago

Create a page <input type="password">

Categories

(Developer Documentation Graveyard :: API: HTML, defect)

defect
Not set
normal

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
Assignee: nobody → desai.meghana1990
Mentor: jypenator
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)
I want to contribute
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)
Hi Jean-Yves Perrier

I have done changes as per your suggestion.

Thanks for the suggestions.
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: 8 years ago
Resolution: --- → FIXED
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.