-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reflow understanding - Video size & location #445
Comments
There should be a W3C WAI examples youtube account for these - there is a WAI youtube channel but that seems to be all marketing. Perhaps there is already a utility channel available? |
In some ways things like videos and pictures are managed in responsive
design. People change sizes to fit in media queries... sometimes it looks
bad. Videos that run off the screen are not functional, but how often will
they occur in a responsive site. Am I missing something?
Best, Wayne
…On Mon, Aug 13, 2018 at 6:20 AM Andrew Kirkpatrick ***@***.***> wrote:
There should be a W3C WAI examples youtube account for these - there is a
WAI youtube channel but that seems to be all marketing. Perhaps there is
already a utility channel available?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#445 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AH0OF6s9BJk0s01aBuE_6WbZL9r3Yni1ks5uQX0agaJpZM4V5q_j>
.
|
They should be managed, in the understanding doc though there is a video which is partially hidden. Given the content of the understanding doc, that is... ironic. It's a simple fix from a CSS point of view, but need to track down the best place to make it. |
For CSS, I think it should be in https://github.com/w3c/wcag/blob/master/understanding/understanding.css. On the whole I think videos should be stored in the repo, it's only the first time that it's a big download. Storing outside the repo risks linkrot. I would either decide vieeos are "images" and put it in the "img" directory of Understanding, or create a "video" directory in Understanding. |
That one example is actually two files, mp4 & ogv to get browser coverage. They are about 9-10MB each, so 20MB just for the one video, and we'd like to include more. That multiplies up real quick. Is there not a more suitable place for video content? Where does @yatil and the EO folk put them? It looks like youtube, which might be overkill, but better than putting it in git. |
@alastc We currently use youtube and serve it through an instance of Able Player, see https://www.w3.org/WAI/perspective-videos/keyboard/ We need to check with @slhenry to see if we want to have a separate account for this. |
I've pinged Shawn, will see if there are any general options. |
I've created a separate YouTube channel to house the videos for Understanding WCAG. /me interested that AWK considers the main WAI YouTube channel videos as "marketing", rather than introducing web accessibility, WCAG, etc.; advocating for web accessibility; and educating on benefits of web accessibility. ) |
Thanks Shawn, @yatil I can see the instructions on the Able player site, presumably we can reference the same script sources as you do, is there anything else we need to worry about? If you live in the corporate world, anything trying to get to new audiences is 'marketing', we aren't used to the concept of outreach/education ;-) |
@alastc Yes, this should work, but we keep updating the able player source occasionally, so stuff might break accidentally when you refer to our copy (I don’t think that that will happen, however, it seems pretty stable.) |
This issue looks as if it's resolved. The video resizes as it should do and I'm going to assume that @alastc is okay with the hosting arrangement. |
Just noticed that the styles don't cope with the video content very well, demonstrated in the Reflow understanding doc.
The CSS for that would be simple, something like:
video { max-width: 100%;}
But where does that belong?
Also, @michael-n-cooper is there a folder we can put these video files in? (Currently on my site.) I'd rather not put them in git, everyone downloading the repo will have them added to the file size...
The text was updated successfully, but these errors were encountered: