- From: SVG Working Group repository <cam@mcc.id.au>
- Date: Thu, 17 Jan 2013 20:57:55 -0800
- To: public-svg-wg@w3.org
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><angle></a> </td> + <td><a><angle></a> | <a><number></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><angle></a> </td> + <td>auto | <a><angle></a> | <a><number></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