Re: Semicolon after entities

David Woolley wrote:
> Not using & for & in href attributes is an error in HTML.  You get 
> away with it because of browser error recovery, but you cannot rely on 
> this because the number of defined entities may increase, or backwards 
> compatibility may result in old entities being recognized.

In reality, that's not going to happen.  One of the design principles 
for the new HTMLWG is Don't Break the Web.  Introducing new entity 
references, or any new feature for that matter, that has a significant 
chance of breaking pages and isn't backwards compatible, won't be 
introduced.

The only new entities that have been introduced into HTML5 are ', 
and the uppercase variants of &, <, > ", © and 
®, which are already widely supported.

-- 
Lachlan Hunt
http://lachy.id.au/

Received on Wednesday, 25 April 2007 10:20:45 UTC