<legend id='CzUrp'><style id='CzUrp'><dir id='CzUrp'><q id='CzUrp'></q></dir></style></legend>
    <i id='CzUrp'><tr id='CzUrp'><dt id='CzUrp'><q id='CzUrp'><span id='CzUrp'><b id='CzUrp'><form id='CzUrp'><ins id='CzUrp'></ins><ul id='CzUrp'></ul><sub id='CzUrp'></sub></form><legend id='CzUrp'></legend><bdo id='CzUrp'><pre id='CzUrp'><center id='CzUrp'></center></pre></bdo></b><th id='CzUrp'></th></span></q></dt></tr></i><div id='CzUrp'><tfoot id='CzUrp'></tfoot><dl id='CzUrp'><fieldset id='CzUrp'></fieldset></dl></div>
        <bdo id='CzUrp'></bdo><ul id='CzUrp'></ul>
      1. <tfoot id='CzUrp'></tfoot>

        <small id='CzUrp'></small><noframes id='CzUrp'>

      2. 使用“标签为"在单选按钮上

        Using quot;label forquot; on radio buttons(使用“标签为在单选按钮上)
        <tfoot id='iu79R'></tfoot>
        • <legend id='iu79R'><style id='iu79R'><dir id='iu79R'><q id='iu79R'></q></dir></style></legend>

              <tbody id='iu79R'></tbody>

              <bdo id='iu79R'></bdo><ul id='iu79R'></ul>

                  <small id='iu79R'></small><noframes id='iu79R'>

                1. <i id='iu79R'><tr id='iu79R'><dt id='iu79R'><q id='iu79R'><span id='iu79R'><b id='iu79R'><form id='iu79R'><ins id='iu79R'></ins><ul id='iu79R'></ul><sub id='iu79R'></sub></form><legend id='iu79R'></legend><bdo id='iu79R'><pre id='iu79R'><center id='iu79R'></center></pre></bdo></b><th id='iu79R'></th></span></q></dt></tr></i><div id='iu79R'><tfoot id='iu79R'></tfoot><dl id='iu79R'><fieldset id='iu79R'></fieldset></dl></div>
                  本文介绍了使用“标签为"在单选按钮上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在单选按钮上使用label for"参数时,要508 兼容*,下面的说法正确吗?

                  When using the "label for" parameter on radio buttons, to be 508 compliant*, is the following correct?

                   <label for="button one"><input type="radio" name="group1" id="r1" value="1" /> button one</label> 
                  

                  还是这个?

                   <input type="radio" name="group1" id="r1" value="1" /><label for="button one"> button one</label>
                  

                  我问的原因是,在第二个示例中,标签"仅包含文本,而不包含实际的单选按钮.

                  Reason I ask is that in the second example, "label" is only encompassing the text and not the actual radio button.

                  *1973 年《康复法案》第 508 条要求联邦机构向残障人士提供软件和网站可访问性.

                  *Section 508 of the Rehabilitation Act of 1973 requires federal agencies to provide software and website accessibility to people with disabilities.

                  推荐答案

                  你几乎明白了.应该是这样的:

                  You almost got it. It should be this:

                  <input type="radio" name="group1" id="r1" value="1" />
                  <label for="r1"> button one</label>

                  for 中的值应该是您要标记的元素的 id.

                  The value in for should be the id of the element you are labeling.

                  这篇关于使用“标签为"在单选按钮上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  keeping radio buttons checked after form submit(表单提交后保持选中单选按钮)
                  Styling radio button - not work in IE and Firefox(样式单选按钮 - 在 IE 和 Firefox 中不起作用)
                  Bootstrap radio button quot;checkedquot; flag(Bootstrap 单选按钮“已选中旗帜)
                  Toggle HTML radio button by clicking its label(通过单击标签来切换 HTML 单选按钮)
                  Javascript how to change radio button label text?(Javascript如何更改单选按钮标签文本?)
                  How can I automatically select specific radio buttons with Greasemonkey?(如何使用 Greasemonkey 自动选择特定的单选按钮?)
                      <tbody id='bVpIJ'></tbody>

                    <small id='bVpIJ'></small><noframes id='bVpIJ'>

                  1. <legend id='bVpIJ'><style id='bVpIJ'><dir id='bVpIJ'><q id='bVpIJ'></q></dir></style></legend>
                      <tfoot id='bVpIJ'></tfoot>
                      <i id='bVpIJ'><tr id='bVpIJ'><dt id='bVpIJ'><q id='bVpIJ'><span id='bVpIJ'><b id='bVpIJ'><form id='bVpIJ'><ins id='bVpIJ'></ins><ul id='bVpIJ'></ul><sub id='bVpIJ'></sub></form><legend id='bVpIJ'></legend><bdo id='bVpIJ'><pre id='bVpIJ'><center id='bVpIJ'></center></pre></bdo></b><th id='bVpIJ'></th></span></q></dt></tr></i><div id='bVpIJ'><tfoot id='bVpIJ'></tfoot><dl id='bVpIJ'><fieldset id='bVpIJ'></fieldset></dl></div>
                            <bdo id='bVpIJ'></bdo><ul id='bVpIJ'></ul>