<div dir="ltr"><div class="gmail_quote">On Thu, Oct 16, 2008 at 4:59 PM, Andy Lyttle <span dir="ltr">&lt;<a href="mailto:whatwg@phroggy.com">whatwg@phroggy.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

&lt;table&gt;<br>
 &nbsp;&lt;tr&gt;<br>
 &nbsp; &nbsp;&lt;input type=&quot;hidden&quot; ...&gt;<br>
 &nbsp; &nbsp;&lt;td&gt;&lt;/td&gt;<br>
 &nbsp;&lt;/tr&gt;<br>
&lt;/table&gt;<br>
</blockquote></blockquote>
<br></div>
This is something I wanted to do recently. &nbsp;I was building HTML in a Perl script, adding table rows in a loop, and I wanted some rows to contain text field with user-editable value, while for other rows I wanted the value to be displayed but not editable (and I didn&#39;t want to use a disabled text input, I wanted the value displayed as plain text and use a hidden input with the value preset). &nbsp;I believe I wound up putting the &lt;input&gt; inside the &lt;td&gt;, which worked well enough but if putting it directly inside the &lt;tr&gt; were valid I probably would have done that.</blockquote>
<div><br></div><div>That seems sort of weird though. &nbsp;You&#39;re fine with putting the &lt;input type=&quot;text&quot;&gt; within the &lt;td&gt;, but you&#39;d prefer *not* to do the same with the &lt;input type=&quot;hidden&quot;&gt;? &nbsp;It seems much more reasonable to just put it in the exact same place. &nbsp;At any rate, it certainly doesn&#39;t seem like a compelling reason to change the content model of &lt;tr&gt;.&nbsp;</div>
<div><br></div><div>~TJ</div></div></div>