- From: Boris Zbarsky <bzbarsky@MIT.EDU>
 - Date: Tue, 10 Jun 2014 14:12:11 -0400
 - To: public-html@w3.org
 
On 6/10/14, 1:42 PM, Eric Devine wrote:
> <form>
>    <p>
>      <label>Name</label>
>      <input />
>    </p>
> </form>
>
> has always felt semantically awkward to me
Why not:
   <form>
     <label>Name <input/></label>
   </form>
?
-Boris
Received on Tuesday, 10 June 2014 18:12:41 UTC