macro_rules! foreignObject {
    ($($part:expr),* $(,)?) => { ... };
}