From 413579c708aca0a79de8f5a7e833e5b495851b94 Mon Sep 17 00:00:00 2001 From: maks feltrin Date: Fri, 19 Aug 2016 15:03:43 +0200 Subject: [PATCH] fix flex-video docs w3c validation - frameborder is obsolete and not valid in htnl5 - webkitAllowFullScreen and mozAllowFullScreen are not valid attributes --- docs/pages/flex-video.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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
- +
``` -- 2.47.2