(Cosmetic changes only)
Break each section of the task board out into its own table to improve readability and style. Suggested by: wollman Combine two sentences into one.
This commit is contained in:
parent
627d0b1585
commit
3695c4aad1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13774
1 changed files with 73 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.48 2002/08/03 01:51:23 mike Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.49 2002/08/03 02:28:36 mike Exp $">
|
||||
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
|
||||
<!ENTITY email 'standards'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -168,6 +168,20 @@
|
|||
<td> &status.new; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
</table><br><br>
|
||||
|
||||
<table border="3" cellpadding="2" cellspacing="0" width="615">
|
||||
<tr>
|
||||
<th rowspan="2" class="heading"> Task </th>
|
||||
<th rowspan="2" class="heading"> Responsible </th>
|
||||
<th rowspan="2" class="heading"> Last Updated </th>
|
||||
<th colspan="2" class="heading"> Status </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="heading"> 5.0 </th>
|
||||
<th class="heading"> 4.x </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="5" class="section"> Functions and System Calls </td>
|
||||
|
@ -429,6 +443,20 @@
|
|||
<td> &status.new; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
</table><br><br>
|
||||
|
||||
<table border="3" cellpadding="2" cellspacing="0" width="615">
|
||||
<tr>
|
||||
<th rowspan="2" class="heading"> Task </th>
|
||||
<th rowspan="2" class="heading"> Responsible </th>
|
||||
<th rowspan="2" class="heading"> Last Updated </th>
|
||||
<th colspan="2" class="heading"> Status </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="heading"> 5.0 </th>
|
||||
<th class="heading"> 4.x </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="5" class="section"> Headers </td>
|
||||
|
@ -613,6 +641,20 @@
|
|||
<td> &status.new; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
</table><br><br>
|
||||
|
||||
<table border="3" cellpadding="2" cellspacing="0" width="615">
|
||||
<tr>
|
||||
<th rowspan="2" class="heading"> Task </th>
|
||||
<th rowspan="2" class="heading"> Responsible </th>
|
||||
<th rowspan="2" class="heading"> Last Updated </th>
|
||||
<th colspan="2" class="heading"> Status </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="heading"> 5.0 </th>
|
||||
<th class="heading"> 4.x </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="5" class="section"> Miscellaneous </td>
|
||||
|
@ -642,6 +684,20 @@
|
|||
<td> &status.new; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
</table><br><br>
|
||||
|
||||
<table border="3" cellpadding="2" cellspacing="0" width="615">
|
||||
<tr>
|
||||
<th rowspan="2" class="heading"> Task </th>
|
||||
<th rowspan="2" class="heading"> Responsible </th>
|
||||
<th rowspan="2" class="heading"> Last Updated </th>
|
||||
<th colspan="2" class="heading"> Status </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="heading"> 5.0 </th>
|
||||
<th class="heading"> 4.x </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="5" class="section"> Utility Conformance </td>
|
||||
|
@ -1128,12 +1184,25 @@
|
|||
<td> &status.new; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
</table><br><br>
|
||||
|
||||
<table border="3" cellpadding="2" cellspacing="0" width="615">
|
||||
<tr>
|
||||
<th rowspan="2" class="heading"> Task </th>
|
||||
<th rowspan="2" class="heading"> Responsible </th>
|
||||
<th rowspan="2" class="heading"> Last Updated </th>
|
||||
<th colspan="2" class="heading"> Status </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="heading"> 5.0 </th>
|
||||
<th class="heading"> 4.x </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="5" class="section"> Wide Character/String Support<br>
|
||||
<span class="notes"> This area is managed by &a.dec; and &a.kbyanc;.
|
||||
Changes to this section should be coordinated through
|
||||
them. </span></td>
|
||||
<span class="notes"> Changes to this section should be
|
||||
coordinated &a.dec; and &a.kbyanc;. </span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -1190,7 +1259,6 @@
|
|||
<td> &status.new; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
</table><br><br>
|
||||
|
||||
<table border="3" cellpadding="2" cellspacing="0">
|
||||
|
|
Loading…
Reference in a new issue