Изменения

м
tbody
Строка 205: Строка 205:  
void = lt * spaces * Cg (possible, '__name') * V'attributes' * spaces * slash * gt,
 
void = lt * spaces * Cg (possible, '__name') * V'attributes' * spaces * slash * gt,
 
attributes = Cg (Ct ((spaces * V'attr') ^ 0), '__attrs'),
 
attributes = Cg (Ct ((spaces * V'attr') ^ 0), '__attrs'),
attr = style + Ct (Cg ((alnum + colon + hyphen) ^ 1, 'name') * spaces
+
attr = style
 +
+ Ct (Cg ((alnum + colon + hyphen) ^ 1, 'name') * spaces
 
* equals * spaces * (V'quoted' + V'unquoted')),
 
* equals * spaces * (V'quoted' + V'unquoted')),
 
quoted = quoted'"' + quoted"'",
 
quoted = quoted'"' + quoted"'",
unquoted = Cg ((any - space) ^ 1, 'value'),
+
unquoted = Cg ((any - space - equals - gt) ^ 1, 'value'),
 
char = -lt * any
 
char = -lt * any
 
}
 
}