svg2: Missed one <angle> fixup.

details:   https://svgwg.org/hg/svg2/rev/ed66ef437753
branches:  
changeset: 425:ed66ef437753
user:      Cameron McCormack <cam@mcc.id.au>
date:      Fri Jan 18 15:56:23 2013 +1100
description:
Missed one <angle> fixup.

diffstat:

 master/propidx.html |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (33 lines):

diff --git a/master/propidx.html b/master/propidx.html
--- a/master/propidx.html
+++ b/master/propidx.html
@@ -358,27 +358,27 @@ other specifications.</p>
           <td><a>text content elements</a></td>
           <td>yes</td>
           <td>N/A</td>
           <td><a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/media.html#visual-media-group">visual</a></td>
           <td>yes</td>
         </tr>
         <tr>
           <th><a>'glyph-orientation-horizontal'</a></th>
-          <td><a>&lt;angle&gt;</a> </td>
+          <td><a>&lt;angle&gt;</a> | <a>&lt;number&gt;</a></td>
           <td>0deg</td>
           <td><a>text content elements</a></td>
           <td>yes</td>
           <td>N/A</td>
           <td><a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/media.html#visual-media-group">visual</a></td>
           <td>no</td>
         </tr>
         <tr>
           <th><a>'glyph-orientation-vertical'</a></th>
-          <td>auto | <a>&lt;angle&gt;</a> </td>
+          <td>auto | <a>&lt;angle&gt;</a> | <a>&lt;number&gt;</a></td>
           <td>auto</td>
           <td><a>text content elements</a></td>
           <td>yes</td>
           <td>N/A</td>
           <td><a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/media.html#visual-media-group">visual</a></td>
           <td>no</td>
         </tr>
         <tr>

Received on Friday, 18 January 2013 04:58:18 UTC