Skip to content

Commit 17a7bec

Browse files
committed
[css-backgrounds-3] Make keyword mapping more precise for border-image-repeat. Fixes #148.
1 parent d66dd6d commit 17a7bec

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

css-backgrounds/Overview.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,8 +2381,12 @@ <h3 class="heading settled" data-level="6.5" id="the-border-image-repeat"><span
23812381
<td>no
23822382
</table>
23832383
<p>This property specifies how the images for the sides and the middle
2384-
part of the border image are scaled and tiled. The first keyword applies
2385-
to the horizontal sides, the second to the vertical ones; see <a href="#border-image-process">Drawing the Border Image</a>.
2384+
part of the border image are scaled and tiled.
2385+
The first keyword applies to the horizontal scaling and tiling
2386+
of the top, middle and bottom parts,
2387+
the second to the vertical scaling and tiling
2388+
of the left, middle and right parts;
2389+
see <a href="#border-image-process">Drawing the Border Image</a>.
23862390
If the second keyword is absent, it is assumed to be the same as the first.
23872391
Values have the following meanings: </p>
23882392
<dl>

css-backgrounds/Overview.src.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,9 +2534,12 @@ <h3 id="the-border-image-repeat">Image Tiling: the 'border-image-repeat' propert
25342534
</table>
25352535

25362536
<p>This property specifies how the images for the sides and the middle
2537-
part of the border image are scaled and tiled. The first keyword applies
2538-
to the horizontal sides, the second to the vertical ones; see
2539-
<a href="#border-image-process">Drawing the Border Image</a>.
2537+
part of the border image are scaled and tiled.
2538+
The first keyword applies to the horizontal scaling and tiling
2539+
of the top, middle and bottom parts,
2540+
the second to the vertical scaling and tiling
2541+
of the left, middle and right parts;
2542+
see <a href="#border-image-process">Drawing the Border Image</a>.
25402543
If the second keyword is absent, it is assumed to be the same as the first.
25412544
Values have the following meanings:
25422545

0 commit comments

Comments
 (0)