Skip to content

Commit 0eeaa56

Browse files
author
Simon Pieters
committed
[cssom] editorial: fix typo and clarify a bit
1 parent 3f67f28 commit 0eeaa56

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
@@ -2191,9 +2191,9 @@ <h3 id="css-declaration-blocks"><span class="secno">6.5 </span>CSS Declaration B
21912191

21922192
<ol>
21932193
<li><p>Order <var>shorthands</var> lexicographically.
2194-
<li><p>Move all items in <var>shorthands</var> that begin with "<code title="">-</code>" (U+002D) last in the list.
2195-
<li><p>Move all items in <var>shorthands</var> that begin with "<code title="">-</code>" (U+002D) but do no begin with "<code title="">-webkit-</code>" last in the
2196-
list.
2194+
<li><p>Move all items in <var>shorthands</var> that begin with "<code title="">-</code>" (U+002D) last in the list, retaining their relative order.
2195+
<li><p>Move all items in <var>shorthands</var> that begin with "<code title="">-</code>" (U+002D) but do not begin with "<code title="">-webkit-</code>" last in the
2196+
list, retaining their relative order.
21972197
<li><p>Order <var>shorthands</var> by the number of longhand properties that map to it, with the greatest number first.
21982198
</ol>
21992199

cssom/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,9 +2113,9 @@ <h3>CSS Declaration Blocks</h3>
21132113

21142114
<ol>
21152115
<li><p>Order <var>shorthands</var> lexicographically.
2116-
<li><p>Move all items in <var>shorthands</var> that begin with "<code title>-</code>" (U+002D) last in the list.
2117-
<li><p>Move all items in <var>shorthands</var> that begin with "<code title>-</code>" (U+002D) but do no begin with "<code title>-webkit-</code>" last in the
2118-
list.
2116+
<li><p>Move all items in <var>shorthands</var> that begin with "<code title>-</code>" (U+002D) last in the list, retaining their relative order.
2117+
<li><p>Move all items in <var>shorthands</var> that begin with "<code title>-</code>" (U+002D) but do not begin with "<code title>-webkit-</code>" last in the
2118+
list, retaining their relative order.
21192119
<li><p>Order <var>shorthands</var> by the number of longhand properties that map to it, with the greatest number first.
21202120
</ol>
21212121

0 commit comments

Comments
 (0)