amberouter
New Member
Before HTML5, there were some differences among browsers in terms of "HTML understanding".E.g. \[code\]<foo<bar>\[/code\] can either be parsed as two tags or as one tag.Currently, I just tried \[code\]<ol<li>hello\[/code\]But I didn't see any difference among IE, Chrome, Firefox and Safari.are there still parsing differences among different browsers? If so, could you show some simple but common examples?