svg2: Fixes for pubrules.

details:   https://svgwg.org/hg/svg2/rev/e0bbf643bfb5
branches:  
changeset: 662:e0bbf643bfb5
user:      Cameron McCormack <cam@mcc.id.au>
date:      Fri Apr 11 06:36:24 2014 +1000
description:
Fixes for pubrules.

diffstat:

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

diffs (26 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
@@ -762,20 +762,20 @@ animation is supported if the left eye i
       <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" frameborder="0">Please use FF1.5+, Opera 9+, WebKit/Safari3.0, or IE with an SVG plugin!</iframe>
+        <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"></embed>
+        <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">&#xA0;</div></td>
     </tr>
   </tbody>
 </table>

Received on Thursday, 10 April 2014 20:38:44 UTC