aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-09-17 07:42:23 +0200
committerGitHub <noreply@github.com>2021-09-17 07:42:23 +0200
commit9771f94a8fc0fc08436b90f139113af82123606c (patch)
tree86d907322d0ef644c1c8200eba53036f863f688c /files/zh-tw
parent3d02f83efb6574860cee47577447b0b32f8d675d (diff)
downloadtranslated-content-9771f94a8fc0fc08436b90f139113af82123606c.tar.gz
translated-content-9771f94a8fc0fc08436b90f139113af82123606c.tar.bz2
translated-content-9771f94a8fc0fc08436b90f139113af82123606c.zip
Remove occurrences of oaa-accessibility.org which has now nothing to do with Accessibility (#2379)
* Remove occurrences of oaa-accessibility.org which is now squatted * Remove parts related to this PR Additional removing is necessary to keep the articles natural. This commit removes parts that correspond to the parts in Japanese version already removed in the English version. Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
Diffstat (limited to 'files/zh-tw')
-rw-r--r--files/zh-tw/web/accessibility/aria/forms/basic_form_hints/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/accessibility/aria/forms/basic_form_hints/index.html b/files/zh-tw/web/accessibility/aria/forms/basic_form_hints/index.html
index 532911294d..007ce8bbe3 100644
--- a/files/zh-tw/web/accessibility/aria/forms/basic_form_hints/index.html
+++ b/files/zh-tw/web/accessibility/aria/forms/basic_form_hints/index.html
@@ -41,7 +41,7 @@ translation_of: Web/Accessibility/ARIA/forms/Basic_form_hints
<p>下面的範例顯示使用無序列表 ( unordered list ) 實現的單選按鈕組 ( radio button group )。注意程式碼第三行 , {{ HTMLElement("li") }} 元素將 <code><strong>aria-labelledby</strong></code> 屬性設置為 <code>"rg1_label"</code> , 在第一行中元素 {{ HTMLElement("h3") }} 的 <strong><code>id</code> </strong>, 即單選按鈕組的標籤。</p>
-<p><em>範例 2. </em>使用無序列表實現的單選按鈕組<em> ( 改編自 <a href="http://www.oaa-accessibility.org/examplep/radio1/">http://www.oaa-accessibility.org/examplep/radio1/</a>)</em></p>
+<p><em>範例 2. </em>使用無序列表實現的單選按鈕組</p>
<pre class="brush: html">&lt;h3 id="rg1_label"&gt;Lunch Options&lt;/h3&gt;