@@ -2273,7 +2273,7 @@ objects, the {{CSSURLImageValue/url}} attribute contains the URL that references
2273
2273
when called,
2274
2274
perform the following steps:
2275
2275
2276
- 1. If the |url| passed into the constructor doesn't correctly
2276
+ 1. If the |url| passed into the constructor doesn't correctly
2277
2277
parse as a <<url>> , throw a {{TypeError}} and exit this algorithm.
2278
2278
2. Else, return a new {{CSSURLImageValue}}
2279
2279
with its {{CSSURLImageValue/url}} internal slot
@@ -2877,7 +2877,7 @@ depending on the property they came from:
2877
2877
3. If 'border-image-slice' does not specify ''100%'' for all sides and omits the ''border-image-slice/fill'' keyword,
2878
2878
serialize 'border-image-slice' and append it to |values|.
2879
2879
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)
2881
2881
to the result of serializing 'border-image-width' and append it to |values|.
2882
2882
5. If 'border-image-outset' does not specify ''0'' for all sides:
2883
2883
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:
2886
2886
otherwise let |prefix| be <nobr> "/ "</nobr>
2887
2887
(U+002F FORWARD SLASH followed by U+0020 SPACE)
2888
2888
2. Append |prefix|
2889
- to the result of serializing 'border-image-outset'
2889
+ to the result of serializing 'border-image-outset'
2890
2890
and append it to |values|.
2891
2891
6. If 'border-image-repeat' is not ''border-image-repeat/stretch'' in both axises,
2892
2892
serialize 'border-image-repeat' and append it to |values|.
0 commit comments