aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/gradient/linear-gradient()/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/gradient/linear-gradient()/index.html')
-rw-r--r--files/zh-cn/web/css/gradient/linear-gradient()/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/gradient/linear-gradient()/index.html b/files/zh-cn/web/css/gradient/linear-gradient()/index.html
index df99cec0e6..4e1083f3cd 100644
--- a/files/zh-cn/web/css/gradient/linear-gradient()/index.html
+++ b/files/zh-cn/web/css/gradient/linear-gradient()/index.html
@@ -116,7 +116,7 @@ where <side-or-corner> = [ left | right ] || [ top | bottom ]
<h3 id="语法历史">语法历史</h3>
-<p><code>linear-gradient的语法</code>由2008年实施的<a class="external" href="http://www.webkit.org/blog/175/introducing-css-gradients/" title="http://www.webkit.org/blog/175/introducing-css-gradients/">first Apple proposal</a>发展而来。</p>
+<p><code>linear-gradient的语法</code>由2008年实施的<a class="external" href="http://www.webkit.org/blog/175/introducing-css-gradients/">first Apple proposal</a>发展而来。</p>
<pre class="notranslate"><code>-webkit-gradient(&lt;type&gt;, &lt;point&gt; [, &lt;radius&gt;]?, &lt;point&gt; [, &lt;radius&gt;]? [, &lt;stop&gt;]*)</code>
</pre>