Блог пользователя vijaypal89

Автор vijaypal89, 10 лет назад, По-английски

why in home page the heading link is clickable from rightmost container?

for example right now home page's first heading is "Codeforces Round #251" on left side, when my cursor is rightmost side[so far to heading], the cursor is clickable, means when i click on rightmost position, it makes some request.

  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

»
10 лет назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

Simply because developers inserted block element p into inline element a, if you are interested in details — see picture below :)

Of course it is a thing which usually should not be done, but I do not think it is a horrible problem which require immediate actions from admins.

debugging html with chrome