Re: [css3-syntax] Reviving the spec, starting with the parser

Le 12/04/2012 02:33, Tab Atkins Jr. a écrit :
> I've currently gotten v1.0 of the tokenizer finished, temporarily
> stored at<http://dev.w3.org/csswg/css3-syntax/parsing.html>.  I'll
> start on the tree-builder next that actually produces stylesheets.


The initiative looks good. I think that both the state machine and the 
change for numbers are the right thing to do. I’ll give more feedback 
after looking at this in terms of implementation.


Quick formatting fixes:

--- parsing.html
+++ parsing+fix.html
@@ -549,6 +549,7 @@

  <h4>
  <dfn>Hash-rest state</dfn>
+</h4>

   <p>
    Consume the <i>next input character</i>.
@@ -1193,6 +1194,7 @@
    <dd>
     Switch to the <i>url-unquoted state</i>.
     Reconsume the <i>current input character</i>.
+ </dl>

  <h4>
  <dfn>URL-double-quote state</dfn></h4>

Received on Thursday, 12 April 2012 00:59:34 UTC