Skip to content

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

@vhood

Description

@vhood

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions