svg2: Mention that SVG Fonts are going away.

details:   https://svgwg.org/hg/svg2/rev/37859101da13
branches:  
changeset: 604:37859101da13
user:      Cameron McCormack <cam@mcc.id.au>
date:      Tue Feb 04 16:18:02 2014 +1100
description:
Mention that SVG Fonts are going away.

diffstat:

 master/fonts.html |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (26 lines):

diff --git a/master/fonts.html b/master/fonts.html
--- a/master/fonts.html
+++ b/master/fonts.html
@@ -9,16 +9,22 @@
   <!--
   <link rel="alternate stylesheet" title="CSS3 Unmodified"       type="text/css" media="screen" href="style/default.css"/>
   <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>
 
+<p class='issue'>SVG Fonts and this chapter are to be removed. Any wording from
+this chapter that describes how WOFF support is mandated, or how CSS Fonts
+functionality like <code>@font-face</code> can be used to reference Web fonts is
+to be moved, probably into the Text chapter.  An informative reference to the
+SVG-in-OpenType work will probably be added too.</p>
+
 <h1>Fonts</h1>
 
 <div class="annotation svg2-requirement">
   <table>
     <tr>
       <th>SVG 2 Requirement:</th>
       <td>Include explicit support for Web Open Font Format (WOFF).</td>
     </tr>

Received on Tuesday, 4 February 2014 05:20:21 UTC