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
As we're focusing on HTML syntax for HTML we could add a reviewer that checks for non-void self-closing tags. In the HTML syntax for HTML there are a set of these elements that should be self closed:
area
base
br
col
command
embed
hr
img
input
keygen
link
meta
param
source
track
wbr
We should check that these elements never have content. And also check that only these elements are self-closed. (These may be two linters).
The text was updated successfully, but these errors were encountered:
There is another reviewer we could add here which is related with adding the self-close slash on void tags, I think this is more related with style preferences.
As we're focusing on HTML syntax for HTML we could add a reviewer that checks for non-void self-closing tags. In the HTML syntax for HTML there are a set of these elements that should be self closed:
We should check that these elements never have content. And also check that only these elements are self-closed. (These may be two linters).
The text was updated successfully, but these errors were encountered: