- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Mon, 03 Feb 2014 20:32:43 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/a242e79e3a12 branches: changeset: 601:a242e79e3a12 user: Cameron McCormack <cam@mcc.id.au> date: Tue Feb 04 15:30:46 2014 +1100 description: Move annotations in render.html below the chapter ToC. diffstat: master/render.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (41 lines): diff --git a/master/render.html b/master/render.html --- a/master/render.html +++ b/master/render.html @@ -7,16 +7,18 @@ <link rel="stylesheet" title="Default" type="text/css" media="screen" href="style/default_svg.css"/> <link rel="alternate stylesheet" title="No issues/annotations" type="text/css" media="screen" href="style/default_no_issues.css"/> <link rel="alternate stylesheet" title="CSS3 Unmodified" type="text/css" media="screen" href="style/default.css"/> <link rel="alternate stylesheet" title="SVG 1.1" type="text/css" media="screen" href="style/svg-style.css"/> <!-- W3C style sheet will be added here during processing. --> </head> <body> +<h1>Rendering Model</h1> + <div class="annotation"> <p> SVG 2 Requirement: Support the z-index. </p> <p> Resolution: We will add Jonathan Watt's z-index proposal to SVG 2. </p> <p> @@ -37,18 +39,16 @@ <p> Resolution: <a href="http://www.w3.org/2012/07/24-svg-minutes.html#item09">Seattle/Paris 2012 F2F day 3</a>. </p> <p> Owner: Nikos (Action 3332). </p> </div> -<h1>Rendering Model</h1> - <h2 id="Introduction">Introduction</h2> <p>Implementations of SVG are expected to behave as though they implement a rendering (or imaging) model corresponding to the one described in this chapter. A real implementation is not required to implement the model in this way, but the result on any device supported by the implementation shall match that described by this model.</p>
Received on Tuesday, 4 February 2014 04:33:06 UTC