-
Notifications
You must be signed in to change notification settings - Fork 72
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
Border module includes invalid outline properties #223
Comments
Ok, so |
@turion that is correct. These are the only outline functions that produce valid CSS:
So these should be removed:
|
This issue has not seen any activity in a long time. If no further activity occurs, it will be closed after ten weeks. |
PRs welcome to this issue :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MDN's
border-style
documentation, as an example, shows "constituent properties" that allow a unique border to be applied to each side of an element. However, this does not seem to be the case for outlines: Notice, for example, howoutline-style
has no constituent properties listed. Indeed, my own testing suggests that outline properties can't be assigned to each side of an element independently: For example,outline-top-color
yields an "unsupported property" warning in Safari:The text was updated successfully, but these errors were encountered: