Skip to content
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

Add support for border-image properties #2124

Closed
xavidotron opened this issue Apr 10, 2024 · 1 comment
Closed

Add support for border-image properties #2124

xavidotron opened this issue Apr 10, 2024 · 1 comment
Labels
feature New feature that should be supported
Milestone

Comments

@xavidotron
Copy link
Contributor

CSS Backgrounds and Borders Module Level 3 defines a series of properties to use images for box borders. Especially with SVG images, this can allow for fancy borders beyond what can otherwise be defined in CSS.

This includes the following properties:

  • border-image
  • border-image-source
  • border-image-slice
  • border-image-width
  • border-image-outset
  • border-image-repeat

I'd like to implement these, and since (unless you prefer otherwise) I'd like to implement this in a series of pull requests instead of all in one huge pull request, I wanted to create an issue to attach my pull requests to.

@liZe liZe added the feature New feature that should be supported label Apr 10, 2024
@liZe liZe modified the milestones: 63.0, 62.0 Apr 25, 2024
@liZe
Copy link
Member

liZe commented Apr 26, 2024

Closed by #2125.

@liZe liZe closed this as completed Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature that should be supported
Projects
None yet
Development

No branches or pull requests

2 participants