- From: CVS User egraff <cvsmail@w3.org>
- Date: Mon, 02 Jun 2014 17:30:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv16214
Modified Files:
html-polyglot-disposition-comments.html
Log Message:
split into two tables showing LC1 and LC2 comments
--- /sources/public/html5/html-polyglot/html-polyglot-disposition-comments.html 2014/06/02 16:30:56 1.1
+++ /sources/public/html5/html-polyglot/html-polyglot-disposition-comments.html 2014/06/02 17:30:16 1.2
@@ -88,6 +88,27 @@
tr.odd {
background-color: #e6e6e6;
}
+ .issue {
+ width:7%;
+ }
+ .title{
+ width:21%;
+ }
+ .date{
+ width:8%;
+ }
+ .commentor{
+ width:10%;
+ }
+ .status{
+ width:14%;
+ }
+ .response{
+ width:30%;
+ }
+ .satisfaction{
+ width:14%;
+ }
</style>
@@ -133,8 +154,9 @@
<h2>Disposition of Comments:</h2>
- <table id='_issues' title='List of issues'>
- <thead>
+ <p>The following bugs were logged during the Last Call period, 04 February 2014 through 25 February 2014.</p>
+ <table id='_issues' title='List of issues'>
+ <thead>
<tr>
<th>Bug ID or Issue Number</th>
<th>Title of Issue or Bug</th>
@@ -147,6 +169,57 @@
</thead>
<tbody>
<tr class="odd closed">
+ <td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24206">24206</a></td>
+ <td class='title'><[CDATA[ missing !</td>
+ <td class='date'>2014-01-04</td>
+ <td class='commentor'>kosmo.zb@gmail.com</td>
+ <td class='status'>RESOLVED FIXED</td>
+ <td class="response agree">Fixed in all places mentioned (and one more)</td>
+ <td class="satisfaction agree">Yes</td>
+ </tr>
+ <tr class="even closed">
+ <td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24229">24229</a></td>
+ <td class='title'>Replace "non-normative" with "informative"</td>
+ <td class='date'>2014-01-08</td>
+ <td class='commentor'>Leif Halvard Silli</td>
+ <td class='status'>RESOLVED WONTFIX</td>
+ <td class="response agree">Language is by design in ReSpec</td>
+ <td class="satisfaction agree">Yes</td>
+ <tr class="odd closed">
+ <td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24451">24451</a></td>
+ <td class='title'>editorial comments on LCWD</td>
+ <td class='date'>2014-01-31</td>
+ <td class='commentor'>Liam R E Quin</td>
+ <td class='status'>RESOLVED FIXED</td>
+ <td class="response agree">Many many, many editorial changes. Rejected a few.</td>
+ <td class="satisfaction agree">Yes</td>
+ </tr>
+ <tr class="even closed">
+ <td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24605">24605</a></td>
+ <td class='title'>Make the use of <table border="1"> RECOMMENDED default in polyglot/robust documents and tools</td>
+ <td class='date'>2014-02-10</td>
+ <td class='commentor'>Leif Halvard Silli</td>
+ <td class='status'>RESOLVED WONTFIX</td>
+ <td class="response agree">Outside scope of polyglot.</td>
+ <td class="satisfaction agree">Yes</td>
+ </tbody>
+ </table>
+ <p>The following bugs were logged during the LC1 period.</p>
+
+ <table id='Table2' title='List of issues'>
+ <thead>
+ <tr>
+ <th>Bug ID or Issue Number</th>
+ <th>Title of Issue or Bug</th>
+ <th>Date commented or date bug opened</th>
+ <th>Commenter or person opening bug</th>
+ <th>Status</th>
+ <th>Resolution</th>
+ <th>Satisfaction</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr class="odd closed">
<td class='issue'><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=9961">9961</a></td>
<td class='title'>View Source: Please base the markup of the polyglot spec on the polyglot spec</td>
<td class='date'>2010-06-20 </td>
@@ -562,7 +635,7 @@
</tbody>
</table>
- <p>*Bugs and comments filed after 21 June 2012 occur after the Last Call deadline.</p>
+ <p>*Bugs and comments filed after 25 February 2014 occur after the Last Call deadline.</p>
<br>
<address>
Eliot Graff (<a href='mailto:eliotgra@microsoft.com'>eliotgra@microsoft.com</a>)
Received on Monday, 2 June 2014 17:30:17 UTC