|
|
|
|
|
by luhn
3566 days ago
|
|
But all those tags are things that no sane developer would put inside a p tag anyways, so you don't really have to think about them. The real mental overhead is incurred when reasoning about the tag following the p, which could be anything. "Hmmm, I have a nav tag coming after this p tag. Does that implicitly close it?" Although if you had a good autoindenter, you could catch any mistakes by how it was indented. "Oh, that nav tag is on the same indentation level as the p tag, I guess it does implicitly close it." |
|