diff options
Diffstat (limited to 'files/zh-tw')
| -rw-r--r-- | files/zh-tw/_redirects.txt | 1 | ||||
| -rw-r--r-- | files/zh-tw/_wikihistory.json | 2 | ||||
| -rw-r--r-- | files/zh-tw/web/accessibility/aria/forms/basic_form_hints/index.html | 2 | ||||
| -rw-r--r-- | files/zh-tw/web/api/file/name/index.html (renamed from files/zh-tw/web/api/file/filename/index.html) | 3 |
4 files changed, 5 insertions, 3 deletions
diff --git a/files/zh-tw/_redirects.txt b/files/zh-tw/_redirects.txt index ba04b91d36..15d6d7d893 100644 --- a/files/zh-tw/_redirects.txt +++ b/files/zh-tw/_redirects.txt @@ -544,6 +544,7 @@ /zh-TW/docs/Web/API/Document_Object_Model/事件 /zh-TW/docs/orphaned/Web/API/Document_Object_Model/Events /zh-TW/docs/Web/API/ElementCSSInlineStyle/style /zh-TW/docs/orphaned/Web/API/ElementCSSInlineStyle/style /zh-TW/docs/Web/API/Event/createEvent /zh-TW/docs/Web/API/Document/createEvent +/zh-TW/docs/Web/API/File/fileName /zh-TW/docs/Web/API/File/name /zh-TW/docs/Web/API/Geolocation/Using_geolocation /zh-TW/docs/Web/API/Geolocation_API /zh-TW/docs/Web/API/HTMLElement/dataset /zh-TW/docs/orphaned/Web/API/HTMLOrForeignElement/dataset /zh-TW/docs/Web/API/HTMLElement/style /zh-TW/docs/orphaned/Web/API/ElementCSSInlineStyle/style diff --git a/files/zh-tw/_wikihistory.json b/files/zh-tw/_wikihistory.json index bbfdfa477f..1185efe0ba 100644 --- a/files/zh-tw/_wikihistory.json +++ b/files/zh-tw/_wikihistory.json @@ -3654,7 +3654,7 @@ "orinx" ] }, - "Web/API/File/fileName": { + "Web/API/File/name": { "modified": "2019-03-23T22:06:22.686Z", "contributors": [ "lynn456" 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"><h3 id="rg1_label">Lunch Options</h3> diff --git a/files/zh-tw/web/api/file/filename/index.html b/files/zh-tw/web/api/file/name/index.html index 0e6cceb4f3..1581728451 100644 --- a/files/zh-tw/web/api/file/filename/index.html +++ b/files/zh-tw/web/api/file/name/index.html @@ -1,7 +1,8 @@ --- title: File.fileName -slug: Web/API/File/fileName +slug: Web/API/File/name translation_of: Web/API/File/fileName +original_slug: Web/API/File/fileName --- <p>{{APIRef("File API")}}{{non-standard_header}}</p> |
