Don't parse/render input hidden nodes

This commit is contained in:
MoyuScript
2014-09-14 17:44:55 +03:00
parent f93e316e46
commit e23f9dd71b
4 changed files with 15 additions and 5 deletions

View File

@ -10,6 +10,7 @@
</head>
<body>
<input type="hidden" value="THIS SHOULD NOT BE VISIBLE!" />
<input type="text" value="textbox" />
<input type="text" value="textbox" style="border:5px solid navy;" />
<input type="text" value="textbox" style="border:5px solid navy;height:40px;" />