In my current implementation ``` <div> <a /> <b /> </div> ``` is not equal to ``` <div> <b /> <a /> </div> ``` This feels right. What's your opinion?
In my current implementation
is not equal to
This feels right. What's your opinion?