pub(crate) trait SVGElementMethods<D: DomTypes> {
// Required methods
fn Style(&self) -> DomRoot<D::CSSStyleDeclaration>;
fn Nonce(&self) -> DOMString;
fn SetNonce(&self, value: DOMString);
fn Autofocus(&self) -> bool;
fn SetAutofocus(&self, value: bool, _can_gc: CanGc);
}