Remove 'Introduction' subsections when there is a perfectly good section above it for the text to live.
authorCameron McCormack <cam@mcc.id.au>
Fri, 18 May 2012 16:18:56 +1000
changeset 107 42787b381607
parent 106 ead2d7ef86e0
child 108 b2b7c8420e88
Remove 'Introduction' subsections when there is a perfectly good section above it for the text to live.
master/interact.html
master/linking.html
master/masking.html
master/painting.html
master/pservers.html
master/svgdom.html
master/text.html
--- a/master/interact.html	Fri May 18 16:00:52 2012 +1000
+++ b/master/interact.html	Fri May 18 16:18:56 2012 +1000
@@ -937,8 +937,6 @@
 
 <h2 id="Cursors">Cursors</h2>
 
-<h3 id="CursorIntro">Introduction to cursors</h3>
-
 <p>Some interactive display environments provide the ability to
 modify the appearance of the pointer, which is also known as
 the <em>cursor</em>. Three types of cursors are available:</p>
--- a/master/linking.html	Fri May 18 16:00:52 2012 +1000
+++ b/master/linking.html	Fri May 18 16:18:56 2012 +1000
@@ -504,8 +504,6 @@
 
 <h2 id="LinksIntoSVG">Linking into SVG content: IRI fragments and SVG views</h2>
 
-<h3 id="IntroFragmentsViews">Introduction: IRI fragments and SVG views</h3>
-
 <p>Because SVG content often represents a picture or drawing
 of something, a common need is to link into a particular
 <em>view</em> of the document, where a view indicates
--- a/master/masking.html	Fri May 18 16:00:52 2012 +1000
+++ b/master/masking.html	Fri May 18 16:18:56 2012 +1000
@@ -79,8 +79,6 @@
 
 <h2 id="ClippingPaths">Clipping paths</h2>
 
-<h3 id="ClippingPathsIntro">Introduction</h3>
-
 <p>The clipping path restricts the region to which paint can be
 applied. Conceptually, any parts of the drawing that lie
 outside of the region bounded by the currently active clipping
--- a/master/painting.html	Fri May 18 16:00:52 2012 +1000
+++ b/master/painting.html	Fri May 18 16:18:56 2012 +1000
@@ -141,7 +141,7 @@
   processing</a>).</dd>
 </dl>
 
-<div class="ready-for-wg-review">
+<div class="ready-for-wider-review">
 <h2 id="FillProperties">Fill properties</h2>
 
 <h3 id="SpecifyingFillPaint">Specifying fill paint: the <span class="property">'fill'</span> property</h3>
@@ -1160,8 +1160,6 @@
 
 <edit:with element='marker'>
 
-<h3 id="MarkersIntroduction">Introduction</h3>
-
 <p>A marker is a symbol which is attached to one or more vertices of
 <a>'path'</a>, <a>'line'</a>, <a>'polyline'</a> and <a>'polygon'</a>
 elements. Typically, markers are used to make arrowheads or polymarkers.
--- a/master/pservers.html	Fri May 18 16:00:52 2012 +1000
+++ b/master/pservers.html	Fri May 18 16:18:56 2012 +1000
@@ -205,8 +205,6 @@
 
 <h2 id="Gradients">Gradients</h2>
 
-<h3 id="GradientsIntroduction">Introduction</h3>
-
 <p>Gradients consist of smooth color transitions between points on a
 drawing surface. SVG provides for three types of gradients:</p>
 
--- a/master/svgdom.html	Fri May 18 16:00:52 2012 +1000
+++ b/master/svgdom.html	Fri May 18 16:18:56 2012 +1000
@@ -413,8 +413,6 @@
 
 <h2 id="RelationshipWithCSSOM">Relationship with DOM Level 2 CSS</h2>
 
-<h3 id="CSSDOMIntro">Introduction</h3>
-
 <p>The section describes the facilities from 
 <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html">DOM Level 2 CSS</a>
 ([<a href="refs.html#ref-DOM2STYLE">DOM2STYLE</a>], chapter 2)
--- a/master/text.html	Fri May 18 16:00:52 2012 +1000
+++ b/master/text.html	Fri May 18 16:18:56 2012 +1000
@@ -1219,8 +1219,6 @@
 
 <h2 id="TextLayout">Text layout</h2>
 
-<h3 id="TextLayoutIntroduction">Text layout introduction</h3>
-
 <p>This section describes the text layout features supported by
 SVG, which includes support for various international writing
 directions, such as left-to-right (e.g., Latin scripts) and
@@ -3553,8 +3551,6 @@
 
 <edit:with element='textPath'>
 
-<h3 id="TextOnAPathIntroduction">Introduction to text on a path</h3>
-
 <p>In addition to text drawn in a straight line, SVG also includes the ability
 to place text along the shape of a <a>'path'</a> element. To specify that a
 block of text is to be rendered along the shape of a <a>'path'</a>, include