- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Thu, 10 Apr 2014 13:42:39 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/71b3b40f103a branches: changeset: 663:71b3b40f103a user: Cameron McCormack <cam@mcc.id.au> date: Fri Apr 11 06:42:21 2014 +1000 description: Fixes for pubrules. diffstat: specs/integration/master/Overview.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diffs (38 lines): diff --git a/specs/integration/master/Overview.html b/specs/integration/master/Overview.html --- a/specs/integration/master/Overview.html +++ b/specs/integration/master/Overview.html @@ -753,30 +753,34 @@ the image from shades of yellow to shade in the smile. Time-based (as opposed to interactivity-based) declarative animation is supported if the left eye is winking.</p> <table class="ref_modes"> <tbody> <tr> <th>object</th> <th>iframe</th> + <!-- <th>embed</th> + --> <th>img</th> <th>CSS background</th> </tr> <tr> <td> <object class="embedcontext" type="image/svg+xml" data="smiley.svg">Please use FF1.5+, Opera 9+, WebKit/Safari3.0, or IE with an SVG plugin!</object> </td> <td> <iframe class="embedcontext" src="smiley.svg" style="border: 0">Please use FF1.5+, Opera 9+, WebKit/Safari3.0, or IE with an SVG plugin!</iframe> </td> + <!-- <td> <embed class="embedcontext" src="smiley.svg" type="image/svg+xml"> </td> + --> <td> <img class="embedcontext" alt="smiley face" src="smiley.svg" /> </td> <td><div class="bg"> </div></td> </tr> </tbody> </table> </div>
Received on Thursday, 10 April 2014 20:43:12 UTC