We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
label_tag
In the documentation for HTML::FormHandler::Widget::Block, the label_tag attributed is documented as:
HTML::FormHandler::Widget::Block
Tag to use for the label. Default: 'span'; default for 'fieldset' is 'legend'.
As this is true for span, the tag legend is enforced for fieldset.
span
legend
fieldset
https://github.com/gshank/html-formhandler/blob/master/lib/HTML/FormHandler/Widget/Block.pm#L151
The documentation or the could should be fixed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the documentation for
HTML::FormHandler::Widget::Block
, thelabel_tag
attributed is documented as:As this is true for
span
, the taglegend
is enforced forfieldset
.https://github.com/gshank/html-formhandler/blob/master/lib/HTML/FormHandler/Widget/Block.pm#L151
The documentation or the could should be fixed.
The text was updated successfully, but these errors were encountered: