Re: [css-style-attr] New Editor's Draft

On Friday 2009-12-11 12:56 -0800, fantasai wrote:
> A "style" attribute does not need to be named 'style'. It's possible
> to have <elem style1="..." style2="..."/> and have the document language
> define both style1 and style2 as "style" attributes.
> 
> I can add a sentence saying that if a document language allows this,
> it must specify in which order the attributes' values are concatenated.

If a language allows this, they should be separate style rules, not
string-concatenated and parsed as one style rule.  (This affects
error handling, comments, etc.)

However, I think it would also be fine to say that conforming
document languages cannot allow such a situation.

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Friday, 11 December 2009 21:06:17 UTC