Skip to content

Commit 25a8772

Browse files
XhmikosRTrott
authored andcommitted
Fix iframe HTML validation errors.
1 parent b533fcd commit 25a8772

4 files changed

Lines changed: 8 additions & 10 deletions

File tree

layouts/css/_base.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,6 @@ blockquote
8686
background-color rgba(0, 0, 0, 0.14)
8787
content ''
8888
display block
89+
90+
iframe
91+
border none

locale/en/blog/video/bert-belder-libuv-lxjs-2012.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ Node core committer Bert Belder gave a talk at
1111
asynchronous I/O across platforms, then you should definitely watch
1212
this video.
1313

14-
<iframe width="640" height="360"
15-
src="https://www.youtube.com/embed/nGn60vDSxQ4" frameborder="0"
16-
allowfullscreen></iframe>
14+
<iframe width="640" height="360" src="https://www.youtube.com/embed/nGn60vDSxQ4" allowfullscreen></iframe>

locale/en/blog/video/bryan-cantrill-instrumenting-the-real-time-web.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Bryan Cantrill, VP of Engineering at Joyent, describes the challenges of instrum
1212

1313
This talk was given at Velocity Conf in 2011.
1414

15-
<iframe width="640" height="360"
16-
src="https://www.youtube.com/embed/F5jCXdTYJYc" frameborder="0"
17-
allowfullscreen></iframe>
15+
<iframe width="640" height="360" src="https://www.youtube.com/embed/F5jCXdTYJYc" allowfullscreen></iframe>
1816

19-
<iframe src="https://slideshare.net/slideshow/embed_code/key/DVu5NQDhPXN709" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://slideshare.net/bcantrill/instrumenting-the-realtime-web" title="Instrumenting the real-time web" target="_blank">Instrumenting the real-time web</a> </strong> from <strong><a href="//www.slideshare.net/bcantrill" target="_blank">bcantrill</a></strong> </div>
17+
<iframe src="https://slideshare.net/slideshow/embed_code/key/DVu5NQDhPXN709" width="595" height="485" style="border:1px solid #ccc; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="https://slideshare.net/bcantrill/instrumenting-the-realtime-web" title="Instrumenting the real-time web" target="_blank">Instrumenting the real-time web</a> </strong> from <strong><a href="//www.slideshare.net/bcantrill" target="_blank">bcantrill</a></strong> </div>

locale/en/blog/video/welcome-to-the-node-blog.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ layout: blog-post.hbs
1111
Since Livejournal is disintegrating into Russian spam, I'm moving my technical blog to http://blog.nodejs.org/. I hope to do frequent small posts about what's going on in Node development and include posts from other core Node developers. Please subscribe to the RSS feed.
1212

1313
To avoid making this post completely devoid of content, here is a new video from a talk I gave at the SF PHP group tastefully produced by <A href="http://marakana.com/forums/java/general/278.html">Marakana</a>:
14-
<iframe width="640" height="360"
15-
src="https://www.youtube.com/embed/jo_B4LTHi3I" frameborder="0"
16-
allowfullscreen></iframe>
14+
15+
<iframe width="640" height="360" src="https://www.youtube.com/embed/jo_B4LTHi3I" allowfullscreen></iframe>

0 commit comments

Comments
 (0)