Skip to content

Commit 716efd2

Browse files
committed
Whitespace fixes.
1 parent 1e63771 commit 716efd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-typed-om/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ objects, the {{CSSURLImageValue/url}} attribute contains the URL that references
22732273
when called,
22742274
perform the following steps:
22752275

2276-
1. If the |url| passed into the constructor doesn't correctly
2276+
1. If the |url| passed into the constructor doesn't correctly
22772277
parse as a <<url>>, throw a {{TypeError}} and exit this algorithm.
22782278
2. Else, return a new {{CSSURLImageValue}}
22792279
with its {{CSSURLImageValue/url}} internal slot
@@ -2877,7 +2877,7 @@ depending on the property they came from:
28772877
3. If 'border-image-slice' does not specify ''100%'' for all sides and omits the ''border-image-slice/fill'' keyword,
28782878
serialize 'border-image-slice' and append it to |values|.
28792879
4. If 'border-image-width' does not specify ''1'' for all sides,
2880-
append "/ " (U+002F FORWARD SLASH followed by U+0020 SPACE)
2880+
append "/ " (U+002F FORWARD SLASH followed by U+0020 SPACE)
28812881
to the result of serializing 'border-image-width' and append it to |values|.
28822882
5. If 'border-image-outset' does not specify ''0'' for all sides:
28832883
1. If the previous 'border-image-width' step did not append anything to |values|,
@@ -2886,7 +2886,7 @@ depending on the property they came from:
28862886
otherwise let |prefix| be <nobr>"/ "</nobr>
28872887
(U+002F FORWARD SLASH followed by U+0020 SPACE)
28882888
2. Append |prefix|
2889-
to the result of serializing 'border-image-outset'
2889+
to the result of serializing 'border-image-outset'
28902890
and append it to |values|.
28912891
6. If 'border-image-repeat' is not ''border-image-repeat/stretch'' in both axises,
28922892
serialize 'border-image-repeat' and append it to |values|.

0 commit comments

Comments
 (0)