|
|
|
|
|
by artursapek
3567 days ago
|
|
I think web browsers are a better example of it. The HTML parsing/DOM tree system usually is pretty forgiving about missing/malformed tags, but still always returns a result rendered as if the HTML had been written to spec. |
|