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
pub const fn is_valid_in_attribute_value(c: char) -> bool
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