Format property links like in CSS specs.
authorCameron McCormack <cam@mcc.id.au>
Thu, 10 May 2012 10:18:00 +0200
changeset 60 1f6cca71309e
parent 59 fd502e2d6c52
child 61 b67c929eda7d
Format property links like in CSS specs.
master/animate.html
master/color.html
master/concepts.html
master/conform.html
master/fonts.html
master/interact.html
master/intro.html
master/linking.html
master/masking.html
master/painting.html
master/propidx.html
master/pservers.html
master/styling.html
master/svg.idl
master/text.html
master/types.html
--- a/master/animate.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/animate.html	Thu May 10 10:18:00 2012 +0200
@@ -417,7 +417,7 @@
       is a 3-dimensional vector. Thus attributes of these types can have paced
       animation applied to them.  On the other hand, a
       <a href="types.html#DataTypeLengths">&lt;list-of-length&gt;</a>
-      (as used by <a href="painting.html#StrokeDasharrayProperty"><span class="prop-name">'stroke-dasharray'</span></a>)
+      (as used by <a href="painting.html#StrokeDasharrayProperty"><span class="property">'stroke-dasharray'</span></a>)
       is a list of scalars (1-dimensional vectors), and
       <a href="shapes.html#PointsBNF">&lt;list-of-points&gt;</a> (as used by
       the <a href="shapes.html#PolygonElementPointsAttribute"><span class="attr-name">'points'</span></a>
--- a/master/color.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/color.html	Thu May 10 10:18:00 2012 +0200
@@ -94,7 +94,7 @@
 Note that, in this specification, color interpolation occurs in an RGB color space even if an
 ICC-based color specification is provided (see <a>'color-interpolation'</a>).</p>
 
-<h2 id="ColorProperty">The <span class="prop-name">'color'</span> property</h2>
+<h2 id="ColorProperty">The <span class="property">'color'</span> property</h2>
 
 <p>The <a>'color'</a> property is used to provide a potential indirect value
 (<span class="prop-value">currentColor</span>) for the <a>'fill'</a>,
@@ -103,7 +103,7 @@
 
     <div class="propdef">
       <dl>
-        <dt><span class="propdef-title prop-name">'color'</span></dt>
+        <dt><span class="propdef-title property">'color'</span></dt>
         <dd>
           <table summary="color property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -333,7 +333,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="ColorProfileSrcProperty"><span class="descdef-title prop-name">'src'</span></dt>
+        <dt id="ColorProfileSrcProperty"><span class="descdef-title property">'src'</span></dt>
         <dd>
           <table
           summary="src descriptor definition for @color-profile"
@@ -401,7 +401,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="ColorProfileNameProperty"><span class="descdef-title prop-name">'name'</span></dt>
+        <dt id="ColorProfileNameProperty"><span class="descdef-title property">'name'</span></dt>
         <dd>
           <table
           summary="name descriptor definition for @color-profile"
@@ -432,7 +432,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="RenderingIntentProperty"><span class="descdef-title prop-name">'rendering-intent'</span></dt>
+        <dt id="RenderingIntentProperty"><span class="descdef-title property">'rendering-intent'</span></dt>
         <dd>
           <table
           summary="rendering-intent descriptor definition for @color-profile"
@@ -463,11 +463,11 @@
 <p>See the description for the <a>'color-profile/rendering-intent'</a> attribute on the
 <a>'color-profile element'</a> element.</p>
 
-<h3 id="ColorProfileProperty">The <span class="prop-name">'color-profile'</span> property</h3>
+<h3 id="ColorProfileProperty">The <span class="property">'color-profile'</span> property</h3>
 
     <div class="propdef">
       <dl>
-        <dt><span class="propdef-title prop-name">'color-profile'</span></dt>
+        <dt><span class="propdef-title property">'color-profile'</span></dt>
         <dd>
           <table summary="color-profile property" class="propinfo"
           cellspacing="0" cellpadding="0">
--- a/master/concepts.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/concepts.html	Thu May 10 10:18:00 2012 +0200
@@ -226,9 +226,9 @@
       composite the SVG into the background if it has transparent
       portions. Examples include the <a
       href="http://www.w3.org/TR/2008/REC-CSS2-20080411/colors.html#propdef-background-image">
-      <span class="prop-name">'background-image'</span></a> and <a
+      <span class="property">'background-image'</span></a> and <a
       href="http://www.w3.org/TR/2008/REC-CSS2-20080411/generate.html#propdef-list-style-image">
-      <span class="prop-name">'list-style-image'</span></a>
+      <span class="property">'list-style-image'</span></a>
       properties ([<a href="refs.html#ref-CSS2">CSS2</a>], sections 14.2.1 and 12.6.2)
       that are included in both CSS and XSL.</dd>
     </dl>
--- a/master/conform.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/conform.html	Thu May 10 10:18:00 2012 +0200
@@ -417,7 +417,7 @@
     external resources can be used, such as in the HTML or XHTML
     <span class="element-name">'img'</span> element and in CSS/XSL
     properties that can refer to raster image resources (e.g.,
-    <span class="prop-name">'background-image'</span>).</p>
+    <span class="property">'background-image'</span>).</p>
 
 </body>
 </html>
--- a/master/fonts.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/fonts.html	Thu May 10 10:18:00 2012 +0200
@@ -764,7 +764,7 @@
         class="attr-value">&lt;string&gt;</span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-family">
-        <span class="prop-name">'font-family'</span></a> descriptor
+        <span class="property">'font-family'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>.<br />
@@ -777,7 +777,7 @@
         [normal | italic | oblique]]*</span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-style">
-        <span class="prop-name">'font-style'</span></a> descriptor
+        <span class="property">'font-style'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. The style of a font. Takes on the same
@@ -795,7 +795,7 @@
         small-caps]]*</span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-variant">
-        <span class="prop-name">'font-variant'</span></a>
+        <span class="property">'font-variant'</span></a>
         descriptor within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. Indication of whether this face is the
@@ -817,7 +817,7 @@
         <dd>
           Same syntax and semantics as the <a
           href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-weight">
-          <span class="prop-name">'font-weight'</span></a>
+          <span class="property">'font-weight'</span></a>
           descriptor within an <a
           href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
           @font-face rule</a>.<br />
@@ -850,7 +850,7 @@
         <dd>
           Same syntax and semantics as the <a
           href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-stretch">
-          <span class="prop-name">'font-stretch'</span></a>
+          <span class="property">'font-stretch'</span></a>
           descriptor within an <a
           href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
           @font-face rule</a>. Indication of the condensed or
@@ -873,7 +873,7 @@
         class="attr-value">&lt;string&gt;</span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-font-size">
-        <span class="prop-name">'font-size'</span></a> descriptor
+        <span class="property">'font-size'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>.<br />
@@ -886,7 +886,7 @@
         &lt;urange&gt;]*</span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-unicode-range">
-        <span class="prop-name">'unicode-range'</span></a>
+        <span class="property">'unicode-range'</span></a>
         descriptor within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. The range of ISO 10646 characters [<a href="refs.html#ref-UNICODE">UNICODE</a>]
@@ -905,7 +905,7 @@
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-units-per-em">
-        <span class="prop-name">'units-per-em'</span></a>
+        <span class="property">'units-per-em'</span></a>
         descriptor within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. The number of coordinate units on the
@@ -924,7 +924,7 @@
         class="attr-value">[&lt;integer&gt;]{10}</span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-panose-1">
-        <span class="prop-name">'panose-1'</span></a> descriptor
+        <span class="property">'panose-1'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. The Panose-1 number, consisting of ten
@@ -942,7 +942,7 @@
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-stemv">
-        <span class="prop-name">'stemv'</span></a> descriptor
+        <span class="property">'stemv'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>.<br />
@@ -954,7 +954,7 @@
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-stemh">
-        <span class="prop-name">'stemh'</span></a> descriptor
+        <span class="property">'stemh'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>.<br />
@@ -966,7 +966,7 @@
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-slope">
-        <span class="prop-name">'slope'</span></a> descriptor
+        <span class="property">'slope'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. The vertical stroke angle of the font.
@@ -984,7 +984,7 @@
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-cap-height">
-        <span class="prop-name">'cap-height'</span></a> descriptor
+        <span class="property">'cap-height'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. The height of uppercase glyphs in the
@@ -997,7 +997,7 @@
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-x-height">
-        <span class="prop-name">'x-height'</span></a> descriptor
+        <span class="property">'x-height'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. The height of lowercase glyphs in the
@@ -1022,7 +1022,7 @@
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-ascent">
-        <span class="prop-name">'ascent'</span></a> descriptor
+        <span class="property">'ascent'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. The maximum unaccented height of the
@@ -1039,7 +1039,7 @@
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-descent">
-        <span class="prop-name">'descent'</span></a> descriptor
+        <span class="property">'descent'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. The maximum unaccented depth of the
@@ -1055,7 +1055,7 @@
         class="attr-value">&lt;string&gt;</span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-widths">
-        <span class="prop-name">'widths'</span></a> descriptor
+        <span class="property">'widths'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>.<br />
@@ -1067,7 +1067,7 @@
         class="attr-value">&lt;string&gt;</span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-bbox">
-        <span class="prop-name">'bbox'</span></a> descriptor within
+        <span class="property">'bbox'</span></a> descriptor within
         an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>.<br />
@@ -1091,7 +1091,7 @@
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-baseline">
-        <span class="prop-name">'baseline'</span></a> descriptor
+        <span class="property">'baseline'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. For horizontally oriented glyph
@@ -1107,7 +1107,7 @@
         href="types.html#DataTypeNumber">&lt;number&gt;</a></span>"</dt>
         <dd>Same syntax and semantics as the <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-mathline">
-        <span class="prop-name">'mathline'</span></a> descriptor
+        <span class="property">'mathline'</span></a> descriptor
         within an <a
         href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">
         @font-face rule</a>. For horizontally oriented glyph
@@ -1228,7 +1228,7 @@
 </edit:with>
 
 <p>The following elements and attributes correspond to the
-<span class="prop-name">'src'</span> descriptor within an
+<span class="property">'src'</span> descriptor within an
 @font-face rule. (Refer to the descriptions of the
 <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions">@font-face rule</a> and
 <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-src">'src' descriptor</a>
@@ -1241,7 +1241,7 @@
 
 <p>The <a>'font-face-src'</a> element, together with the
 <a>'font-face-uri'</a> and <a>'font-face-format'</a> elements described in the
-following sections, correspond to the <span class='prop-name'>'src'</span>
+following sections, correspond to the <span class='property'>'src'</span>
 descriptor within an @font-face rule.  (Refer to the descriptions of the
 <a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions'>@font-face rule</a>
 and <a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#descdef-src'>'src' descriptor</a>
@@ -1294,7 +1294,7 @@
 element are used to specify the supported formats of the font referenced by that
 <a>'font-face-uri'</a> element.  They correspond to entries in a
 <span class='prop-value'>format(…)</span> clause of the
-<span class='prop-name'>'src'</span> descriptor in an @font-face rule.</p>
+<span class='property'>'src'</span> descriptor in an @font-face rule.</p>
 
 <div id="FontFaceFormatElement">
 <edit:elementsummary name='font-face-format'/>
@@ -1327,7 +1327,7 @@
 
 <p>The <a>'font-face-name'</a> element is used within a <a>'font-face-src'</a>
 element to reference a local font by name.  It corresponds to a <span class='prop-value'>local(…)</span>
-clause in an @font-face rule <span class='prop-name'>'src'</span> descriptor.</p>
+clause in an @font-face rule <span class='property'>'src'</span> descriptor.</p>
 
 <edit:elementsummary name='font-face-name'/>
 
@@ -1339,7 +1339,7 @@
     <dd>
       The <a>'name'</a> attribute specifies the name of a local font.  Unlike
       the syntax allowed between the parentheses of the <span class='prop-value'>local(…)</span>
-      clause in an @font-face rule <span class='prop-name'>'src'</span> descriptor,
+      clause in an @font-face rule <span class='property'>'src'</span> descriptor,
       the font name specified in this attribute is not surrounded in single or
       double quotes.  Refer to the description of the <a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#referencing'>'src' descriptor</a>
       in CSS2 for details on how the font name is interpreted
--- a/master/interact.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/interact.html	Thu May 10 10:18:00 2012 +0200
@@ -644,7 +644,7 @@
       <li>If the event type is one which the user agent associates with the evocation of special user-interface controls (e.g., a right-click or command-click evoking a context menu), the user agent should evoke such user-agent-specific behavior, such as presenting a context menu or controls to allow zooming and panning of an SVG document fragment.</li>
     </ol>
 
-<h2 id="PointerEventsProperty">The <span class="prop-name">'pointer-events'</span> property</h2>
+<h2 id="PointerEventsProperty">The <span class="property">'pointer-events'</span> property</h2>
     <p>In different circumstances, authors may want to control
     under what conditions particular graphic elements can become
     the target of pointer events. For example, the author might
@@ -689,7 +689,7 @@
     </ul>
     <div class="propdef">
       <dl>
-        <dt><span class="propdef-title prop-name">'pointer-events'</span></dt>
+        <dt><span class="propdef-title property">'pointer-events'</span></dt>
         <dd>
           <table summary="pointer-events property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -1012,11 +1012,11 @@
     a <a>'cursor element'</a> element, which can be
     used to define a platform-independent cursor.</p>
 
-<h3 id="CursorProperty">The <span class="prop-name">'cursor'</span> property</h3>
+<h3 id="CursorProperty">The <span class="property">'cursor'</span> property</h3>
 
     <div class="propdef">
       <dl>
-        <dt><span class="propdef-title prop-name">'cursor'</span></dt>
+        <dt><span class="propdef-title property">'cursor'</span></dt>
         <dd>
           <table summary="cursor property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -1111,7 +1111,7 @@
     </div>
     <p>The <a>'cursor property'</a> property for SVG
     is identical to the
-    <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/ui.html#propdef-cursor"><span class="prop-name">'cursor'</span>
+    <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/ui.html#propdef-cursor"><span class="property">'cursor'</span>
     property defined in CSS2</a>
     ([<a href="refs.html#ref-CSS2">CSS2</a>], section 18.1), with the
     additional requirement that SVG user agents must support cursors defined by
--- a/master/intro.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/intro.html	Thu May 10 10:18:00 2012 +0200
@@ -478,7 +478,7 @@
       <!--
       <dt id="TermPointer"><span class="SVG-TermDefine">pointer</span></dt>
       <dd>
-        <p>A pointer is a logical representation of a user-controlled interface interaction (such as moving an on-screen cursor with a mouse, keyboard, or other positioning device, or tapping a touch-screen), and functions as one or more points positioned at a specific coordinates within the viewport.  A pointer may or may not have an associated visual representation, such as a cursor or arrow icon (in contrast to the <span class='prop-value'>pointer</span> value of the <span class='prop-name'>'cursor'</span> <a href="intro.html#TermProperty">property</a>, which refers to a particular cursor style.).</p>  
+        <p>A pointer is a logical representation of a user-controlled interface interaction (such as moving an on-screen cursor with a mouse, keyboard, or other positioning device, or tapping a touch-screen), and functions as one or more points positioned at a specific coordinates within the viewport.  A pointer may or may not have an associated visual representation, such as a cursor or arrow icon (in contrast to the <span class='prop-value'>pointer</span> value of the <span class='property'>'cursor'</span> <a href="intro.html#TermProperty">property</a>, which refers to a particular cursor style.).</p>  
         <p>Multiple simultaneous pointers, such as with a touch-screen interface, may not be available in all environments, and are not defined in this specification.</p>  
         <p>Pointers may interact with <a href="#TermGraphicsElement">graphics elements</a> in different context-specific ways, which may be modified by different values of the <a href="interact.html#PointerEventsProperty">pointer-events</a> <a href="intro.html#TermProperty">property</a>.</p>  
       </dd>
--- a/master/linking.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/linking.html	Thu May 10 10:18:00 2012 +0200
@@ -90,7 +90,7 @@
       it an ID, as in:</p>
     <edit:example href="images/linking/05_07.xml" image="no" link="no">
     </edit:example><p>You then reference the linear gradient as the value of the
-      <a href="painting.html#FillProperty"><span class="prop-name">'fill'</span></a> property for the rectangle, as in the following example:</p>
+      <a href="painting.html#FillProperty"><span class="property">'fill'</span></a> property for the rectangle, as in the following example:</p>
     
     <edit:example href="images/linking/05_08.xml" image="no" link="no">
     </edit:example>
--- a/master/masking.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/masking.html	Thu May 10 10:18:00 2012 +0200
@@ -101,12 +101,12 @@
 user agent processing rules determine the initial clipping path which
 the user agent establishes for the SVG document fragment:</p>
 
-<h3 id="OverflowAndClipProperties">The <span class="prop-name">'overflow'</span>
-and <span class="prop-name">'clip'</span> properties</h3>
+<h3 id="OverflowAndClipProperties">The <span class="property">'overflow'</span>
+and <span class="property">'clip'</span> properties</h3>
 
     <div class="propdef">
       <dl>
-        <dt id="OverflowProperty"><span class="propdef-title prop-name">'overflow'</span></dt>
+        <dt id="OverflowProperty"><span class="propdef-title property">'overflow'</span></dt>
         <dd>
           <table summary="overflow property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -197,7 +197,7 @@
   for the purposes of visual rendering and the initial clipping path is set to
   the bounds of the initial <a href="coords.html#SVGViewport">viewport</a>.</li>
 
-  <li>The initial value for <span class="prop-name">'overflow'</span> as defined in [<a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/visufx.html#overflow">CSS2-overflow</a>] is 'visible', and this applies also to the root <a href="struct.html#SVGElement"><span class="element-name">'svg'</span></a> element;  however, for child elements of an SVG document, SVG's <a href="styling.html#UAStyleSheet">user agent style sheet</a> overrides this initial value and sets the <span class="prop-name">'overflow'</span> property on <a href="coords.html#ElementsThatEstablishViewports">elements that establish new viewports</a> (e.g., <a href="struct.html#SVGElement"><span class="element-name">'svg'</span></a> elements), <a href="pservers.html#PatternElement"><span class="element-name">'pattern'</span></a> elements and <a href="painting.html#MarkerElement"><span class="element-name">'marker'</span></a> elements to the value 'hidden'.</li>
+  <li>The initial value for <span class="property">'overflow'</span> as defined in [<a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/visufx.html#overflow">CSS2-overflow</a>] is 'visible', and this applies also to the root <a href="struct.html#SVGElement"><span class="element-name">'svg'</span></a> element;  however, for child elements of an SVG document, SVG's <a href="styling.html#UAStyleSheet">user agent style sheet</a> overrides this initial value and sets the <span class="property">'overflow'</span> property on <a href="coords.html#ElementsThatEstablishViewports">elements that establish new viewports</a> (e.g., <a href="struct.html#SVGElement"><span class="element-name">'svg'</span></a> elements), <a href="pservers.html#PatternElement"><span class="element-name">'pattern'</span></a> elements and <a href="painting.html#MarkerElement"><span class="element-name">'marker'</span></a> elements to the value 'hidden'.</li>
 
 </ul>
 
@@ -213,7 +213,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="ClipProperty"><span class="propdef-title prop-name">'clip'</span></dt>
+        <dt id="ClipProperty"><span class="propdef-title property">'clip'</span></dt>
         <dd>
           <table summary="clip property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -395,7 +395,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="ClipPathProperty"><span class="propdef-title prop-name">'clip-path'</span></dt>
+        <dt id="ClipPathProperty"><span class="propdef-title property">'clip-path'</span></dt>
         <dd>
           <table summary="clip-path property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -453,7 +453,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="ClipRuleProperty"><span class="propdef-title prop-name">'clip-rule'</span></dt>
+        <dt id="ClipRuleProperty"><span class="propdef-title property">'clip-rule'</span></dt>
         <dd>
           <table summary="clip-rule property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -540,7 +540,7 @@
     but not the element's inherent geometry. The bounding box of a clipped
     element (that is, an element which references a 
     <span class="element-name">'clipPath'</span> element via a
-    <span class="prop-name">'clip-path'</span> property, or a child of the 
+    <span class="property">'clip-path'</span> property, or a child of the 
     referencing element) must remain the same as if it were not clipped.
   </p>
 
@@ -770,7 +770,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="MaskProperty"><span class="propdef-title prop-name">'mask'</span></dt>
+        <dt id="MaskProperty"><span class="propdef-title property">'mask'</span></dt>
         <dd>
           <table summary="mask property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -824,7 +824,7 @@
 </edit:with>
 
 <h2 id="ObjectAndGroupOpacityProperties">Object and group opacity: the
-<span class="prop-name">'opacity'</span> property</h2>
+<span class="property">'opacity'</span> property</h2>
 
 <p>There are several opacity properties within SVG:</p>
 
@@ -850,7 +850,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="OpacityProperty"><span class="propdef-title prop-name">'opacity'</span></dt>
+        <dt id="OpacityProperty"><span class="propdef-title property">'opacity'</span></dt>
         <dd>
           <table summary="opacity property" class="propinfo"
           cellspacing="0" cellpadding="0">
--- a/master/painting.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/painting.html	Thu May 10 10:18:00 2012 +0200
@@ -69,7 +69,7 @@
     cellpadding="0">
       <tr valign="baseline">
         <td><span
-        class="prop-name">&lt;paint&gt;</span>:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+        class="property">&lt;paint&gt;</span>:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
         <td><span class="prop-value">none |<br />
          currentColor |<br />
          <a href="types.html#DataTypeColor">&lt;color&gt;</a>
@@ -91,7 +91,7 @@
       mechanism is provided to facilitate sharing of color
       attributes between parent grammars such as other (non-SVG)
       XML. This mechanism allows you to define a style in your HTML
-      which sets the <span class='prop-name'>'color'</span> property and then pass that style to
+      which sets the <span class='property'>'color'</span> property and then pass that style to
       the SVG user agent so that your SVG text will draw in the
       same color.</dd>
       <dt><strong>&lt;color&gt; [&lt;icccolor&gt;]</strong></dt>
@@ -151,7 +151,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="FillProperty"><span class="propdef-title prop-name">'fill'</span></dt>
+        <dt id="FillProperty"><span class="propdef-title property">'fill'</span></dt>
         <dd>
           <table summary="fill property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -210,7 +210,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="FillRuleProperty"><span class="propdef-title prop-name">'fill-rule'</span></dt>
+        <dt id="FillRuleProperty"><span class="propdef-title property">'fill-rule'</span></dt>
         <dd>
           <table summary="fill-rule property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -308,7 +308,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="FillOpacityProperty"><span class="propdef-title prop-name">'fill-opacity'</span></dt>
+        <dt id="FillOpacityProperty"><span class="propdef-title property">'fill-opacity'</span></dt>
         <dd>
           <table summary="fill-opacity property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -394,7 +394,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="StrokeProperty"><span class="propdef-title prop-name">'stroke'</span></dt>
+        <dt id="StrokeProperty"><span class="propdef-title property">'stroke'</span></dt>
         <dd>
           <table summary="stroke property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -537,7 +537,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="StrokeWidthProperty"><span class="propdef-title prop-name">'stroke-width'</span></dt>
+        <dt id="StrokeWidthProperty"><span class="propdef-title property">'stroke-width'</span></dt>
         <dd>
           <table summary="stroke-width property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -589,7 +589,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="StrokeLinecapProperty"><span class="propdef-title prop-name">'stroke-linecap'</span></dt>
+        <dt id="StrokeLinecapProperty"><span class="propdef-title property">'stroke-linecap'</span></dt>
         <dd>
           <table summary="stroke-linecap property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -649,7 +649,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="StrokeLinejoinProperty"><span class="propdef-title prop-name">'stroke-linejoin'</span></dt>
+        <dt id="StrokeLinejoinProperty"><span class="propdef-title property">'stroke-linejoin'</span></dt>
         <dd>
           <table summary="stroke-linejoin property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -709,7 +709,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="StrokeMiterlimitProperty"><span class="propdef-title prop-name">'stroke-miterlimit'</span></dt>
+        <dt id="StrokeMiterlimitProperty"><span class="propdef-title property">'stroke-miterlimit'</span></dt>
         <dd>
           <table summary="stroke-miterlimit property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -784,7 +784,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="StrokeDasharrayProperty"><span class="propdef-title prop-name">'stroke-dasharray'</span></dt>
+        <dt id="StrokeDasharrayProperty"><span class="propdef-title property">'stroke-dasharray'</span></dt>
         <dd>
           <table summary="stroke-dasharray property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -828,7 +828,7 @@
       </dl>
     </div>
 
-<p><span class="prop-name">'stroke-dasharray'</span> controls
+<p><span class="property">'stroke-dasharray'</span> controls
 the pattern of dashes and gaps used to stroke paths.
 <span class='prop-value'>&lt;dasharray&gt;</span> contains a
 list of comma and/or white space separated
@@ -865,7 +865,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="StrokeDashoffsetProperty"><span class="propdef-title prop-name">'stroke-dashoffset'</span></dt>
+        <dt id="StrokeDashoffsetProperty"><span class="propdef-title property">'stroke-dashoffset'</span></dt>
         <dd>
           <table summary="stroke-dashoffset property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -919,7 +919,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="StrokeOpacityProperty"><span class="propdef-title prop-name">'stroke-opacity'</span></dt>
+        <dt id="StrokeOpacityProperty"><span class="propdef-title property">'stroke-opacity'</span></dt>
         <dd>
           <table summary="stroke-opacity property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -1046,7 +1046,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="DisplayProperty"><span class="propdef-title prop-name">'display'</span></dt>
+        <dt id="DisplayProperty"><span class="propdef-title property">'display'</span></dt>
         <dd>
           <table summary="display property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -1137,7 +1137,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="VisibilityProperty"><span class="propdef-title prop-name">'visibility'</span></dt>
+        <dt id="VisibilityProperty"><span class="propdef-title property">'visibility'</span></dt>
         <dd>
           <table summary="visibility property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -1494,9 +1494,9 @@
 
     <div class="propdef">
       <dl>
-        <dt id="MarkerStartProperty"><span class='propdef-title prop-name'>'marker-start'</span></dt>
-        <dt id="MarkerMidProperty"><span class='propdef-title prop-name'>'marker-mid'</span></dt>
-        <dt id="MarkerEndProperty"><span class='propdef-title prop-name'>'marker-end'</span></dt>
+        <dt id="MarkerStartProperty"><span class='propdef-title property'>'marker-start'</span></dt>
+        <dt id="MarkerMidProperty"><span class='propdef-title property'>'marker-mid'</span></dt>
+        <dt id="MarkerEndProperty"><span class='propdef-title property'>'marker-end'</span></dt>
         <dd>
           <table summary="marker properties" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -1560,7 +1560,7 @@
 
     <div class="propdef">
       <dl>
-        <dt><span class="propdef-title prop-name">'marker'</span></dt>
+        <dt><span class="propdef-title property">'marker'</span></dt>
         <dd>
           <table summary="marker property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -1763,8 +1763,8 @@
 <h2 id="RenderingProperties">Rendering properties</h2>
 
 <h3 id="ColorInterpolationProperties">Color interpolation properties:
-<span class="prop-name">'color-interpolation'</span> and
-<span class="prop-name">'color-interpolation-filters'</span></h3>
+<span class="property">'color-interpolation'</span> and
+<span class="property">'color-interpolation-filters'</span></h3>
 
 <p>The SVG user agent performs color interpolations and compositing
 at various points as it processes SVG content. Two properties,
@@ -1837,7 +1837,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="ColorInterpolationProperty"><span class="propdef-title prop-name">'color-interpolation'</span></dt>
+        <dt id="ColorInterpolationProperty"><span class="propdef-title property">'color-interpolation'</span></dt>
         <dd>
           <table summary="color-interpolation property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -1916,7 +1916,7 @@
 
 		<div class="note">The definition of the 'color-interpolation-filters' property has been moved to the <a href="https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html">Filter Effects spec</a>.</div>
 
-<h3 id="ColorRenderingProperty">The <span class="prop-name">'color-rendering'</span> property</h3>
+<h3 id="ColorRenderingProperty">The <span class="property">'color-rendering'</span> property</h3>
 
 <p>The creator of SVG content might want to provide a hint
 to the implementation about how to make speed vs. quality
@@ -1935,7 +1935,7 @@
 
     <div class="propdef">
       <dl>
-        <dt><span class="propdef-title prop-name">'color-rendering'</span></dt>
+        <dt><span class="propdef-title property">'color-rendering'</span></dt>
         <dd>
           <table summary="color-rendering property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -1998,7 +1998,7 @@
   over rendering speed.</dd>
 </dl>
 
-<h3 id="ShapeRenderingProperty">The <span class="prop-name">'shape-rendering'</span> property</h3>
+<h3 id="ShapeRenderingProperty">The <span class="property">'shape-rendering'</span> property</h3>
 
 <p>The creator of SVG content might want to provide a hint to the
 implementation about what tradeoffs to make as it renders vector graphics
@@ -2008,7 +2008,7 @@
 
     <div class="propdef">
       <dl>
-        <dt><span class="propdef-title prop-name">'shape-rendering'</span></dt>
+        <dt><span class="propdef-title property">'shape-rendering'</span></dt>
         <dd>
           <table summary="shape-rendering property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -2078,7 +2078,7 @@
   precision over speed and crisp edges.</dd>
 </dl>
 
-<h3 id="TextRenderingProperty">The <span class="prop-name">'text-rendering'</span> property</h3>
+<h3 id="TextRenderingProperty">The <span class="property">'text-rendering'</span> property</h3>
 
 <p>The creator of SVG content might want to provide a hint to the
 implementation about what tradeoffs to make as it renders text. The
@@ -2086,7 +2086,7 @@
 
     <div class="propdef">
       <dl>
-        <dt><span class="propdef-title prop-name">'text-rendering'</span></dt>
+        <dt><span class="propdef-title property">'text-rendering'</span></dt>
         <dd>
           <table summary="text-rendering property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -2156,7 +2156,7 @@
   geometric precision to the rendering of path data.</dd>
 </dl>
 
-<h3 id="ImageRenderingProperty">The <span class="prop-name">'image-rendering'</span> property</h3>
+<h3 id="ImageRenderingProperty">The <span class="property">'image-rendering'</span> property</h3>
 
 <p>The creator of SVG content might want to provide a hint to the
 implementation about how to make speed vs. quality tradeoffs as it performs
@@ -2165,7 +2165,7 @@
 
     <div class="propdef">
       <dl>
-        <dt><span class="propdef-title prop-name">'image-rendering'</span></dt>
+        <dt><span class="propdef-title property">'image-rendering'</span></dt>
         <dd>
           <table summary="image-rendering property"
           class="propinfo" cellspacing="0" cellpadding="0">
--- a/master/propidx.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/propidx.html	Thu May 10 10:18:00 2012 +0200
@@ -132,15 +132,15 @@
           <td>depends on user agent</td>
           <td>elements to which properties <a
           href="painting.html#FillProperty"><span
-          class="prop-name">'fill'</span></a>, <a
+          class="property">'fill'</span></a>, <a
           href="painting.html#StrokeProperty"><span
-          class="prop-name">'stroke'</span></a>, <a
+          class="property">'stroke'</span></a>, <a
           href="pservers.html#StopColorProperty"><span
-          class="prop-name">'stop-color'</span></a>, <a
+          class="property">'stop-color'</span></a>, <a
           href="filters.html#FloodColorProperty"><span
-          class="prop-name">'flood-color'</span></a>, <a
+          class="property">'flood-color'</span></a>, <a
           href="filters.html#LightingColorProperty"><span
-          class="prop-name">'lighting-color'</span></a> apply</td>
+          class="property">'lighting-color'</span></a> apply</td>
           <td>yes</td>
           <td>N/A</td>
           <td><a
--- a/master/pservers.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/pservers.html	Thu May 10 10:18:00 2012 +0200
@@ -172,7 +172,7 @@
 
   <dl class="propdef-list-svg2">
 
-    <dt id="SolidColorProperty"><span class="propdef-title prop-name">'solid-color'</span></dt>
+    <dt id="SolidColorProperty"><span class="propdef-title property">'solid-color'</span></dt>
     <dd>
 
       <p>
@@ -201,7 +201,7 @@
       </dl>
     </dd>
 
-    <dt id="SolidOpacityProperty"><span class="propdef-title prop-name">'solid-opacity'</span></dt>
+    <dt id="SolidOpacityProperty"><span class="propdef-title property">'solid-opacity'</span></dt>
     <dd>
 
       <p>
@@ -1344,7 +1344,7 @@
 
   <dl class="propdef-list-svg2">
 
-    <dt id="StopColorProperty"><span class="propdef-title prop-name">'stop-color'</span></dt>
+    <dt id="StopColorProperty"><span class="propdef-title property">'stop-color'</span></dt>
     <dd>
 
       <p>
@@ -1373,7 +1373,7 @@
       </dl>
     </dd>
 
-    <dt id="StopOpacityProperty"><span class="propdef-title prop-name">'stop-opacity'</span></dt>
+    <dt id="StopOpacityProperty"><span class="propdef-title property">'stop-opacity'</span></dt>
     <dd>
 
       <p>
--- a/master/styling.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/styling.html	Thu May 10 10:18:00 2012 +0200
@@ -974,9 +974,9 @@
     <p>The second line of the above user agent style sheet will
     cause the <a>'svg/width'</a> and <a>'svg/height'</a>
     attributes on the <a>'svg'</a> element to be used as the
-    default values for the <span class="prop-name"><a
+    default values for the <span class="property"><a
     href="http://www.w3.org/TR/2008/REC-CSS2-20080411/visudet.html#propdef-width">
-    'width'</a></span> and <span class="prop-name"><a
+    'width'</a></span> and <span class="property"><a
     href="http://www.w3.org/TR/2008/REC-CSS2-20080411/visudet.html#propdef-height">
     'height'</a></span> properties during <a href='http://www.w3.org/TR/2008/REC-CSS2-20080411/visuren.html'>layout</a>
     ([<a href="refs.html#ref-CSS2">CSS2</a>], chapter 9).</p>
--- a/master/svg.idl	Wed May 09 21:26:32 2012 +0200
+++ b/master/svg.idl	Thu May 10 10:18:00 2012 +0200
@@ -5804,7 +5804,7 @@
                 SVGRenderingIntent { 
 
     /**
-     * Corresponds to descriptor <span class='prop-name'>src</span> within an
+     * Corresponds to descriptor <span class='property'>src</span> within an
      * &#64;color-profile rule.
      *
      * @setraises DOMException(NO_MODIFICATION_ALLOWED_ERR) Raised on an attempt
@@ -5813,7 +5813,7 @@
     attribute DOMString src setraises(DOMException);
 
     /**
-     * Corresponds to descriptor <span class='prop-name'>'name'</span> within an
+     * Corresponds to descriptor <span class='property'>'name'</span> within an
      * &#64;color-profile rule.
      *
      * @setraises DOMException(NO_MODIFICATION_ALLOWED_ERR) Raised on an attempt
--- a/master/text.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/text.html	Thu May 10 10:18:00 2012 +0200
@@ -1480,7 +1480,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id='WritingModeProperty'><span class="propdef-title prop-name">'writing-mode'</span></dt>
+        <dt id='WritingModeProperty'><span class="propdef-title property">'writing-mode'</span></dt>
         <dd>
           <table summary="writing-mode property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -1566,7 +1566,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="GlyphOrientationVerticalProperty"><span class="propdef-title prop-name">'glyph-orientation-vertical'</span></dt>
+        <dt id="GlyphOrientationVerticalProperty"><span class="propdef-title property">'glyph-orientation-vertical'</span></dt>
         <dd>
           <table summary="glyph-orientation-vertical property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -1726,7 +1726,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="GlyphOrientationHorizontalProperty"><span class="propdef-title prop-name">'glyph-orientation-horizontal'</span></dt>
+        <dt id="GlyphOrientationHorizontalProperty"><span class="propdef-title property">'glyph-orientation-horizontal'</span></dt>
         <dd>
           <table summary="glyph-orientation-horizontal property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -1846,13 +1846,13 @@
     Within
     <a href="intro.html#TermTextContentElement"><span class="svg-term">text content elements</span></a>,
     the alignment of text with regards to the 
-    <a href="#TextAnchorProperty"><span class="prop-name">'text-anchor'</span></a> property
+    <a href="#TextAnchorProperty"><span class="property">'text-anchor'</span></a> property
     is determined by the value of the
     <a href="text.html#DirectionProperty"><span class="attr-name">'direction'</span></a> 
     property.  For example, given a 
     <a href="text.html#TextElement"><span class="element-name">'text'</span></a> 
     element with a 
-    <a href="#TextAnchorProperty"><span class="prop-name">'text-anchor'</span></a>
+    <a href="#TextAnchorProperty"><span class="property">'text-anchor'</span></a>
     value of <span class="prop-value">"end"</span>, for a 
     <a href="text.html#DirectionProperty"><span class="attr-name">'direction'</span></a>
     value of <span class="prop-value">"ltr"</span>, the text will 
@@ -1881,8 +1881,8 @@
     determines the set of independent blocks within each of which
     it should apply the Unicode bidirectional algorithm. Each <a href="text.html#TextChunk">text chunk</a> represents an
     independent block of text. Additionally, any change in glyph
-      orientation due to processing of properties <a href="text.html#GlyphOrientationHorizontalProperty"><span class="prop-name">'glyph-orientation-horizontal'</span></a> or
-      <a href="text.html#GlyphOrientationVerticalProperty"><span class="prop-name">'glyph-orientation-vertical'</span></a> will
+      orientation due to processing of properties <a href="text.html#GlyphOrientationHorizontalProperty"><span class="property">'glyph-orientation-horizontal'</span></a> or
+      <a href="text.html#GlyphOrientationVerticalProperty"><span class="property">'glyph-orientation-vertical'</span></a> will
       subdivide the independent blocks of text further. After
     processing the Unicode bidirectional algorithm and properties
     <a href="text.html#DirectionProperty"><span class="attr-name">'direction'</span></a> and <a href="text.html#UnicodeBidiProperty"><span class="attr-name">'unicode-bidi'</span></a> on each of the
@@ -1900,7 +1900,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="DirectionProperty"><span class="propdef-title prop-name">'direction'</span></dt>
+        <dt id="DirectionProperty"><span class="propdef-title property">'direction'</span></dt>
         <dd>
           <table summary="direction property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -1962,7 +1962,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="UnicodeBidiProperty"><span class='propdef-title prop-name'>'unicode-bidi'</span></dt>
+        <dt id="UnicodeBidiProperty"><span class='propdef-title property'>'unicode-bidi'</span></dt>
         <dd>
           <table summary="unicode-bidi property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -2042,7 +2042,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id='TextAnchorProperty'><span class="propdef-title prop-name">'text-anchor'</span></dt>
+        <dt id='TextAnchorProperty'><span class="propdef-title property">'text-anchor'</span></dt>
         <dd>
           <table summary="text-anchor property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -2184,11 +2184,11 @@
     Tag" in the OpenType baseline table description.) The initial
     value of the <a
     href="text.html#AlignmentBaselineProperty"><span
-    class="prop-name">'alignment-baseline'</span></a> property uses
+    class="property">'alignment-baseline'</span></a> property uses
     the baseline identifier associated with the given glyph.
     Alternate values for <a
     href="text.html#AlignmentBaselineProperty"><span
-    class="prop-name">'alignment-baseline'</span></a> can be useful
+    class="property">'alignment-baseline'</span></a> can be useful
     for glyphs such as a "*" which are ambiguous with respect to
     script membership.</p>
     <p>The model assumes that the font from which the glyph is
@@ -2362,7 +2362,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="DominantBaselineProperty"><span class="propdef-title prop-name">'dominant-baseline'</span></dt>
+        <dt id="DominantBaselineProperty"><span class="propdef-title property">'dominant-baseline'</span></dt>
         <dd>
           <table summary="dominant-baseline property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -2542,7 +2542,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="AlignmentBaselineProperty"><span class="propdef-title prop-name">'alignment-baseline'</span></dt>
+        <dt id="AlignmentBaselineProperty"><span class="propdef-title property">'alignment-baseline'</span></dt>
         <dd>
           <table summary="alignment-baseline property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -2660,7 +2660,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="BaselineShiftProperty"><span class="propdef-title prop-name">'baseline-shift'</span></dt>
+        <dt id="BaselineShiftProperty"><span class="propdef-title property">'baseline-shift'</span></dt>
         <dd>
           <table summary="baseline-shift property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -2800,7 +2800,7 @@
     ([<a href="refs.html#ref-CSS2">CSS2</a>], section 1.3.2).</p>
     <div class="propdef">
       <dl>
-        <dt id="FontFamilyProperty"><span class="propdef-title prop-name">'font-family'</span></dt>
+        <dt id="FontFamilyProperty"><span class="propdef-title property">'font-family'</span></dt>
         <dd>
           <table summary="font-family property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -2855,7 +2855,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="FontStyleProperty"><span class="propdef-title prop-name">'font-style'</span></dt>
+        <dt id="FontStyleProperty"><span class="propdef-title property">'font-style'</span></dt>
         <dd>
           <table summary="font-style property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -2904,7 +2904,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="FontVariantProperty"><span class="propdef-title prop-name">'font-variant'</span></dt>
+        <dt id="FontVariantProperty"><span class="propdef-title property">'font-variant'</span></dt>
         <dd>
           <table summary="font-variant property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -2954,7 +2954,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="FontWeightProperty"><span class="propdef-title prop-name">'font-weight'</span></dt>
+        <dt id="FontWeightProperty"><span class="propdef-title property">'font-weight'</span></dt>
         <dd>
           <table summary="font-weight property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -3007,7 +3007,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="FontStretchProperty"><span class="propdef-title prop-name">'font-stretch'</span></dt>
+        <dt id="FontStretchProperty"><span class="propdef-title property">'font-stretch'</span></dt>
         <dd>
           <table summary="font-stretch property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -3060,7 +3060,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="FontSizeProperty"><span class="propdef-title prop-name">'font-size'</span></dt>
+        <dt id="FontSizeProperty"><span class="propdef-title property">'font-size'</span></dt>
         <dd>
           <table summary="font-size property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -3128,7 +3128,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="FontSizeAdjustProperty"><span class="propdef-title prop-name">'font-size-adjust'</span></dt>
+        <dt id="FontSizeAdjustProperty"><span class="propdef-title property">'font-size-adjust'</span></dt>
         <dd>
           <table summary="font-size-adjust property"
           class="propinfo" cellspacing="0" cellpadding="0">
@@ -3178,7 +3178,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="FontProperty"><span class="propdef-title prop-name">'font'</span></dt>
+        <dt id="FontProperty"><span class="propdef-title property">'font'</span></dt>
         <dd>
           <table summary="font property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -3233,10 +3233,10 @@
       </dl>
     </div>
     <p>Shorthand property for setting <a>'font-style'</a>, <a>'font-variant'</a>,
-    <a>'font-weight'</a>, <a>'font-size'</a>, <span class='prop-name'>'line-height'</span> and <a>'font-family'</a>.
-    The <span class='prop-name'>'line-height'</span> property has no effect on text layout in SVG.
+    <a>'font-weight'</a>, <a>'font-size'</a>, <span class='property'>'line-height'</span> and <a>'font-family'</a>.
+    The <span class='property'>'line-height'</span> property has no effect on text layout in SVG.
     For the purposes of the <a>'font property'</a>
-    property, <span class='prop-name'>'line-height'</span> is assumed to be equal to the value of
+    property, <span class='property'>'line-height'</span> is assumed to be equal to the value of
     the <a>'font-size'</a> property. <a
     href="conform.html#ConformingSVGViewers">Conforming SVG
     Viewers</a> are not required to support the various system font
@@ -3268,7 +3268,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="KerningProperty"><span class="propdef-title prop-name">'kerning'</span></dt>
+        <dt id="KerningProperty"><span class="propdef-title property">'kerning'</span></dt>
         <dd>
           <table summary="kerning property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -3342,7 +3342,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="LetterSpacingProperty"><span class="propdef-title prop-name">'letter-spacing'</span></dt>
+        <dt id="LetterSpacingProperty"><span class="propdef-title property">'letter-spacing'</span></dt>
         <dd>
           <table summary="letter-spacing property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -3407,7 +3407,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="WordSpacingProperty"><span class="propdef-title prop-name">'word-spacing'</span></dt>
+        <dt id="WordSpacingProperty"><span class="propdef-title property">'word-spacing'</span></dt>
         <dd>
           <table summary="word-spacing property" class="propinfo"
           cellspacing="0" cellpadding="0">
@@ -3473,7 +3473,7 @@
 
     <div class="propdef">
       <dl>
-        <dt id="TextDecorationProperty"><span class="propdef-title prop-name">'text-decoration'</span></dt>
+        <dt id="TextDecorationProperty"><span class="propdef-title property">'text-decoration'</span></dt>
         <dd>
           <table summary="text-decoration property"
           class="propinfo" cellspacing="0" cellpadding="0">
--- a/master/types.html	Wed May 09 21:26:32 2012 +0200
+++ b/master/types.html	Thu May 10 10:18:00 2012 +0200
@@ -452,7 +452,7 @@
   <dd>
     <p>
       A &lt;list-of-family-names&gt; is a list of font family names using the same syntax
-      as the <a href='text.html#FontFamilyProperty'><span class='prop-name'>'font-family'</span></a>
+      as the <a href='text.html#FontFamilyProperty'><span class='property'>'font-family'</span></a>
       property, excluding the &lt;generic-family&gt; and <span class='attr-value'>'inherit'</span>
       values.
     </p>