Add a means to register a bug.
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=21768
--- a/webvtt/webvtt.html Mon Apr 15 11:44:50 2013 +1000
+++ b/webvtt/webvtt.html Mon May 13 20:32:53 2013 +1000
@@ -84,7 +84,11 @@
additionalHeaderContent: "",
};
</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;
}
@@ -168,6 +172,12 @@
margin-bottom: 0.25em;
clear: left;
}
+ /* fix bug entry form styling */
+ body > form {
+ padding: 4px;
+ border: 1px solid red;
+ background-color: white;
+ }
</style>
</head>
<!-- v2 feature requests:
@@ -195,6 +205,11 @@
<section id='abstract'>
<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>