Hacker News new | ask | show | jobs
by jake-low 2310 days ago
I think what this is saying is that the area of the focus indicator needs to be 300 pixels, not that the longest side needs to be 300 pixels. So for your button, using a 150px by 2px underline (e.g. with “border-bottom”) would be acceptable since the area of that underline is 300 pixels. But making it only 1px thick wouldn’t be okay since then the area would be 150px.
1 comments

AHA, I see, yes. Thanks for that.