You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Aaron Markham (JIRA)" <ji...@apache.org> on 2018/10/10 22:04:00 UTC

[jira] [Created] (MXNET-1092) Accessibility: input field for search is missing a label tag

Aaron Markham created MXNET-1092:
------------------------------------

             Summary: Accessibility: input field for search is missing a label tag
                 Key: MXNET-1092
                 URL: https://issues.apache.org/jira/browse/MXNET-1092
             Project: Apache MXNet
          Issue Type: Story
            Reporter: Aaron Markham


Each <input> tag should have a <label> tag, where the for attribute match the id attribute of the <input> tag OR the <label> tag covers the <input> tag and the description.

For example, this is the search field:

<input type="text" name="q" class="form-control" placeholder="Search">



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org