diff options
author | A1lo <yin199909@aliyun.com> | 2022-03-19 03:51:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 03:51:33 +0800 |
commit | efad3dbdb62d1977c01b953a076bf699100b77e9 (patch) | |
tree | 1d6821621c5b23c66edf0be9771b23f9312171d3 /files/zh-tw/web/html/element/input/index.html | |
parent | 2d67ce927bfd98fe4cd02d11c950b960945638b5 (diff) | |
download | translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.tar.gz translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.tar.bz2 translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.zip |
replace all `anch` marco in `zh-TW` (#4708)
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
Diffstat (limited to 'files/zh-tw/web/html/element/input/index.html')
-rw-r--r-- | files/zh-tw/web/html/element/input/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/web/html/element/input/index.html b/files/zh-tw/web/html/element/input/index.html index f2222daca6..656db29b9f 100644 --- a/files/zh-tw/web/html/element/input/index.html +++ b/files/zh-tw/web/html/element/input/index.html @@ -116,7 +116,7 @@ translation_of: Web/HTML/Element/input <dl> <dt>{{htmlattrdef("type")}}</dt> - <dd>The type of control to render. See {{anch("Form <input> types")}} for the individual types, with links to more information about each.</dd> + <dd>The type of control to render. See <a href="#form_<input>_types">Form <input> types</a> for the individual types, with links to more information about each.</dd> <dt>{{htmlattrdef("accept")}}</dt> <dd>If the value of the <strong>type</strong> attribute is <code>file</code>, then this attribute will indicate the types of files that the server accepts, otherwise it will be ignored. The value must be a comma-separated list of unique content type specifiers: <ul> @@ -342,7 +342,7 @@ translation_of: Web/HTML/Element/input <h2 id="Examples">Examples</h2> -<p>You can find multiple examples of <code><input></code> element usage on the pages covering each individual type — see {{anch("Form <input> types")}}, and also see the <a href="#live_example">Live example</a> at the top of the article.</p> +<p>You can find multiple examples of <code><input></code> element usage on the pages covering each individual type — see <a href="#form_<input>_types">Form <input> types</a>, and also see the <a href="#live_example">Live example</a> at the top of the article.</p> <ul> </ul> |