mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
or password fields. HTML5 § 4.10.5.3.2 doesn't explicitly say to do this, but all other browser engines seem to do it. Improves the Google home page.
10 lines
104 B
HTML
10 lines
104 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<input type=submit size=100 value=sumbit>
|
|
</body>
|
|
</html>
|
|
|