- From: Terry Allen <terry@ora.com>
- Date: Sat, 15 Jul 1995 21:11:06 -0700
- To: Linda Hemenway <lhemenw@floyd.santarosa.edu>, www-html@www10.w3.org
As tables haven't been specified yet, there is no way of saying what is not working as you expect. But it certainly sounds like something broken on the browser end; a TD (that is, a cell), ought to allow the inclusion of an A. On the other hand, the table implementations out there have probably been built in some relation to the set of tags (I dare not say the actual content models) of some now-obsolete version of Dave Raggett's table model, in which TD may have an ID attribute. Try using that instead of an A and see what happens. One point of IDs is that they are potential link targets; if they're specified as SGML IDs then each ID value must begin with a letter. HTML's A tag's NAME is specified as an ID in the Recommended mode (somewhat futilely), and as CDATA (looser rules, best to quote these values): <![ %HTML.Recommended [ <!ENTITY % linkName "ID"> ]]> <!ENTITY % linkName "CDATA"> ftp://ds.internic.net/internet-drafts/draft-ietf-html-spec-04.txt Regards, -- Terry Allen (terry@ora.com) O'Reilly & Associates, Inc. Editor, Digital Media Group 101 Morris St. Sebastopol, Calif., 95472 A Davenport Group sponsor. For information on the Davenport Group see ftp://ftp.ora.com/pub/davenport/README.html or http://www.ora.com/davenport/README.html
Received on Sunday, 16 July 1995 00:13:40 UTC