Re: [CSS21] Missing tab in Grammar section

Ok, this time with tabs converted to spaces:

> http://www.w3.org/TR/CSS2/grammar.html#scanner

looks like

"<!--"          {return CDO;}
"-->"                   {return CDC;}
"~="                    {return INCLUDES;}
"|="                    {return DASHMATCH;}

should be

"<!--"                  {return CDO;}
"-->"                   {return CDC;}
"~="                    {return INCLUDES;}
"|="                    {return DASHMATCH;}

j.j.

Received on Sunday, 22 May 2011 19:50:58 UTC