Skip to content

Commit a4df949

Browse files
committed
[css-values-4] See if swapping %s ahead of units is web-compatible. Fixes w3c#1731.
1 parent 371d0a1 commit a4df949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-values/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,8 +1965,8 @@ Serialization</h4>
19651965
1. Sort the terms in the following order:
19661966

19671967
1. The number, if present
1968-
2. The dimensions, ordered by their units <a>ASCII case-insensitive</a> alphabetically
1969-
3. The percentage, if present
1968+
2. The percentage, if present
1969+
3. The dimensions, ordered by their units <a>ASCII case-insensitive</a> alphabetically
19701970
4. The ''min()'' and ''max()'' functions,
19711971
in the order they appeared in the original expression.
19721972

0 commit comments

Comments
 (0)