Skip to content

Commit 8b96406

Browse files
committed
more class=switch
1 parent 5fa12e0 commit 8b96406

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

cssom/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ <h3 id=serializing-selectors><span class=secno>4.2. </span>Serializing
917917
value of the pseudo-class argument determined as per below, followed by
918918
"<code>)</code>" (U+0029), to <var title="">s</var>.</p>
919919

920-
<dl>
920+
<dl class=switch>
921921
<dt><code title="">:lang()</code>
922922

923923
<dd>
@@ -2047,7 +2047,7 @@ <h4 id=the-cssrule-interface><span class=secno>5.4.2. </span>The <code
20472047
title=dom-CSSRule-type><code>type</code></dfn> attribute <em
20482048
class=ct>must</em> return the <span>CSS rule</span> type, as follows:
20492049

2050-
<dl>
2050+
<dl class=switch>
20512051
<dt><dfn id="dom-cssrule-style_rule"
20522052
title="dom-CSSRule-STYLE_RULE"><code>STYLE_RULE</code></dfn> (numeric
20532053
value 1)
@@ -3833,7 +3833,7 @@ <h2 id=resolved-values><span class=secno>7. </span>Resolved Values</h2>
38333833
<p>The <a href="#resolved-value">resolved value</a> for a given property
38343834
can be determined as follows:
38353835

3836-
<dl><!--
3836+
<dl class=switch><!--
38373837
We want to treat shorthand properties like any other value basically.
38383838
38393839
<dt>'<code>background</code>'

cssom/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ <h3>Serializing Selectors</h3>
656656
value of the pseudo-class argument determined as per below, followed by
657657
"<code>)</code>" (U+0029), to <var title="">s</var>.</p>
658658

659-
<dl>
659+
<dl class="switch">
660660
<dt><code title="">:lang()</code></dt>
661661
<dd><p>The <span title="serialize an identifier">escaped</span>
662662
value.</p></dd>
@@ -1651,7 +1651,7 @@ <h4>The <code title="">CSSRule</code> Interface</h4>
16511651
attribute <em class="ct">must</em> return the <span>CSS rule</span> type,
16521652
as follows:</p>
16531653

1654-
<dl>
1654+
<dl class="switch">
16551655
<dt><dfn id="dom-cssrule-style_rule" title="dom-CSSRule-STYLE_RULE"><code>STYLE_RULE</code></dfn> (numeric value 1)</dt>
16561656
<dd>The object is a <code>CSSStyleRule</code>.</dd>
16571657
<dt><dfn id="dom-cssrule-import_rule" title="dom-CSSRule-IMPORT_RULE"><code>IMPORT_RULE</code></dfn> (numeric value 3)</dt>
@@ -2431,7 +2431,7 @@ <h2>Resolved Values</h2>
24312431
<p>The <span>resolved value</span> for a given property can be determined
24322432
as follows:</p>
24332433

2434-
<dl>
2434+
<dl class="switch">
24352435
<!--
24362436
We want to treat shorthand properties like any other value basically.
24372437

0 commit comments

Comments
 (0)