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
#234d67f9e6 Thanks @DylanPiercey! - In HTML mode, a whitespace-preceded >= in an unenclosed attribute value is now parsed as a comparison operator (eg <if=count >= 10>), and a whitespace-preceded > that looks like a split comparison (eg <if=count > 10>) now reports an error suggesting parentheses instead of silently ending the tag.
Patch Changes
#234c2e874c Thanks @DylanPiercey! - In HTML mode, a "</" after a whitespace-terminated unenclosed attribute value is now treated as a close tag instead of being consumed as a less-than operator, and a close tag found before the open tag is closed reports a targeted error suggesting parentheses.