getbem.github.io icon indicating copy to clipboard operation
getbem.github.io copied to clipboard

Can a DOM element be an element of two or more blocks?

Open vhood opened this issue 3 years ago • 0 comments

Is this code correct? I believe this breaks the block structure.

<div class="item">
    <div class="item__content">
        <div class="block">
            <span class="block__title item__header"></span>
        </div>
    </div>
</div>

vhood avatar Feb 18 '22 13:02 vhood