Mam zagwostkę z HTML5 pomiędzy IE i FF. Jest taki formularz:
<form action="test.php" method="post" name="szukaj"> <input name=function value="give_new_pass" type=hidden> <input type="password" id="oldpass" name="oldpass" maxLength="16" placeholder='Hasło obecnie zalogowanego użytkownika:' required><br/><br/> <input type="text" id="user" name="currentuser" maxLength="16" placeholder='Nazwa użytkownika któremu zmieniamy hasło:' required><br/><br/> <input type="password" id="newpass" name="newpass1" maxLength="16" placeholder='Nowe hasło:' required><br/><br/> <input type="password" id="confirmpass" name="newpass2" maxLength="16" placeholder='Powtórz nowe hasło:' required> <div id="lower"> <input type="submit" value="ZMIEŃ"> </div> </form>
Pod FF formularz wyświetla sie ładnie, w polach ma znaki wpisane w placeholdery, działa również required. Na IE wręcz przeciwnie. Nie wiem jaki może być tego powód?