in reply to Re: Perl 6 release dates - two years later
in thread Perl 6 release dates - two years later
The tags are closed, but I presume you mean the elements aren't closed. However, closing those elements is not needed. From the HTML 4.01 spec:
If I liked to type in more keystrokes than necessary, I'd be programming in Java instead of Perl. If you have broken software that can't deal elements that aren't closed, complain to your vendor.<!ELEMENT TR - O (TH|TD)+ -- table row --> <!ELEMENT (TH|TD) - O (%flow;)* -- table header cell, table dat +a cell-->
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Perl 6 release dates - two years later
by hardburn (Abbot) on Oct 21, 2004 at 16:58 UTC | |
by Anonymous Monk on Oct 21, 2004 at 22:43 UTC | |
by hardburn (Abbot) on Oct 21, 2004 at 23:54 UTC | |
by Anonymous Monk on Oct 22, 2004 at 04:08 UTC | |
Re^3: Perl 6 release dates - two years later
by Juerd (Abbot) on Oct 21, 2004 at 18:23 UTC |