diff options
author | t7yang <t7yang@gmail.com> | 2021-07-17 15:47:55 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-07-19 23:04:27 +0800 |
commit | 8af4d5e8a260f3474b4273d573532ec6fec08ab4 (patch) | |
tree | 2af9751507e1f973e5ddbd075d32e571df1c7658 /files/zh-tw/orphaned | |
parent | 253bf68f4a0bb343bb556c9ba54c7f9410471e08 (diff) | |
download | translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.gz translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.bz2 translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.zip |
replace wiki links in zh-TW
Diffstat (limited to 'files/zh-tw/orphaned')
-rw-r--r-- | files/zh-tw/orphaned/web/css/radial-gradient()/index.html | 2 | ||||
-rw-r--r-- | files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/orphaned/web/css/radial-gradient()/index.html b/files/zh-tw/orphaned/web/css/radial-gradient()/index.html index 3887115660..aa9c285150 100644 --- a/files/zh-tw/orphaned/web/css/radial-gradient()/index.html +++ b/files/zh-tw/orphaned/web/css/radial-gradient()/index.html @@ -6,7 +6,7 @@ original_slug: Web/CSS/radial-gradient() --- <div>{{CSSRef}}</div> -<p>CSS radial-gradient() 函數創建了一個圖片,其由一個從原點輻射開的在兩個或者多個顏色之前的漸變組成。這個方法得到的是一個CSS<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/gradient" title="The <gradient> CSS data type is a special type of <image> that consists of a progressive transition between two or more colors."><code><gradient></code></a>數據類型的物件,其是 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/image" title="The <image> CSS data type represents a two-dimensional image. There are two kinds of images: plain images, referenced with a <url>, and dynamically-generated images, generated with <gradient> or element(). Additional CSS image functions include image(), image-set(), and cross-fade(). Images can be used with numerous CSS properties, such as background-image, border-image, content, cursor, and list-style-image."><code><image></code></a> 的一種。</p> +<p>CSS radial-gradient() 函數創建了一個圖片,其由一個從原點輻射開的在兩個或者多個顏色之前的漸變組成。這個方法得到的是一個CSS<a href="/zh-TW/docs/Web/CSS/gradient" title="The <gradient> CSS data type is a special type of <image> that consists of a progressive transition between two or more colors."><code><gradient></code></a>數據類型的物件,其是 <a href="/zh-TW/docs/Web/CSS/image" title="The <image> CSS data type represents a two-dimensional image. There are two kinds of images: plain images, referenced with a <url>, and dynamically-generated images, generated with <gradient> or element(). Additional CSS image functions include image(), image-set(), and cross-fade(). Images can be used with numerous CSS properties, such as background-image, border-image, content, cursor, and list-style-image."><code><image></code></a> 的一種。</p> <div>{{EmbedInteractiveExample("pages/css/function-radial-gradient.html")}}</div> diff --git a/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html b/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html index 3d78305bea..b92817f30b 100644 --- a/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html +++ b/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html @@ -31,7 +31,7 @@ original_slug: Web/JavaScript/Reference/Global_Objects/Map <h3 id="鍵的相等性">鍵的相等性</h3> -<p>鍵相等是基於 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#Same-value-zero_equality">SameValueZero</a> 的演算法:<code>NaN</code> 被認為與 <code>NaN</code> 相同(即使 <code>NaN !== NaN</code>)並且根據 <code>===</code> 運算符的語義,所有其他值都被認為相等。在目前的ECMAScript 規範中,<code>-0</code> 和 <code>+0</code> 被認為是相等的,儘管在早期的草案中並非如此。詳細的內容請參閱 {{anch("Browser compatibility")}} 表中的 "Value equality for -0 and 0"。</p> +<p>鍵相等是基於 <a href="/zh-TW/docs/Web/JavaScript/Equality_comparisons_and_sameness#Same-value-zero_equality">SameValueZero</a> 的演算法:<code>NaN</code> 被認為與 <code>NaN</code> 相同(即使 <code>NaN !== NaN</code>)並且根據 <code>===</code> 運算符的語義,所有其他值都被認為相等。在目前的ECMAScript 規範中,<code>-0</code> 和 <code>+0</code> 被認為是相等的,儘管在早期的草案中並非如此。詳細的內容請參閱 {{anch("Browser compatibility")}} 表中的 "Value equality for -0 and 0"。</p> <h3 id="Object_及_Map_的比較">Object 及 Map 的比較</h3> |