Skip to content

Commit 4fe4413

Browse files
committed
minor fixes
1 parent b30bb3a commit 4fe4413

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

cssom/Overview.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
p.note::before { content:"Note: " }
1616
.XXX { padding:.5em; border:solid red }
1717
p.XXX::before { content:"Issue: " }
18+
dl.switch { padding-left:2em }
19+
dl.switch > dt { text-indent:-1.5em }
20+
dl.switch > dt:before { content:'\21AA'; padding:0 0.5em 0 0; display:inline-block; width:1em; text-align:right; line-height:0.5em }
1821
em.ct { text-transform:lowercase; font-variant:small-caps; font-style:normal }
1922
code { color:orangered }
2023
code :link, code :visited { color:inherit }
@@ -775,7 +778,7 @@ <h3 id=serializing-selectors><span class=secno>5.2. </span>Serializing
775778
let <var title="">s</var> be the empty string, run the steps below, and
776779
finally return <var title="">s</var>:
777780

778-
<dl>
781+
<dl class=switch>
779782
<dt>type selector
780783

781784
<dt>universal selector
@@ -869,7 +872,7 @@ <h3 id=serializing-selectors><span class=secno>5.2. </span>Serializing
869872
<p>Otherwise, append "<code>:</code>" (U+003A), followed by the name of
870873
the pseudo-class, followed by "<code>(</code>" (U+0028), followed by the
871874
value of the pseudo-class argument determined as per below, followed by
872-
"<code>)</code> (U+0029), to <var title="">s</var>.</p>
875+
"<code>)</code>" (U+0029), to <var title="">s</var>.</p>
873876

874877
<dl>
875878
<dt><code title="">:lang()</code>

cssom/Overview.src.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
p.note::before { content:"Note: " }
1515
.XXX { padding:.5em; border:solid red }
1616
p.XXX::before { content:"Issue: " }
17+
dl.switch { padding-left:2em }
18+
dl.switch > dt { text-indent:-1.5em }
19+
dl.switch > dt:before { content:'\21AA'; padding:0 0.5em 0 0; display:inline-block; width:1em; text-align:right; line-height:0.5em }
1720
em.ct { text-transform:lowercase; font-variant:small-caps; font-style:normal }
1821
code { color:orangered }
1922
code :link, code :visited { color:inherit }
@@ -540,7 +543,7 @@ <h3>Serializing Selectors</h3>
540543
let <var title="">s</var> be the empty string, run the steps below, and
541544
finally return <var title="">s</var>:</p>
542545

543-
<dl>
546+
<dl class="switch">
544547
<dt>type selector</dt>
545548
<dt>universal selector</dt>
546549
<dd>
@@ -623,7 +626,7 @@ <h3>Serializing Selectors</h3>
623626
<p>Otherwise, append "<code>:</code>" (U+003A), followed by the name of
624627
the pseudo-class, followed by "<code>(</code>" (U+0028), followed by the
625628
value of the pseudo-class argument determined as per below, followed by
626-
"<code>)</code> (U+0029), to <var title="">s</var>.</p>
629+
"<code>)</code>" (U+0029), to <var title="">s</var>.</p>
627630

628631
<dl>
629632
<dt><code title="">:lang()</code></dt>

0 commit comments

Comments
 (0)