svg2: Update this publication's ready-for-wg-review annotations to re...

changeset: 475:b2d3adb9139b
user:      Cameron McCormack <cam@mcc.id.au>
date:      Fri Apr 05 14:23:40 2013 +1100
description:
Update this publication's ready-for-wg-review annotations to ready-for-wider-review.

diffstat:

 master/idlindex.html |  2 +-
 master/intro.html    |  2 +-
 master/linking.html  |  2 +-
 master/painting.html |  8 ++++----
 master/refs.html     |  4 ++--
 master/render.html   |  8 ++++----
 master/struct.html   |  4 ++--
 master/svgdom.html   |  2 +-
 master/types.html    |  6 +++---
 9 files changed, 19 insertions(+), 19 deletions(-)

diffs (379 lines):

diff --git a/master/idlindex.html b/master/idlindex.html
--- a/master/idlindex.html
+++ b/master/idlindex.html
@@ -2,17 +2,17 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional+edit//EN" "xhtml1-transitional+edit.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:edit="http://xmlns.grorg.org/SVGT12NG/">
 <head>
   <title>IDL Index</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"/>
 </head>
-<body class="ready-for-wg-review">
+<body class="ready-for-wider-review">
 
 <h1>IDL Index</h1>
 
 <p class="normativity"><em>This appendix is informative, not normative.</em></p>
 
 <p>The following is a list of all IDL interfaces defined in this specification:</p>
 
 <!-- It would be nice to automatically generate this. -->
diff --git a/master/intro.html b/master/intro.html
--- a/master/intro.html
+++ b/master/intro.html
@@ -293,17 +293,17 @@ element and attribute categories and the
   <dd>A conditional processing attribute is one that controls whether
   or not the element on which it appears is processed.  Most elements,
   but not all, may have conditional processing attributes specified
   on them.  See <a href="struct.html#ConditionalProcessing">Conditional processing</a>
   for details.  The conditional processing attributes defined in
   SVG 1.1 are <edit:attributecategory name='conditional processing'/>.</dd>
 </dl>
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 <dl class="definitions">
   <dt id="TermContextElement">context element</dt>
   <dd>The context element of an element is defined as follows:
   <ul>
     <li>If the element is within a <a>'marker element'</a>, and
     is being rendered as part of that marker due to being referenced
     via a <a>marker property</a> or with the <a>'marker/href'</a>
     attribute of a <a>positioned marker</a>, then the context element
diff --git a/master/linking.html b/master/linking.html
--- a/master/linking.html
+++ b/master/linking.html
@@ -187,17 +187,17 @@ references and the valid target types fo
   <li>the <a>'marker property'</a>, <a>'marker-start'</a>, <a>'marker-mid'</a> and <a>'marker-end'</a> properties must reference a <a>'marker element'</a> element.</li>
   <li>the <a>'mask property'</a> property must reference a <a>'mask element'</a> element</li>
   <li>the <a>'pattern'</a> element must reference a <a>'pattern'</a> element</li>
   <li>the <a>'radialGradient'</a> element must reference a <a>'linearGradient'</a> or <a>'radialGradient'</a> element</li>
   <li>the <a>'script'</a> element must reference an external resource that provides the script content</li>
   <li>the <a>'stroke'</a> property (see <a href="painting.html#SpecifyingPaint">Specifying paint</a> for reference rules)</li>
   <li>the <a>'textPath'</a> element must reference a <a>'path'</a> element</li>
   <li>
-    <div class="ready-for-wg-review">the <a>'tref'</a> element can reference any element (including non-SVG elements)</div>
+    <div class="ready-for-wider-review">the <a>'tref'</a> element can reference any element (including non-SVG elements)</div>
   </li>
   <li>the <a>'set'</a> element (see <a href="animate.html#TargetElement">Identifying the target element for an animation</a> for reference rules)</li>
   <li>the <a>'use'</a> element can reference any local or non-local resource</li>
 </ul>
 
 <p>The following rules apply to the processing of invalid IRI references:</p>
 
 <ul>
diff --git a/master/painting.html b/master/painting.html
--- a/master/painting.html
+++ b/master/painting.html
@@ -12,17 +12,17 @@
   <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>Painting: Filling, Stroking and Marker Symbols</h1>
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 <h2 id="Introduction">Introduction</h2>
 
 <p>Graphical elements that define a shape – <a>'path'</a> elements, <a>basic shapes</a>
 and <a>text content elements</a> – are rendered by being <strong>filled</strong>,
 which is painting the interior of the object, and <strong>stroked</strong>, which is
 painting along the outline of the object.  Filling and stroking are both
 <strong>painting</strong> operations.  SVG 2 supports a number of
 different paints that the fill and stroke of a graphical element can be painted with:</p>
@@ -2151,17 +2151,17 @@ the <a>'overflow'</a> property for <a>'m
 <span class="prop-value">hidden</span>, which causes a rectangular clipping
 path to be created at the bounds of marker's viewport.  Unless the
 <a>'overflow'</a> property is overridden, any graphics within the marker which
 goes outside of the marker's viewport will be clipped.</p>
 
 <p><a href="styling.html#SVGStylingProperties">Properties</a> inherit into the
 <a>'marker element'</a> element from its ancestors; properties do <em>not</em>
 inherit from the element referencing the <a>'marker element'</a> element.
-<span class="ready-for-wg-review">Note however that by using the <span class="prop-value">context-stroke</span>
+<span class="ready-for-wider-review">Note however that by using the <span class="prop-value">context-stroke</span>
 value for the <a>'fill'</a> or <a>'stroke'</a> on elements in its definition,
 a single marker can be designed to match the style of the element referencing
 the marker.</span></p>
 
 <p><a>'marker element'</a> elements are only rendered directly
 when they are used as children of a <a>markable element</a>
 and have a <a>'position'</a> attribute specified.  This causes the
 marker to be painted as a <a>positioned marker</a>.  All other
@@ -2340,17 +2340,17 @@ vertex, and for <a>'path'</a> elements t
 vertex is the same as the first vertex of that final subpath.
 In this case, if the value of <a>'marker-end'</a> is not
 <span class="prop-value">none</span>, then it is possible that two markers
 will be rendered on that final vertex.</p>
 
 <p class="note">Note that <a>'marker-start'</a> and <a>'marker-end'</a>
 refer to the first and last vertex of the entire path, not each subpath.</p>
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 <div class="example">
   <p>The following example shows a triangular marker symbol used as a
   <a>vertex marker</a> to form an arrowhead at the end of two paths.</p>
 
   <edit:includefile href='images/painting/marker.svg'/>
 
   <div class="figure">
     <img class="bordered" src="images/painting/marker-rendering.svg"
@@ -3839,17 +3839,17 @@ interface SVGPaint : SVGColor {
   void setPaint(unsigned short paintType, DOMString uri, DOMString rgbColor, DOMString iccColor);
 };
 </pre>
 
 <p class="issue">There are some missing definitions of 
 SVGPaint members here.  The interface might be going away, however.</p>
 
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 <h3 id="InterfaceSVGMarkerInstance">Interface SVGMarkerInstance</h3>
 
 <p>The <a>SVGMarkerInstance</a> interface is used to represent an instance
 of a marker that is on a <a>markable element</a>.  An <a>SVGMarkerInstance</a>
 can represent any kind of marker, including <a>positioned markers</a>.</p>
 
 <p class="issue">What should we do about liveness?  If it is live, we
 could have it know what index it is for, and always return information
diff --git a/master/refs.html b/master/refs.html
--- a/master/refs.html
+++ b/master/refs.html
@@ -206,17 +206,17 @@
     A. Le Hors, L. Cable, eds.
     World Wide Web Consortium, 13 November 2000.
     <br/>This edition of DOM 2 Views is http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/.
     <br/>The <a href="http://www.w3.org/TR/DOM-Level-2-Views/">latest edition of DOM 2 Views</a> is available at
     http://www.w3.org/TR/DOM-Level-2-Views/.
   </dd>
 </dl>
 
-<dl class="references ready-for-wg-review">
+<dl class="references ready-for-wider-review">
   <dt id="ref-DOM4" class="normref">[DOM4]</dt>
   <dd>
     <cite class="w3cwd"><a href="http://www.w3.org/TR/2012/WD-dom-20121206/">DOM4</a></cite>,
     A. van Kesteren, A. Gregor, L. Hunt, Ms2ger, eds.
     World Wide Web Consortium, 06 December 2012.
     <br/>This edition of DOM4 is http://www.w3.org/TR/2012/WD-dom-20121206/.
     <br/>The <a href="http://www.w3.org/TR/dom/">latest edition of DOM4</a> is available at
     http://www.w3.org/TR/dom/.
@@ -430,17 +430,17 @@
   <dd>
     <cite><a href="http://www.unicode.org/versions/Unicode6.0.0/">The Unicode Standard, Version 6.0.0</a></cite>,
     The Unicode Consortium, Mountain View, CA, 2011. ISBN 978-1-936213-01-6.
     <br />Available at http://www.unicode.org/versions/Unicode6.0.0.
   </dd>
 </dl>
 
 
-<dl class="references ready-for-wg-review">
+<dl class="references ready-for-wider-review">
   <dt id="ref-WEBIDL" class="normref">[WEBIDL]</dt>
   <dd>
     <cite class="w3ccr"><a href="http://www.w3.org/TR/WebIDL/">Web IDL</a></cite>,
     C. McCormack, ed.
     World Wide Web Consortium, 19 April 2012.
     <br/>This edition of Web IDL is http://www.w3.org/TR/2012/CR-WebIDL-20120419/.
     <br/>The <a href="http://www.w3.org/TR/WebIDL/">latest edition of Web IDL</a> is available at
     http://www.w3.org/TR/WebIDL/.
diff --git a/master/render.html b/master/render.html
--- a/master/render.html
+++ b/master/render.html
@@ -61,17 +61,17 @@ limitations of the output device (e.g. o
 colors might be supported) and because of practical limitations
 in implementing a precise mathematical model (e.g. for
 realistic performance curves are approximated by straight
 lines, the approximation need only be sufficiently precise to
 match the conformance requirements).</p>
 
 <h2 id="PaintersModel">The painters model</h2>
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 
 <p>SVG uses a "painters model" of rendering. <a>Paint</a>
 is applied in successive operations to the output device such
 that each operation paints onto some area of the output device,
 possibly obscuring paint that has previously been layed down.
 
 After each object or group is painted, it becomes part of the background
 for the next painting operation.
@@ -86,26 +86,26 @@ The rules governing these painting opera
 <h2 id="RenderingOrder">Rendering order</h2>
 
 <p>Elements in an SVG document fragment have an implicit
 drawing order, with the first elements in the SVG document
 fragment getting "painted" first. Subsequent elements are
 painted on top of previously painted elements.</p>
 
 <h2 id="Grouping">How groups are rendered</h2>
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 <p>
 Grouping elements, such as the <a>'g'</a> element (see <a>container elements</a>) create a <a>compositing group</a>.
 The compositing group will composite and blend with the <a>group backdrop</a> with behaviour depending on the values
 of the compositing and blending properties, such as <a>knock-out</a>, and <a>isolation</a>. See <a href="http://www.w3.org/TR/compositing/">Compositing and Blending Specification</a>.
 </p>
 </div>
 
 <h2 id="Elements">How elements are rendered</h2>
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 <p>
 Individual <a>graphics elements</a> are rendered as if each graphics element
 represented its own <a>compositing group</a>; thus, the effect is as if
 a temporary separate canvas is created for each graphics element.
 The element is first painted onto the temporary canvas (see
 <a href="render.html#PaintingShapesAndText">Painting shapes and text</a> and
 <a href="render.html#PaintingRasterImages">Painting raster images</a> below).
 Then any <a href="render.html#FilteringPaintRegions">filter effects</a>
@@ -222,17 +222,17 @@ of one. "Within" is defined by the same 
 the interior of a path for painting. The clipping path is
 typically anti-aliased on low-resolution devices (see
 <a>'shape-rendering'</a>. Clipping is
 described in
 <a href="https://dvcs.w3.org/hg/FXTF/raw-file/default/masking/index.html#clipping-paths">Clipping paths</a>
 from <a href="https://dvcs.w3.org/hg/FXTF/raw-file/default/masking/index..html#clipping-paths"><cite>CSS Masking</cite></a>
 ([<a href="refs.html#ref-CSS-MASKING">CSS-MASKING</a>], section 8).</p>
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 <p>Masking uses the luminance of the color channels and alpha
 channel in a referenced SVG element to define a supplemental
 set of alpha values which are multiplied to the alpha values
 already present in the graphics to which the mask is applied.
 The resulting alpha value is used as input to the Compositing
 and Blending operations described in the Compositing and Blending Specification [<a href="refs.html#ref-COMPOSITINGBLENDING">COMPOSITING-BLENDING</a>].
 Masking is described in detail in
 <a href="https://dvcs.w3.org/hg/FXTF/raw-file/default/masking/index.html"><cite>CSS Masking</cite></a>
diff --git a/master/struct.html b/master/struct.html
--- a/master/struct.html
+++ b/master/struct.html
@@ -1110,17 +1110,17 @@ element. The <a>'use'</a> element
 references another element and indicates that the graphical
 contents of that element is included/drawn at that given point
 in the document.</p>
 
 <p class="issue"><a>'use'</a> is described as referencing template
 objects, but the parameters of the template are limited – just
 different inherited property values.</p>
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 <p>The <a>'use'</a> element can reference an entire SVG document
 by specifying an <a>'xlink:href'</a> value without a fragment.
 Such references are taken to be referring to the root element
 of the referenced document.</p>
 
 <p class="note">This allows an entire SVG document to be referenced
 without having to ensure that it has an ID on its root element.</p>
 </div>
@@ -1605,17 +1605,17 @@ elements within an SVG file.</p>
   </dt>
   <dd>
     <p>The <a>'x'</a>, <a>'y'</a>, <a>'width'</a> and <a>'height'</a>
     attributes specify the rectangular region into which the referenced
     image is placed.</p>
     <p>A negative value for <a>'width'</a> or <a>'height'</a> is invalid
     (see <a href="implnote.html#ErrorProcessing">Error processing</a>).
     A value of zero for either attribute disables rendering of the element..</p>
-    <p class="ready-for-wg-review">The <span class="attr-value">'auto'</span> value for <a>'width'</a>
+    <p class="ready-for-wider-review">The <span class="attr-value">'auto'</span> value for <a>'width'</a>
     and <a>'height'</a> is used to size the <a>'image'</a> element automatically
     based on the intrinsic size or aspect ratio of the referenced image.
     If the intrinsic aspect ratio of the referenced image is unknown,
     it is assumed to be 2:1.  If the intrinsic size of the referenced image
     is unknown, it is assumed to be 300×150, just as is required for
     CSS replaced elements.  If <span class="attr-value">'auto'</span> is
     specified for just one of <a>'width'</a> or <a>'height'</a>, then
     the other is determined based on the intrinsic aspect ratio.  The
diff --git a/master/svgdom.html b/master/svgdom.html
--- a/master/svgdom.html
+++ b/master/svgdom.html
@@ -61,17 +61,17 @@
       <th>Owner:</th>
       <td>Cameron (no action)</td>
     </tr>
   </table>
 </div>
 
 <h2 id="SVGDOMOverview">SVG DOM overview</h2>
 
-<p class="ready-for-wg-review">The SVG DOM is defined in terms of <a href="http://www.w3.org/TR/WebIDL/">Web IDL</a>
+<p class="ready-for-wider-review">The SVG DOM is defined in terms of <a href="http://www.w3.org/TR/WebIDL/">Web IDL</a>
 interfaces. All IDL fragments in this specification must be interpreted as
 required for <a href="http://www.w3.org/TR/WebIDL/#dfn-conforming-idl-fragment">conforming IDL fragments</a>,
 as described in the Web IDL specification. [<a href="refs.html#ref-WEBIDL">WEBIDL</a>]</p>
 
 <p>The SVG DOM builds upon a number of DOM specifications.  In particular:</p>
 
 <ul>
   <li>The SVG DOM requires complete support for <a href="http://www.w3.org/TR/dom/">DOM4</a>
diff --git a/master/types.html b/master/types.html
--- a/master/types.html
+++ b/master/types.html
@@ -2918,17 +2918,17 @@ animated, then the <a>SVGLength</a> will
 as <a>baseVal</a>.  The object referenced by <a>animVal</a> will always
 be distinct from the one referenced by <a>baseVal</a>, even when
 the attribute is not animated.
 
 </div>
 </dd>
 </dl>
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 
 <dl class="attributes">
 <dt id="__svg__SVGAnimatedLength__cm" class="attribute"><b>cm</b><span class="idl-type-parenthetical"> (float)</span></dt>
 <dd class="attribute">
   <div>On getting, returns the base value of the animated length in <b>cm</b>.
   On setting, changes the base value to be in <b>cm</b> and to have the specified magnitude.</div>
 </dd>
 
@@ -3409,17 +3409,17 @@ animated, then the <a>SVGLengthList</a> 
 as <a>baseVal</a>.  The object referenced by <a>animVal</a> will always
 be distinct from the one referenced by <a>baseVal</a>, even when
 the attribute is not animated.
 
 </div>
 </dd>
 </dl>
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 
 <dl class="attributes">
 <dt id="__svg__SVGAnimatedLengthList__cm" class="attribute"><b>cm</b><span class="idl-type-parenthetical"> (float)</span></dt>
 <dd class="attribute">
   <div>On getting, returns the value of the first <a>SVGLength</a> of the animated length's base value in <b>cm</b>.
   If the base value list is empty, returns 0.
   On setting, changes the value of the animated length's first <a>SVGLength</a> value to be in
   <b>cm</b> and to have the specified magnitude.  If the base value list is empty, it adds
@@ -4511,17 +4511,17 @@ have a bounding box in current user spac
             </dl>
           </dd>
         </dl>
       </dd>
     </dl>
   </dd>
 </dl>
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 <h3 id="InterfaceSVGGeometryElement">Interface SVGGeometryElement</h3>
 
 <p>Interface <a>SVGGeometryElement</a> represents SVG elements whose rendering
 is defined by geometry and which can be filled and stroked.  This includes
 paths, text and the basic shapes.</p>
 
 <pre class="idl">interface <b>SVGGeometryElement</b> : <a>SVGGraphicsElement</a> {
   bool isPointInFill(<a>SVGPoint</a> point);

Received on Friday, 5 April 2013 07:34:19 UTC