logoalt Hacker News

chrismorganlast Tuesday at 8:51 AM0 repliesview on HN

> CSS [is] not error-tolerant. A syntax error in a CSS rule causes it to be ignored.

That is error-tolerant, in basically the same way HTML is.

> An unhandled JavaScript exception is a hard stop.

A more appropriate example here is that a JS syntax error stops the entire script from running. That’s the XML parser approach.