aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/cssstylesheet/index.html
diff options
context:
space:
mode:
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>