chenglou / chenglou/RCSS

Hover on parent element

Open
#42 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
284
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Has anyone thought about how to convert the following CSS without using an event handler?

``` css
.parent {
background: white;
}
.child {
color: black;
}

.parent:hover {
background: black;
}
.child:hover {
color: white;
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue provides a CSS example involving parent and child hover states but names no files, tests, or entry points. Start by tracing RCSS's JavaScript-object-to-CSS conversion path and determine how hover behavior is currently represented. Done should include a decided approach for parent hover without an event handler and coverage for the example behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, javascript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.