pub fn property_to_attribute(name: &str) -> Option<&'static str>
Map a camelCase property name to its HTML attribute.
Returns None for names that follow standard camelCase ↔ kebab conversion.
None