-
Notifications
You must be signed in to change notification settings - Fork 715
[css-backgrounds] Description related to value order of 'border-image-repeat' is incorrect #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This phrase looks quite ambiguous. On the one hand, the thickness of the top and bottom sides of the border is clearly measured along vertical axis. On the other hand, these parts are usually drawn like kind of horizontal bars, so some people might tend to think of them as of something with horizontal orientation. Maybe it would be better to use terms like "top and bottom sides" directly, without trying to find one generalized term for both? |
Right. And even when the sentence is interpreted like horizontal bars, So, to be totally unambiguous I suggest to replace it by something like this: "The first keyword applies to the horizontal scaling and tiling of the top, middle and bottom parts, the second to the vertical scaling and tiling of the left, middle and right parts." Sebastian |
Fixed, thanks for the wording! |
…keyframes See issue w3c#148.
…keyframes This closes issue w3c#148.
These fixes address issues introduced in changeset 8efd180 and changeset f43ecdf (issue w3c#148) and identified during [review of the Gecko implementation](https://bugzilla.mozilla.org/show_bug.cgi?id=1398038).
The spec. currently says:
That seems to be incorrect, because the first keyword sets the behavior for the top, middle and bottom parts of the image, i.e. all three vertical parts of the border image area, not the horizontal sides.
Sebastian
The text was updated successfully, but these errors were encountered: