factory CssStyleDeclaration.css(String css) { final style = new DivElement().style; style.cssText = css; return style; }