Skip to content

Does order matter? #6

@apotonick

Description

@apotonick

In my current implementation

<div>
  <a />
  <b />
</div>

is not equal to

<div>
  <b />
  <a />
</div>

This feels right. What's your opinion?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions