[EME] Eliminate insecure content warnings.
authorDavid Dorwin <ddorwin@google.com>
Mon, 06 May 2013 15:58:12 -0700
changeset 113 90e028ed59a1
parent 112 9ff5e42736b6
child 114 e9d2c241d472
[EME] Eliminate insecure content warnings.
encrypted-media/encrypted-media.html
encrypted-media/encrypted-media.xml
encrypted-media/video-working-draft.css
--- a/encrypted-media/encrypted-media.html	Mon May 06 14:57:20 2013 -0700
+++ b/encrypted-media/encrypted-media.html	Mon May 06 15:58:12 2013 -0700
@@ -17,7 +17,7 @@
   </head>
   <body>
     <div class="head">
-      <p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48"></a></p>
+      <p><a href="http://www.w3.org/"><img src="https://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48"></a></p>
       <h1>Encrypted Media Extensions</h1>
       <h2 id="draft-date">W3C Editor's Draft 4 May 2013</h2>
       <dl>
--- a/encrypted-media/encrypted-media.xml	Mon May 06 14:57:20 2013 -0700
+++ b/encrypted-media/encrypted-media.xml	Mon May 06 15:58:12 2013 -0700
@@ -16,7 +16,7 @@
   </head>
   <body>
     <div class="head">
-      <p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48" /></a></p>
+      <p><a href="http://www.w3.org/"><img src="https://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48" /></a></p>
       <h1>Encrypted Media Extensions</h1>
       <h2 id="draft-date">W3C Editor's Draft 4 May 2013</h2>
       <dl>
--- a/encrypted-media/video-working-draft.css	Mon May 06 14:57:20 2013 -0700
+++ b/encrypted-media/video-working-draft.css	Mon May 06 15:58:12 2013 -0700
@@ -115,26 +115,5 @@
 
 .glyph.control { color: red; }
 
-   @font-face {
-     font-family: 'Essays1743';
-     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743.ttf');
-   }
-   @font-face {
-     font-family: 'Essays1743';
-     font-weight: bold;
-     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Bold.ttf');
-   }
-   @font-face {
-     font-family: 'Essays1743';
-     font-style: italic;
-     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Italic.ttf');
-   }
-   @font-face {
-     font-family: 'Essays1743';
-     font-style: italic;
-     font-weight: bold;
-     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
-   }
-
 
 .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }