caninclude icon indicating copy to clipboard operation
caninclude copied to clipboard

Can <input> tag be within <label> tag?

Open christosptr opened this issue 3 years ago • 2 comments

Please correct if I am wrong. Based on the HTML standards I believe this is a valid HTML

<label >What is your name?
    <input type="edit" name="name" >
</label>

When I check this I get a message "No, you can't!" https://caninclude.glitch.me/can/include/?child=input&parent=label

is this something that can be updated?

christosptr avatar Oct 22 '21 01:10 christosptr

Hi, @christosptr ! Thank you for your feedback!

Yes, I agree, you are right.

CyberLight avatar Oct 26 '21 04:10 CyberLight

@CyberLight Thank you for confirming!

christosptr avatar Oct 26 '21 12:10 christosptr