DEV Community

Hyunjin Shin (Jin)
Hyunjin Shin (Jin)

Posted on

Hacktoberfest - Week 3(failed)

Links

Repo that I worked on
Issue 1
Issue 2

Process

I was working on Ladybird for a long long time. The issue at first looked easy to fix. It was to fix a bug that legend element is not displayed on the top left corner of the top border line of fieldset element. I found the code that handles the css of legend and fieldset element. I could make it look similar to the proper legend element on chrome or other browers. However, I felt like this is the right way to fix and the problem comes frome somewhere else. In addtion, it didn't work exactly the way it should. Therefore, I didn't make a PR for this.

Secondly, I worked on a similar issue on this repo. It was that when an element has display: flex attribute applied to it, a:hover attribute doesn't work. However, with display: block or without display attribute, it works fine. For this issue, I couldn't even find the place where the code for this issue exists. I feel like those two issues have similar casues, but I couldn't figure out.

Top comments (0)