aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/cssstylesheet/index.html
diff options
context:
space:
mode:
authorallo <yin199909@aliyun.com>2022-03-18 22:01:02 +0800
committerIrvin <irvinfly@gmail.com>2022-03-18 22:31:17 +0800
commit0227170ae69b5b6c35c7cfa59ab54918241349fd (patch)
treea402844e219afb50bb4f86a8ae9d1bf57ff47720 /files/zh-tw/web/api/cssstylesheet/index.html
parent8824afb494e5398bc0efcf5f7eb78782096fc90c (diff)
downloadtranslated-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/index.html')
-rw-r--r--files/zh-tw/web/api/cssstylesheet/index.html2
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>