- From: SVG Working Group repository <cam@mcc.id.au>
- Date: Mon, 03 Sep 2012 18:23:18 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/35f64e64ae57 branches: changeset: 363:35f64e64ae57 user: Cameron McCormack <cam@mcc.id.au> date: Tue Sep 04 11:22:57 2012 +1000 description: Back to ED. diffstat: master/index.html | 3 ++- master/mimereg.html | 2 +- master/publish.xml | 6 ++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diffs (81 lines): diff --git a/master/index.html b/master/index.html --- a/master/index.html +++ b/master/index.html @@ -87,21 +87,21 @@ the word <code>subscribe</code> in the s <p>The specification includes a number of annotations that the Working Group is using to record links to meeting minutes and resolutions where specific decisions about SVG features have been made. Different coloring is also used to mark the maturity of different sections of the specification:</p> <ul> <li>a red background indicates a section that is either unchanged since SVG 1.1 (and which therefore still requires review and possible rewriting for SVG 2), or a section that is new but still requires substantial work</li> -<!-- + <li>a yellow background indicates a section from SVG 1.1 that has been reviewed and rewritten if necessary, or a new section that is complete and ready for the rest of the Working Group to review</li> ---> + <li>a white background indicates a section, either from SVG 1.1 or new for SVG 2, that has been reviewed by the Working Group and which is ready for wider review</li> </ul> <p>In this <edit:maturity/>, by default, the background colors indicating section maturity are hidden and only annotations that record specific requirements for SVG 2 as part of our requirements gathering exercise are visible. To view the section maturity background colors and any additional diff --git a/master/mimereg.html b/master/mimereg.html --- a/master/mimereg.html +++ b/master/mimereg.html @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional+edit//EN" "xhtml1-transitional+edit.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Media Type registration for image/svg+xml</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <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"/> diff --git a/master/publish.xml b/master/publish.xml --- a/master/publish.xml +++ b/master/publish.xml @@ -1,29 +1,31 @@ <!-- Publication script configuration for SVG 2. --> <publish-conf xmlns='http://mcc.id.au/ns/local'> <title>Scalable Vector Graphics (SVG) 2</title> <short-title>SVG 2</short-title> - <maturity>FPWD</maturity> + <maturity>ED</maturity> <output use-publish-directory='true' publish-directory='build/publish'/> <!-- Uncomment the publication date when it is time to publish on http://www.w3.org/TR/. While an Editor's Draft, leave this commented out and the last commit date will be used as the document's date. --> + <!-- <publication-date>2012-08-28</publication-date> + --> <versions> <cvs href='https://dvcs.w3.org/hg/svg2'/> <cvs-single href='http://dvcs.w3.org/hg/svg2/raw-file/single-page.html'/> <this href='http://www.w3.org/TR/2012/WD-SVG2-20120828/'/> - <this-single href='http://www.w3.org/TR/WD-SVG2-20120828/single-page.html'/> + <this-single href='http://www.w3.org/TR/2012/WD-SVG2-20120828/single-page.html'/> <!-- <previous href='http://www.w3.org/TR/2012/WD-SVG2-20120828/'/> --> <latest href='http://www.w3.org/TR/SVG2/'/> <latestrec href='http://www.w3.org/TR/SVG/'/> </versions> <definitions href='definitions.xml'/>
Received on Tuesday, 4 September 2012 01:24:27 UTC