WindowsのGoogle Chromeで、
<input type="text" style="min-width:10px;width:100%;">
ご覧のとおり、次のように機能します。
<div style="width:50px;background:red;">
<input type="text" style="min-width:10px;width:100%;">
</div>
ここではありません!
<table style="background:red;">
<tr><td><input type="text" style="min-width:10px;width:100%;"></td></tr>
</table>
私は純粋な CSS ソリューションを探しています (size="1" は私の問題を解決します)