From: maks feltrin Date: Fri, 19 Aug 2016 13:03:43 +0000 (+0200) Subject: fix flex-video docs w3c validation X-Git-Tag: v6.2.4-rc1~2^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9127%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix flex-video docs w3c validation - frameborder is obsolete and not valid in htnl5 - webkitAllowFullScreen and mozAllowFullScreen are not valid attributes --- diff --git a/docs/pages/flex-video.md b/docs/pages/flex-video.md index 68fd1fb7a..c334e61d1 100644 --- a/docs/pages/flex-video.md +++ b/docs/pages/flex-video.md @@ -8,7 +8,7 @@ Embedded videos won't maintain their aspect ratio as the width of the screen cha ```html_example
- +
``` @@ -18,7 +18,7 @@ The default ratio is 4:3. Add the `.widescreen` class to change it to 16:9. ```html_example
- +
``` @@ -28,6 +28,6 @@ Embedded Vimeo videos are special snowflakes of their own. Add the `.vimeo` clas ```html_example
- +
```