Y
Hacker News
new
|
ask
|
show
|
jobs
by
LoSboccacc
2151 days ago
both lack the left+right click that reveals tiles around numbers that have the sufficient amount of bomb marked, I'm curious what's the css/html limitation that prevents the implementation of that behavior?
1 comments
James0x57
2150 days ago
You can't (afaik) tell if it's a right-click vs left-click in HTML+CSS alone that causes the el state to change - that info is part of the JS event :)
link
LoSboccacc
2150 days ago
thanks
link