Is it possible to cross-browser style the controls of a browser-native video such as video from HTML5\'s video tag?
I do not understand if it is possible or not, I c
You can style native controls in some browsers, using shadow DOM. Enable shadow dom in debug inspector settings:
http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/
HTML5 Video Controls - make larger?