//! Border-radius rules.
//!
//! Currently exposes:
//!
//! - [`scale_conformance`] — `border-*-radius` values must be members of
//! `radius.scale`.
/// Physical-longhand border-radius properties the rules in this category
/// inspect.
///
/// The `border-radius` shorthand is deliberately omitted — Chromium's
/// `getComputedStyle` returns longhands per PRD §10.3, and checking both
/// shapes would double-count every offense.
pub const RADIUS_PROPERTIES: & = &;