-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сравнение <noscript> c учетом порядка элементов #136
Comments
Отправь реальный пример HTML, пожалуйста. |
https://github.com/appwilio/ap-components/blob/master/common.blocks/image/image.tmpl-specs/50-semantic-lazy.html Так пойдет? |
Тулза ничего не знает про шаблонизаторы, они ей неинтересны, она просто сравнивает два HTML. Чтобы воспроизвести багу, мне нужны два HTML, которые по твоему сравниваются неправильно. |
Ок. как их получить? |
Я же не генерю их руками. Они создаются enb-tmpl-specs и нигде не сохраняются |
<span class="image image_load_lazy image_lazy_scroll scrollspy i-bem" role="img" data-bem='{"image":{"url":"/image.jpg"},"scrollspy":{"offset":"-30"}}'><span class="image__container"><img class="image image__img" alt="alt" title="title" role="img"/><span class="image__spin"></span></span>
<noscript
class="image__fallback"><img class="image" src="/image.jpg" alt="alt" role="img" /></noscript>
</span> Вот что в |
А второй HTML где ? :) Ты выше уже его кидал? Та забудь ты про шаблонизаторы :) В этом issue мне от тебя нужно просто два HTML, которые должны считаться равными, но инструмент все равно показывает дифф :) |
@eGavr ссылку на эталон я скинул выше. В предыдущем коменте второй файл. |
<span class="image image_load_lazy image_lazy_scroll scrollspy i-bem" role="img" data-bem='{"image":{"url":"/image.jpg"},"scrollspy":{"offset":"-30"}}'><span class="image__container"><img class="image image__img" alt="alt" title="title" role="img"/><span class="image__spin"></span></span>
<noscript
class="image__fallback"><img class="image" src="/image.jpg" alt="alt" role="img" /></noscript>
</span> <span class="image image_load_lazy image_lazy_scroll scrollspy i-bem"
role="img"
data-bem="{"image":{"url":"/image.jpg"},"scrollspy":{"offset":"-30"}}">
<span class="image__container">
<img class="image image__img" role="img" alt="alt" title="title"/>
<span class="image__spin">
</span>
</span>
<noscript class="image__fallback">
<img class="image" role="img" src="/image.jpg" alt="alt"/>
</noscript>
</span> |
Спасибо, будем смотреть ;) |
Diff: bem-site/bem-forum-content-ru#829
Описание: bem-site/bem-forum-content-ru#865
Воспроизводится только на
noscript
The text was updated successfully, but these errors were encountered: