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

📎 CSS Parser: Parse all border long-hand properties #1454

Closed
faultyserver opened this issue Jan 7, 2024 · 0 comments
Closed

📎 CSS Parser: Parse all border long-hand properties #1454

faultyserver opened this issue Jan 7, 2024 · 0 comments

Comments

@faultyserver
Copy link
Contributor

faultyserver commented Jan 7, 2024

https://drafts.csswg.org/css-backgrounds/#borders

Let's see just how much code this takes...I think it'll be a good indication if we should consider re-structuring to reduce the pure number of nodes that come out of this. We'll be able to re-use a lot of value node types since the properties share the same value definitions a lot, but there are still ~20 properties that all get a unique type.

@faultyserver faultyserver mentioned this issue Jan 7, 2024
31 tasks
@faultyserver faultyserver changed the title border 📎 CSS Parser: Parse all border long-hand properties Jan 7, 2024
@faultyserver faultyserver changed the title 📎 CSS Parser: Parse all border long-hand properties 📎 CSS Parser: Parse all border long-hand properties Jan 7, 2024
@ematipico ematipico closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants