Skip to content

Commit 612a0e1

Browse files
committed
comment something out
1 parent 21af695 commit 612a0e1

2 files changed

Lines changed: 16 additions & 17 deletions

File tree

cssom/Overview.html

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,23 +1330,20 @@ <h4 id=the-cssrule><span class=secno>3.4.1. </span>The <code
13301330
readonly attribute <a href="#cssrule">CSSRule</a> <a href="#cssrule-parentrule" title=cssrule-parentrule>parentRule</a>;
13311331
readonly attribute <a href="#cssstylesheet">CSSStyleSheet</a> <a href="#cssrule-parentstylesheet" title=cssrule-parentstylesheet>parentStyleSheet</a>;
13321332
};</pre>
1333-
1334-
<p>The <dfn id=cssrule-style-rule><code>STYLE_RULE</code></dfn>, <dfn
1335-
id=cssrule-charset-rule><code>CHARSET_RULE</code></dfn>, <dfn
1336-
id=cssrule-import-rule><code>IMPORT_RULE</code></dfn>, <dfn
1337-
id=cssrule-media-rule><code>MEDIA_RULE</code></dfn>, <dfn
1338-
id=cssrule-font-face-rule><code>FONT_FACE_RULE</code></dfn>, <dfn
1339-
id=cssrule-page-rule><code>PAGE_RULE</code></dfn> and <dfn
1340-
id=cssrule-namespace-rule><code>NAMESPACE_RULE</code></dfn> contants
1341-
indicate if you have a <code><a
1342-
href="#cssstylerule">CSSStyleRule</a></code>, <code><a
1343-
href="#csscharsetrule">CSSCharsetRule</a></code>, <code><a
1344-
href="#cssimportrule">CSSImportRule</a></code>, <code><a
1345-
href="#cssmediarule">CSSMediaRule</a></code>, <code><a
1346-
href="#cssfontfacerule">CSSFontFaceRule</a></code>, <code><a
1347-
href="#csspagerule">CSSPageRule</a></code> or <code><a
1348-
href="#cssnamespacerule">CSSNamespaceRule</a></code> rule type
1349-
respectively.
1333+
<!--
1334+
<p>The <dfn id="cssrule-style-rule"><code>STYLE_RULE</code></dfn>,
1335+
<dfn id="cssrule-charset-rule"><code>CHARSET_RULE</code></dfn>,
1336+
<dfn id="cssrule-import-rule"><code>IMPORT_RULE</code></dfn>,
1337+
<dfn id="cssrule-media-rule"><code>MEDIA_RULE</code></dfn>,
1338+
<dfn id="cssrule-font-face-rule"><code>FONT_FACE_RULE</code></dfn>,
1339+
<dfn id="cssrule-page-rule"><code>PAGE_RULE</code></dfn> and
1340+
<dfn id="cssrule-namespace-rule"><code>NAMESPACE_RULE</code></dfn>
1341+
contants indicate if you have a <code>CSSStyleRule</code>,
1342+
<code>CSSCharsetRule</code>, <code>CSSImportRule</code>,
1343+
<code>CSSMediaRule</code>, <code>CSSFontFaceRule</code>,
1344+
<code>CSSPageRule</code> or <code>CSSNamespaceRule</code> rule type
1345+
respectively.</p>
1346+
-->
13501347

13511348
<p>The <dfn id=cssrule-type title=cssrule-type><code>type</code></dfn>
13521349
attribute, on getting, <em class=ct>must</em> return the CSS statement

cssom/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ <h4>The <code title="">CSSRule</code> Interface</h4>
10041004
readonly attribute <span>CSSStyleSheet</span> <span title="cssrule-parentstylesheet">parentStyleSheet</span>;
10051005
};</pre>
10061006

1007+
<!--
10071008
<p>The <dfn id="cssrule-style-rule"><code>STYLE_RULE</code></dfn>,
10081009
<dfn id="cssrule-charset-rule"><code>CHARSET_RULE</code></dfn>,
10091010
<dfn id="cssrule-import-rule"><code>IMPORT_RULE</code></dfn>,
@@ -1016,6 +1017,7 @@ <h4>The <code title="">CSSRule</code> Interface</h4>
10161017
<code>CSSMediaRule</code>, <code>CSSFontFaceRule</code>,
10171018
<code>CSSPageRule</code> or <code>CSSNamespaceRule</code> rule type
10181019
respectively.</p>
1020+
-->
10191021

10201022
<p>The <dfn id="cssrule-type" title="cssrule-type"><code>type</code></dfn>
10211023
attribute, on getting, <em class="ct">must</em> return the CSS statement type

0 commit comments

Comments
 (0)