- From: <bugzilla@jessica.w3.org>
- Date: Tue, 12 Oct 2010 21:04:33 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10642 --- Comment #50 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> 2010-10-12 21:04:32 UTC --- (In reply to comment #49) > (In reply to comment #44) > I would, however, think that introduction of a new element inside the video > element is overkill. I was simply thinking of the following as being > sufficient: > > <video src="video.ogv" poster="image.png" posteralt="Ian Hickson - editor of > HTML5 spec" title="a video about HTML5" controls> > </video> > The descriptive and transcriptive texts are very important, but they are for > after you have made the decision to consume the video. The alt texts are input > into making the decision to view the video, just like the poster is for people > with sight. Instead of a new @posteralt, how about simply @alt? <video src="video.ogv" poster="image.png" alt="Ian Hickson - editor of HTML5 spec" title="a video about HTML5" controls> </video> Video@alt would not need to be direcly linked to the poster, specificly - it should play the same role: be a text whichs offers intput into making the decision to view the video. To reuse @alt would proably make it simpler to implement in existing user agents. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Tuesday, 12 October 2010 21:04:35 UTC