is_valid_in_attribute_value

Function is_valid_in_attribute_value 

Source
pub const fn is_valid_in_attribute_value(c: char) -> bool
Expand description

Check whether a character can be an used in an attribute value without escaping.

See https://html.spec.whatwg.org/multipage/syntax.html#attributes-2