Move CSS type parsing skipping logic out of Tag classes.
Handle it at the Format::Class level again - but this time do it through the Format::Doc#skip_type_parsing setter method. Because the concrete CSS member types are hard-coded anyway it's better to have this hard-coded logic in one spot, not scattered around several Tag classes.
Loading
Please register or sign in to comment