1) The document discusses using SVG cross-browser with the Ample SDK JavaScript GUI framework. It describes implementing SVG in Ample SDK and how to embed, modify, and style SVG fragments.
2) When implementing SVG, Ample SDK aims to equalize browser APIs without introducing new ones, extend browser UI technologies, and create reusable UI components. It virtualizes native technologies like SVG and VML.
3) Embedding SVG in HTML, dynamically modifying fragments via DOM or SMIL APIs, and styling with CSS classes, elements, or inline styles are demonstrated. Problems with VML performance and attributes in IE are also noted.