Vladimir Varankin

Results 128 comments of Vladimir Varankin

> Почему нельзя использовать elemMods для элемента, а mods только для блока?? Зачем оно на элемент прокидывается? Историческая данность, которую [надо починить](https://github.com/bem/bem-core/blob/9fc75476e99c701a403e7be96b22922a4fb97deb/common.blocks/i-bem/i-bem.bemhtml#L359), но при этом не сломать кому-нибудь, что-нибудь. При...

«Выглядит как опенсоурс»

BTW: Во внутренней переписке, дизайнеры предложили зафиксировать `outline: 2px solid #fc0`

@blond is there anything to look at?

According to [WAI-ARIA Authoring Practices for Checkbox](https://www.w3.org/TR/wai-aria-practices-1.1/#checkbox) widget, it should be possible to use `aria-checked` attribute.

@sipayRT @tadatuta PR looks fine. Whats next?

This case is perfectly valid, and it should work. See [this test suite](https://github.com/bem/bem-core/blob/v4/common.blocks/i-bem-dom/__events/_type/i-bem-dom__events_type_bem.spec.js#L54).

@zxqfox the problem is more generic, because `item` in example above, could be any object from context (e.g. `item = json.items[1]` in bh terms). For the case you showed, you...