-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
The code structure right now does not allow for comparing the background/text color across parent/child nodes. This means that checking for high-contrast colors can only be done within a node itself.
Solution
The Abstract Syntax Tree gives us the parent/child relationships, but the code does not currently track those. Some sort of additional structure or property would need to be added to track and analyze these relationships.
Additional information
No response
π¨βπ§βπ¦ Contributing
- πββοΈ Yes, I'd love to make a PR to implement this feature!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request