[css-style-attr] Update and grammar question

I've updated some of the wording in the draft in response to comments from
Hixie wrt html5 spec integration and missing normative requirements. Since
the comments were over IRC and not logged, I stuffed them in the CVS logs:
   http://dev.w3.org/cvsweb/csswg/css-style-attr/Overview.src.html?rev=1.10&content-type=text/x-cvsweb-markup

That aside, I was wondering if it's possible to merge the two grammar
productions, i.e.

  <pre>
-inline-stylesheet
-  : S* declaration-list
-  ;
-
  declaration-list
-  : declaration [ ';' S* declaration ]*
+  : S* declaration [ ';' S* declaration ]*
    ;
  </pre>

I don't know enough about the grammar's "good style" to say. Bert?

~fantasai

Received on Thursday, 7 January 2010 08:39:05 UTC