diff options
Diffstat (limited to 'files/zh-cn/web/api/css/index.html')
-rw-r--r-- | files/zh-cn/web/api/css/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/css/index.html b/files/zh-cn/web/api/css/index.html index 460f39dfc4..eee997a80a 100644 --- a/files/zh-cn/web/api/css/index.html +++ b/files/zh-cn/web/api/css/index.html @@ -34,7 +34,7 @@ translation_of: Web/API/CSS <dt>{{DOMxRef("CSS.escape()")}}</dt> <dd>可以用来转义一个大多用来当作CSS选择器一部分的字符串。</dd> <dt>{{DOMxRef("CSS.factory_functions", 'CSS factory functions')}}</dt> - <dd>可以用来返回一个 <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/CSSUnitValue">CSSUnitValue</a></code>。它的值由传入的数值以及调用的factory方法名称组成。</dd> + <dd>可以用来返回一个 <code><a href="/zh-CN/docs/Web/API/CSSUnitValue">CSSUnitValue</a></code>。它的值由传入的数值以及调用的factory方法名称组成。</dd> <dd> <pre class="notranslate">CSS.em(3) // CSSUnitValue {value: 3, unit: "em"}</pre> </dd> |