-
Notifications
You must be signed in to change notification settings - Fork 5
<input> is not an empty element #11
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Migrated from RT, originally by Tomas Doran @bobtfish
$ perl -MHTML::Tagset -e'warn $HTML::Tagset::emptyElement{input}'
1 at -e line 1.
This appears entirely wrong. <input> tags can contain content as this is how you set previous values for them..
E.g. <input type="text" name="foo">initial value</input>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working