aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/gradient
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-31 07:48:41 -0400
committerGitHub <noreply@github.com>2021-07-31 19:48:41 +0800
commit17dbc4b436381a778fd2661efe729e8f3ee4ac6c (patch)
treef6660405619b8b2e413e55398dad9ad390d7a16e /files/zh-cn/web/css/gradient
parent81ae7cf946d4d81c114b436123137718b88824c2 (diff)
downloadtranslated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.gz
translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.bz2
translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.zip
remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797)
Diffstat (limited to 'files/zh-cn/web/css/gradient')
-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 &lt;side-or-corner&gt; = [ 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>