Skip to content
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

Closed
alastc opened this issue Aug 12, 2018 · 11 comments
Closed

Reflow understanding - Video size & location #445

alastc opened this issue Aug 12, 2018 · 11 comments

Comments

@alastc
Copy link
Contributor

alastc commented Aug 12, 2018

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...

@awkawk
Copy link
Member

awkawk commented Aug 13, 2018

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?

@WayneEDick
Copy link
Contributor

WayneEDick commented Aug 13, 2018 via email

@alastc
Copy link
Contributor Author

alastc commented Aug 13, 2018

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.

@michael-n-cooper
Copy link
Member

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.

@alastc
Copy link
Contributor Author

alastc commented Aug 24, 2018

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.

@yatil
Copy link
Contributor

yatil commented Aug 25, 2018

@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.

@alastc
Copy link
Contributor Author

alastc commented Sep 11, 2018

I've pinged Shawn, will see if there are any general options.

@shawna-slh
Copy link
Contributor

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. )

@alastc
Copy link
Contributor Author

alastc commented Sep 12, 2018

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 ;-)

@yatil
Copy link
Contributor

yatil commented Sep 12, 2018

@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.)

@fstrr
Copy link
Contributor

fstrr commented May 3, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants