aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/gradient/radial-gradient()/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/gradient/radial-gradient()/index.html')
-rw-r--r--files/zh-cn/web/css/gradient/radial-gradient()/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/css/gradient/radial-gradient()/index.html b/files/zh-cn/web/css/gradient/radial-gradient()/index.html
index 78750ad563..2b9cfeff39 100644
--- a/files/zh-cn/web/css/gradient/radial-gradient()/index.html
+++ b/files/zh-cn/web/css/gradient/radial-gradient()/index.html
@@ -91,10 +91,10 @@ radial-gradient(circle at center, red 0, blue, green 100%)</code></pre>
<h3 id="Formal_syntax">Formal syntax</h3>
<pre class="notranslate">radial-gradient(
- [ [ circle || <a href="https://wiki.developer.mozilla.org/en-US/docs/CSS/length">&lt;length&gt;</a> ] [ at <a href="https://wiki.developer.mozilla.org/en-US/docs/CSS/position_value">&lt;position&gt;</a> ]? , |
- [ ellipse || [ <a href="https://wiki.developer.mozilla.org/en-US/docs/CSS/length">&lt;length&gt;</a> | <a href="https://wiki.developer.mozilla.org/en-US/docs/CSS/percentage">&lt;percentage&gt;</a> ]{2} ] [ at <a href="https://wiki.developer.mozilla.org/en-US/docs/CSS/position_value">&lt;position&gt;</a> ]? , |
- [ [ circle | ellipse ] || &lt;extent-keyword&gt; ] [at <a href="https://wiki.developer.mozilla.org/en-US/docs/CSS/position_value">&lt;position&gt;</a> ]? , |
- at <a href="https://wiki.developer.mozilla.org/en-US/docs/CSS/position_value">&lt;position&gt;</a> ,
+ [ [ circle || <a href="/zh-CN/docs/CSS/length">&lt;length&gt;</a> ] [ at <a href="/zh-CN/docs/CSS/position_value">&lt;position&gt;</a> ]? , |
+ [ ellipse || [ <a href="/zh-CN/docs/CSS/length">&lt;length&gt;</a> | <a href="/zh-CN/docs/CSS/percentage">&lt;percentage&gt;</a> ]{2} ] [ at <a href="/zh-CN/docs/CSS/position_value">&lt;position&gt;</a> ]? , |
+ [ [ circle | ellipse ] || &lt;extent-keyword&gt; ] [at <a href="/zh-CN/docs/CSS/position_value">&lt;position&gt;</a> ]? , |
+ at <a href="/zh-CN/docs/CSS/position_value">&lt;position&gt;</a> ,
]?
&lt;color-stop-list&gt; [ , &lt;color-stop-list&gt; ]+
)