aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/accessibility/aria/forms
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/accessibility/aria/forms')
-rw-r--r--files/ja/web/accessibility/aria/forms/basic_form_hints/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/ja/web/accessibility/aria/forms/basic_form_hints/index.html b/files/ja/web/accessibility/aria/forms/basic_form_hints/index.html
index f1a4dc9646..65ce604cd9 100644
--- a/files/ja/web/accessibility/aria/forms/basic_form_hints/index.html
+++ b/files/ja/web/accessibility/aria/forms/basic_form_hints/index.html
@@ -43,8 +43,6 @@ translation_of: Web/Accessibility/ARIA/forms/Basic_form_hints
<p>以下の例では、順不同リストを使用して実装したラジオボタングループを示しています。3 行目で {{HTMLElement("li")}} 要素の <strong>aria-labelledby</strong> 属性に、1 行目の {{HTMLElement("h3")}} 要素の <strong>id</strong> である "rg1_label" を設定しており、h3 要素がラジオボタングループのラベルです。</p>
-<p><em>例 2. 順不同リストを使用して実装したラジオボタングループ (<a href="http://www.oaa-accessibility.org/examplep/radio1/">http://www.oaa-accessibility.org/examplep/radio1/</a> をもとに改作)</em></p>
-
<pre class="brush: html">&lt;h3 id="rg1_label"&gt;Lunch Options&lt;/h3&gt;
&lt;ul class="radiogroup" id="rg1" role="radiogroup" aria-labelledby="rg1_label"&gt;