- From: CVS User spfeiffe <cvsmail@w3.org>
- Date: Mon, 13 May 2013 10:34:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv16395 Modified Files: Overview.html Log Message: Add bug entry form --- /sources/public/html5/webvtt/Overview.html 2013/04/15 00:30:01 1.64 +++ /sources/public/html5/webvtt/Overview.html 2013/05/13 10:34:59 1.65 @@ -10,7 +10,11 @@ <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script> --> - <style> + <!-- script to register bugs --> + <script src="http://dvcs.w3.org/hg/webcomponents/raw-file/tip/assets/scripts/bug-assist.js"></script> + <meta name="bug.short_desc" content="[WebVTT] "> + <meta name="bug.product" content="TextTracks CG"> + <meta name="bug.component" content="WebVTT"> <style> pre { white-space: pre-wrap; } @@ -94,6 +98,12 @@ margin-bottom: 0.25em; clear: left; } + /* fix bug entry form styling */ + body > form { + padding: 4px; + border: 1px solid red; + background-color: white; + } </style> <style>/***************************************************************** * ReSpec 3 CSS @@ -272,7 +282,7 @@ </p> <h1 class="title" id="title">WebVTT: The Web Video Text Tracks Format</h1> - <h2 id="draft-community-group-specification-15-april-2013">Draft Community Group Specification 15 April 2013</h2> + <h2 id="draft-community-group-specification-13-may-2013">Draft Community Group Specification 13 May 2013</h2> <dl> @@ -310,6 +320,10 @@ <section id="abstract" class="introductory"><h2>Abstract</h2> <p>This is the specification of WebVTT, the Web Video Text Tracks format. </p> + + <p>If you wish to make comments or file bugs regarding this document in a manner + that is tracked by the W3C, please submit them via <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=TextTracks%20CG&component=WebVTT&short_desc=%5BWebVTT%5D%20">our + public bug database</a>.</p> </section><section id="sotd" class="introductory"><h2>Status of This Document</h2> <p> This specification was published by the <a href="http://www.w3.org/community/texttracks/">Text Tracks Community Group</a>. @@ -4445,4 +4459,4 @@ </section> -</body></html> \ No newline at end of file +<form style="position: fixed; width: 10em; top: 1em; right: 1em; font-family: Tahoma, sans-serif; font-size: 11px; opacity: 0.8; text-align: right; " action="//www.w3.org/Bugs/Public/enter_bug.cgi" target="_blank">See a problem? Select text and <input type="submit" accesskey="f" style="font-family: Tahoma, sans-serif; font-size: 10px; " value="file a bug"><input type="hidden" name="comment" value=""><input type="hidden" name="short_desc" value="[WebVTT] "><input type="hidden" name="product" value="TextTracks CG"><input type="hidden" name="component" value="WebVTT">.</form></body></html> \ No newline at end of file
Received on Monday, 13 May 2013 10:35:04 UTC