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
The one big difference from the spec is that Lagarto is not having the selfClosing flag, but only the type.
Using the type we cover all correct usages.
The only invalid usage is the end tag that is also self closed. Such a situation is currently reported as an error (according to spec) and the END tag is emitted (as it would be if we have the flag).
The only downside is that user is not able to figure out if the end tag was incorrectly self closing.
The text was updated successfully, but these errors were encountered:
The one big difference from the spec is that Lagarto is not having the
selfClosing
flag, but only the type.Using the type we cover all correct usages.
The only invalid usage is the end tag that is also self closed. Such a situation is currently reported as an error (according to spec) and the END tag is emitted (as it would be if we have the flag).
The only downside is that user is not able to figure out if the end tag was incorrectly self closing.
The text was updated successfully, but these errors were encountered: