任务单 #29881

フォーム項目のナビゲーションを使いやすくする

开放日期: 2012-10-18 20:27 最后更新: 2012-10-18 20:27

报告人:
属主:
(无)
状态:
开启
组件:
(无)
里程碑:
(无)
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
文件:

Details

チェックボックスがたくさんあるウェブページでのナビゲーションを効率化できないか、という意見を nvda-japanese-users でいただきました。

調べてみたのですが、下記のパッチで NVDA-F7 の要素リストに form fields (フォーム項目) というタブを追加できます。

ただし、フォーム項目の説明(キャプション)が取れるかどうかはHTMLのマークアップに依存しているらしく、多くのサイトではリスト項目が空白(番号だけ)になります。

例えば首相官邸の政策ポータル: http://www.kantei.go.jp/jp/joho/news/index.html

もう少し検討してみたいと思います。

=== modified file 'source/virtualBuffers/__init__.py'
--- source/virtualBuffers/__init__.py   2012-10-16 05:11:54 +0000
+++ source/virtualBuffers/__init__.py   2012-10-18 11:14:40 +0000
@@ -272,6 +272,7 @@
                # Translators: The label of a radio button to select the type of element
                # in the browse mode Elements List dialog.
                ("landmark", _("Lan&dmarks")),
+               ("formField", _("Form fields")),
        )
        Element = collections.namedtuple("Element", ("textInfo", "text", "parent"))

任务单历史 (1/1 Histories)

2012-10-18 20:27 Updated by: nishimoto
  • New Ticket "フォーム項目のナビゲーションを使いやすくする" created

Attachment File List

No attachments

编辑

Please login to add comment to this ticket » 登录名