pub(crate) type StringOrUnrestrictedDoubleSequence = StringOrUnrestrictedDoubleSequence;
pub(crate) enum StringOrUnrestrictedDoubleSequence { String(DOMString), UnrestrictedDoubleSequence(Vec<f64>), }