Re: style attribute, only on font?

On Wed, 28 Nov 2007 04:07:58 +0100, Karl Dubost <karl@w3.org> wrote:
> PS: I have discovered it because I was wondering about parsing and html  
> 5 unquoted attributes values and where this following case was treated  
> in parsing section.
> <font style=14pt / 12pt; >boo</font>

That would become:

   <font style="14pt" 12pt;="">boo</font>

(All attributes are parsed identically on the parser level.)


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Wednesday, 28 November 2007 10:53:49 UTC