You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For fun, go to the table and observe its navigation
Expected behavior:
p > a
Actual behavior:
Notes:
VSCode does try to avoid this issue from happening at all by suggesting closing tags. But I really don't want them, especially on a chain of tds.
Using <section>...</section> could be a workaround. But this is still a bug!
I am open to any extension suggestions for formatting this sort of code too :)
The text was updated successfully, but these errors were encountered:
Artoria2e5
changed the title
HTML tag hierarchy does not understand optional tags
HTML tag navigation does not understand optional tags in hierarchy
Jul 2, 2021
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Expected behavior:
Actual behavior:
Notes:
td
s.<section>...</section>
could be a workaround. But this is still a bug!The text was updated successfully, but these errors were encountered: