diff options
author | allo <yin199909@aliyun.com> | 2022-03-18 22:01:02 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-03-18 22:31:17 +0800 |
commit | 0227170ae69b5b6c35c7cfa59ab54918241349fd (patch) | |
tree | a402844e219afb50bb4f86a8ae9d1bf57ff47720 /files/zh-tw/web/api/cssstylesheet | |
parent | 8824afb494e5398bc0efcf5f7eb78782096fc90c (diff) | |
download | translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.gz translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.bz2 translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.zip |
auto replace anch with scripts
Diffstat (limited to 'files/zh-tw/web/api/cssstylesheet')
-rw-r--r-- | files/zh-tw/web/api/cssstylesheet/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/cssstylesheet/index.html b/files/zh-tw/web/api/cssstylesheet/index.html index d59efba049..9b3725c797 100644 --- a/files/zh-tw/web/api/cssstylesheet/index.html +++ b/files/zh-tw/web/api/cssstylesheet/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/CSSStyleSheet <p>A style sheet consists of <em>{{domxref("CSSRule", "rules", "", 1)}}</em>, such as <em>{{domxref("CSSStyleRule", "style rules", "", 1)}}</em><em> </em>("<code>h1,h2 { font-size: 16pt }"</code>), various <em>at-rules</em> (<code>@import</code>, <code>@media</code>, ...), etc. This interface lets you inspect and modify the list of rules in the stylesheet.</p> -<p>See the {{anch("Notes")}} section for the various ways a CSSStyleSheet object can be obtained.</p> +<p>See the <a href="#notes">Notes</a> section for the various ways a CSSStyleSheet object can be obtained.</p> <h2 id="Properties">Properties</h2> |