Vladimir Grinenko

Results 199 comments of Vladimir Grinenko

@narqo you are right. but very naive testing in Fx or blink with ``` js var date = new Date(); console.log($('[data-bem]').length, date - new Date()); date = new Date(); console.log($('.i-bem').length,...

yep, and `bem-components` with precompiled styles as well. will do it as soon as find some time.

Related fix in https://github.com/bem/bem-xjst/pull/551/files

As far as I remember, it was needed at least to provide support for partial rendering with flushing.

found use case right in this repo: https://github.com/bem/bem-xjst/blob/faac9c5bb034bd8e4f0d8f60d72bfcaa812fabed/bench/templates/islands.bemhtml#L4

@narqo should it be fixed in major release or i can add something like `indexOf('.css') > 0` as fallback and release patch version?

@narqo If there's nobody who's affected let's postpone it till major release

@miripiruni I'm just about special `replace()` with additional feature to mix with source entity

@golyshevd код затащили [внутрь](https://nda.ya.ru/3S5wEH), так что здесь уже апдейтов не будет. Вопрос стоит адресовать команде Islands.

now we have `BEM.DOM.scope` which points to `body`. Is it enough? // cc @veged