, , CSS, , ( ), cursor.
a.notTappable {
cursor:default
}
, , , , , , , ( ). webkit .
.parent {
pointer-events:none;
}
.parent .descendant {
pointer-events:default;
}
I mention this only because the performance difference here is significant.
source
share