Page 1 of 1
[what?] what is mask="x" ?
Posted: Tue Sep 24, 2013 5:41 pm
by Nerfintas
Hi, this topic is for all my questions, becouse i dont want to make 10 topics per day or smth like that

.
So please dont delete it, when i have a question ill ask in here;)
EDIT: and if i dont say THANKS, so at anyway i mean THANKS for that who help me, becouse i dont want to 2ble post always, like 1st post THANKS and 2nd post THERE IS MY NEW PROBLEM, etc.
.
Re: Nerfintas space [All my questions only here]
Posted: Tue Sep 24, 2013 6:19 pm
by Nerfintas
Hi. Is there a different?
Code: Select all
Player password: <input type="password" name="password" size="15"><br>
and
Code: Select all
Player password: <input type="password" name="repassword" size ="15" mask="*"><br>
why is that MASK used for? becouse with mask and without mask when type is password then all characters is hiden anyway.
Re: Nerfintas space [All my questions only here]
Posted: Tue Sep 24, 2013 6:33 pm
by OldRod
You don't need the mask if the input type is 'password'. I think the 'mask' part goes back to an earlier version of PHP or something. I'm not sure it does anything now.
Re: Nerfintas space [All my questions only here]
Posted: Tue Sep 24, 2013 11:05 pm
by Jackolantern
Actually, it is more helpful if you do make a new thread for each new question

For one, you are much more likely to get answers since people will see it is a new, unanswered thread. And second, putting them all in one thread makes them much less searchable. We have quite a knowledge base here all at the reach of a finger through Search, and we want to keep adding to it! Don't worry about making tons of threads in this section, as this is a "Free for All" section for people to ask any and all questions they want to, where the typical thread spam rules don't apply

Re: Nerfintas space [All my questions only here]
Posted: Tue Sep 24, 2013 11:42 pm
by Epiales
Re: Nerfintas space [All my questions only here]
Posted: Wed Sep 25, 2013 4:38 am
by Nerfintas
Jackolantern wrote:Actually, it is more helpful if you do make a new thread for each new question

For one, you are much more likely to get answers since people will see it is a new, unanswered thread. And second, putting them all in one thread makes them much less searchable. We have quite a knowledge base here all at the reach of a finger through Search, and we want to keep adding to it! Don't worry about making tons of threads in this section, as this is a "Free for All" section for people to ask any and all questions they want to, where the typical thread spam rules don't apply

OKAY SIR! thx ;D
Re: [what?] what is mask="x" ?
Posted: Wed Sep 25, 2013 5:55 am
by Winawer
I don't think mask is an actual HTML attribute, so it shouldn't do anything at all.
Re: [what?] what is mask="x" ?
Posted: Sat Sep 28, 2013 3:49 pm
by Jackolantern
"Mask" was an old, non-standard HTML Password attribute used to change the mask character. It has not worked since the First Browser Wars. The standard never accepted it as it was felt that it was better to stay with the standard display of the element. I think it quit working back when most of the form styling attributes were dropped.